Very high y values not being displayed on chart
jchart2d is a real-time charting library written in java.
Brought to you by:
achimwestermann
Hi,
By high values, I don't mean the values themselves.. the values are being plotted regardless of how high or low they are.. but once a value goes higher than 1E16 or lower than -1E16, the y-axis is not displaying that value ON THE AXIS. Again, to be clear, the plot (the line) itself is being GRAPHICALLY plotted even if it's above 1E16, but the corresponding value is not being displayed by the axis so that you can't actually know what the NUMERICAL values are.
Any idea as to why this is happening would be awesome. Thank you very much in advance.
Anonymous
Hi Ashwin,
could you please add the minimal code to reproduce this bug? Will speed up fixing as I then do not have to try to reproduce the problem.
cheers,
Achim