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?

1 件のコメント

Satwik
Satwik 2025 年 1 月 15 日
Hi,
Given the warning message, it seems that the issue may be caused by a lower-level graphic issue.
Could you please try running the following command in the MATLAB Command Window before running the application and check if the application still generates warning messages during the execution?
>> opengl software

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Distribution Plots についてさらに検索

製品

質問済み:

2019 年 2 月 13 日

コメント済み:

2025 年 1 月 15 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by