You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok...found the problem, if the return values of the format function get duplicate value, the saveBitmap method will never stop. Maybe need to handle this case? Even throw an Exception will be nice.
While surely an infinite loop is not a proper behavior of handling input, just making a remark that ensuring the labels are unique seem to be intended functionality:
Now we're using XYChart to draw scatter chart with modified Y-Axis which is the real value of Y-Axis is different from the one shown on label.
For example: real y value = 10, on y-axis label should show 0.01.
When running, the program will stuck at the saveBitmap.
java: Java 11
knowm XChart version: 3.8.5
The text was updated successfully, but these errors were encountered: