LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fill plot points

Hello,

I have a problem with plotting a second plot on an existing XY graph. I have an array of xy coordinates, which I then plot in the XY graph. These points are represented by empty black squares. I would then want to replace these, point by point, with filled green points.

The example which I have attached has the original ppoint array which is plotted in its entirety, and an attempt to plot a subset of that same array. The problem is with this subset - there seems to be a problem with my plotting setup, as the indicator for the subset shows the correct part of the original array. I tried many things, but this seems to be some caveat of LV which I have no idea about. Thank you in advance.

Best,

Alek
0 Kudos
Message 1 of 4
(2,875 Views)
Your bottom index array was different then the top (see attached).  To add the plot legend, right click select plot legend.  Right click in the legend to change the interpolation, point style, and color.  You can hide the legend later if you want.  Regards,  -SS


Message Edited by ShotSimon on 07-24-2008 04:42 PM


0 Kudos
Message 2 of 4
(2,866 Views)


alek wrote:
I have a problem with plotting a second plot on an existing XY graph. I have an array of xy coordinates, which I then plot in the XY graph. These points are represented by empty black squares. I would then want to replace these, point by point, with filled green points.


Maybe something like this?
0 Kudos
Message 3 of 4
(2,852 Views)
Thank you both, I will keep some cleaner wiring and check small details in the future.

Best regars,

Alek
0 Kudos
Message 4 of 4
(2,833 Views)