12-20-2010 11:07 AM
Hi!
I would like to create an XY graph with continuous set of data where X Axis is divided into two sections. The first section ends at 11370, the second one starts at 0 (where the first one ends). The problem is how to make custom X Labels. There is an old post saying that is not possible to do it without limitations. So I created XY graph with two X Axis, set property MarkerVals to custom values and set their top position to the same value. Then I gave up when I noticed that it is not possible to get rid of minimum and maximum tick labels. Is it possible to do it or is there any other way to create custom tick labels?
An example of vi is attached.
Regards.
12-20-2010 01:13 PM
Perhaps this example may be of some use to you: http://forums.ni.com/t5/LabVIEW/Is-there-a-way-to-make-table-entries-vertical-rather-than/m-p/416881...
12-22-2010 08:38 AM
Hi!
Smercurio, thank you for an interesting link. It might be useful in the near future.
It seems that there is no good solution. I made a little drawing exercise. The result is OK for data presentation, not for the interactive work (zooming, ... etc).
VI is attached (the code is awful, I know).
Regards.
12-27-2010 07:23 AM
Hi
What I am going to suggest is a little bit ignorant, but useful. If this result is just for presentation, make two separate graphs, make a background transparent and adjust a front panel in a way, that it will look like it was one graph.
Simple, but usefull.