I have data with has same y-axis range but for x-axis it has two different set of datapoints at far locations. Now plan is to plot them together with a break in x-axis.
I was trying initially with just directly using Plot.jl with led to connection of both sets with line which looks weird.
I would want to plot this without connecting line individually and introducing a break for data not present in between.
It will be helpful if someone can suggest if there is already an attribute for this in Plots.jl.
If you provide the code for the diagram in the image it would be sure easier for respondents to provide answers backed up with adjusted code.
By the way: why not switch the axes for the plot taking advantage of same y-range displaying it at the x-axis?
I don’t know if this is easy, but you could try subtracting 400 (or something) from x in the second set of data. Then, plot both on the same x-axis but manually place and label the ticks on the x-axis.