LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove plot 6, plot 7 and plot 8 from the autopopulate plot menu "Fill Base Line"

Solved!
Go to solution

Is there a way to remove "Plot 6, Plot 7 and Plot 8"?

Test.jpg

 

Thanks.

 

J-M

0 Kudos
Message 1 of 10
(2,726 Views)

Reduce the number of plots to only the ones you want.

 

Are you by any chance using an "array to cluster" node somewhere in your code? 

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 10
(2,713 Views)

Yes, I use an "array to cluster" node.  It is in a section I removed for the example Test.vi (I removed almost everything).

 

Array to cluster.jpg

 

How can I reduce the number of plots (I have six)?

 

Thanks.

 

J-M

0 Kudos
Message 3 of 10
(2,688 Views)

Right click >>> Cluster size ...

 

Ben 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 4 of 10
(2,681 Views)

I already have a cluster size of 6...

 

J-M

Cluster size of six.JPG

0 Kudos
Message 5 of 10
(2,670 Views)

Since I do not have access to LV I can only offer a guess.

 

1) Is that cluster you are bundling into have other values not shown in the image?

2) When not running the code try to clear the graph and then right-click and make current the default.

 

Ben 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 6 of 10
(2,634 Views)

Have you seen this thread?

 

You may be out of luck.

 

mcduff

Message 7 of 10
(2,625 Views)

mcduff,

 

Unfortunately I think you are right...

 

JM

0 Kudos
Message 8 of 10
(2,589 Views)
Solution
Accepted by topic author J-Mv2

0# download Test.vi ‏19 KB

1# Read Legend.Plot Minimum (LegPlotMin) = 9

2# Write 6 = Legend.Plot Minimum (LegPlotMin)

3# right click > replace > graph > XY graph

4# result:

reset.png

5# warning: as soon as you increase the legend by dragging your mouse too far, above plot number 6,

there will be a new entry in the list

and you can't reset it!

do it right the first time ... Smiley Sad

I guess, you'd better make this a .ctl

 

still okay:

1.png

you've gone too far:

2.png

 

in the latter case, you can only set the plot name from "Plot 6" to " "

(however there is a property node, I only tested this manually )

than there will be an empty entry in the list

manually " ":

3.png

result:

4.png

 

 

 

 

 

 

Message 9 of 10
(2,572 Views)

Thanks alexderjuengere, it works perfectly!!!

 

JM

0 Kudos
Message 10 of 10
(2,552 Views)