-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoRange axis in CircularDoubleErrorDataSet #378
Comments
@RossHS thanks for spotting and reporting. This may have slipped in with one of the last PRs. I will have a look at it and make a new release by the end of the day. |
…ional unit-tests and follow-up fixes
…ional unit-tests and follow-up fixes
Dear @RossHS , chart-fx/chartfx-samples/src/main/java/io/fair_acc/sample/chart/PaddedAutoGrowAxisSample.java Lines 40 to 62 in ed86318
or codes like (but does not feel that relevant to CircularDoubleErrorDataSet :chart-fx/chartfx-samples/src/main/java/io/fair_acc/sample/dataset/FifoDoubleErrorDataSetSample.java Lines 58 to 63 in ed86318
Lines 207 to 215 in ed86318
|
@yezhengli-Mr9 please stop created off-topic comments on issues that have been closed for years. This is not maintainable. The framework has changed significantly since then, so the old code might not even be best practice anymore. Please create a separate issue for your actual question. |
Hello,
I am using a CircularDoubleErrorDataSet to display real-time data with a given 400 points buffer size and I would like to know if it even possible to implement autoRanging of the yAxis? What i mean. If you look at the first screenshot you may see the correct auto range for y axis. (For testing, I created a linear function growing in time with an initial point of (200;200) and auto range work correct).
But over time, when the buffer overflows and we no longer see y-point 200, auto range locked at this minimum value and it doesn't work the way I want
Do you have any practice to solve this kind of problem?
Thanks for the great lib!
The text was updated successfully, but these errors were encountered: