Log Scaling the variable in boxplot causes display problems
The following error message is produced upon brushing over an existing plot containing frequency data as the data var (frequency as in Hz) and grouping variable for x in a boxplot:
Warning: Error occurred while executing the listener callback for
event EnterObject defined for class
matlab.graphics.interaction.actions.Linger:
Error using
matlab.graphics.axis.dataspace.CartesianDataSpace/TransformPoints
DataSpace or ColorSpace transform method failed
Error in matlab.graphics.internal.transformDataToWorld (line 29)
vertexData = double(hDataSpace.TransformPoints(belowMatrix,iter));
Error in
matlab.graphics.chart.internal.convertDataSpaceCoordsToViewerCoords
(line 44)
vertexData = matlab.graphics.internal.transformDataToWorld(hDataSpace,
belowMatrix, dataspaceData);
Error in
matlab.graphics.interaction.uiaxes.Datatips/lingerEnterCallback
Error in
matlab.graphics.interaction.uiaxes.Datatips>@(o,e)hObj.lingerEnterCallback(o,e)
Error in matlab.graphics.interaction.actions.Linger/enterEvent
Error in matlab.graphics.interaction.actions.Linger/motionCallback
Error in matlab.graphics.interaction.actions.Linger
> In matlab.graphics.interaction.actions.Linger/enterEvent
In matlab.graphics.interaction.actions.Linger/motionCallback
In matlab.graphics.interaction.actions.Linger
The only other Answer I saw pertaining to the transform fail had someone trying to display negative values on a logarithmic scale, but non of my values are negative (although there are NaN values, which must be included for statistical purposed)
Any ideas?The following error message is produced upon brushing over an existing plot containing frequency data as the data var (frequency as in Hz) and grouping variable for x in a boxplot:
Warning: Error occurred while executing the listener callback for
event EnterObject defined for class
matlab.graphics.interaction.actions.Linger:
Error using
matlab.graphics.axis.dataspace.CartesianDataSpace/TransformPoints
DataSpace or ColorSpace transform method failed
Error in matlab.graphics.internal.transformDataToWorld (line 29)
vertexData = double(hDataSpace.TransformPoints(belowMatrix,iter));
Error in
matlab.graphics.chart.internal.convertDataSpaceCoordsToViewerCoords
(line 44)
vertexData = matlab.graphics.internal.transformDataToWorld(hDataSpace,
belowMatrix, dataspaceData);
Error in
matlab.graphics.interaction.uiaxes.Datatips/lingerEnterCallback
Error in
matlab.graphics.interaction.uiaxes.Datatips>@(o,e)hObj.lingerEnterCallback(o,e)
Error in matlab.graphics.interaction.actions.Linger/enterEvent
Error in matlab.graphics.interaction.actions.Linger/motionCallback
Error in matlab.graphics.interaction.actions.Linger
> In matlab.graphics.interaction.actions.Linger/enterEvent
In matlab.graphics.interaction.actions.Linger/motionCallback
In matlab.graphics.interaction.actions.Linger
The only other Answer I saw pertaining to the transform fail had someone trying to display negative values on a logarithmic scale, but non of my values are negative (although there are NaN values, which must be included for statistical purposed)
Any ideas? The following error message is produced upon brushing over an existing plot containing frequency data as the data var (frequency as in Hz) and grouping variable for x in a boxplot:
Warning: Error occurred while executing the listener callback for
event EnterObject defined for class
matlab.graphics.interaction.actions.Linger:
Error using
matlab.graphics.axis.dataspace.CartesianDataSpace/TransformPoints
DataSpace or ColorSpace transform method failed
Error in matlab.graphics.internal.transformDataToWorld (line 29)
vertexData = double(hDataSpace.TransformPoints(belowMatrix,iter));
Error in
matlab.graphics.chart.internal.convertDataSpaceCoordsToViewerCoords
(line 44)
vertexData = matlab.graphics.internal.transformDataToWorld(hDataSpace,
belowMatrix, dataspaceData);
Error in
matlab.graphics.interaction.uiaxes.Datatips/lingerEnterCallback
Error in
matlab.graphics.interaction.uiaxes.Datatips>@(o,e)hObj.lingerEnterCallback(o,e)
Error in matlab.graphics.interaction.actions.Linger/enterEvent
Error in matlab.graphics.interaction.actions.Linger/motionCallback
Error in matlab.graphics.interaction.actions.Linger
> In matlab.graphics.interaction.actions.Linger/enterEvent
In matlab.graphics.interaction.actions.Linger/motionCallback
In matlab.graphics.interaction.actions.Linger
The only other Answer I saw pertaining to the transform fail had someone trying to display negative values on a logarithmic scale, but non of my values are negative (although there are NaN values, which must be included for statistical purposed)
Any ideas? boxplot, log scale, plot brushing MATLAB Answers — New Questions