How do I display an XYChart without empty columns #376
Unanswered
AlexHomebrew
asked this question in
Q&A
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I an using XYChart to display the current state of a bunch of sensors, where the X-Axis is the number of seconds since the start.
The problem is there occasionally is a long period between 2 data columns (XYSeries) as in the image between 42 and 49. It can be much longer which wastes horizontal space. I would like to not display the tick marks for columns that have no XYSeries, so the chart would look like
I have looked at the Axis objects, the Tick objects, and various other objects but can't figure out how to do this.
Should I change to a ScatterPlot and connect the dots?
Thanks
Alex
Beta Was this translation helpful? Give feedback.
All reactions