Replies: 1 comment 3 replies
-
Hey and welcome to chart-fx 👋 If your |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am trying to display a chart containing a few time series and had initially got it to work by using simple incrementing integers for the X axis, which resulted in this:
Since i want to perform FFTs on these datasets, i needed to convert the X axis to be a time axis. I used the TimeAxis sample as a guide. This worked as expected for the FFT charts, but had an odd side effect as you can see here:
The following code block produces the initial result:
While this code block produces the strange artefacts:
I'm not quite sure how to attack this and would appreciate any suggestion or help anyone would provide. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions