Is a Discontinuous Plot Possible?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
gw1500se
Posts: 23
Joined: Tue Nov 21, 2017 3:36 pm
antibot: No, of course not.

Is a Discontinuous Plot Possible?

Post by gw1500se » Tue Jun 12, 2018 3:43 pm

I have a real-time time series plot that is working fine. However, there are situations where the input for the y values are "turned off". That is, no data is added to the time series but the time should continue. Later the input would be "turned on" again. Is it possible to add a time data point with some y value such that it is not plotted or a way to make the line invisible for that interval? TIA.

John Matthews
Posts: 513
Joined: Wed Sep 12, 2007 3:18 pm

Re: Is a Discontinuous Plot Possible?

Post by John Matthews » Wed Jun 13, 2018 3:39 am

You might look at a SegmentedTimeline.

Locked