08-19-2010 12:25 PM
Hi there,
I want to plot many graphs with different colors.
I have written a program which does the calculations in matlab even can plot in it, but i would like the plots to be in labview , it turns out that the color of all the plots is white .
Can anyone have a look at my program and tell where the mistake is.
the main program is calculate ....._maxmin
thank you
Solved! Go to Solution.
08-19-2010 01:23 PM
You only plot to "Plot 1" on the xy graph and its color is white. If you want multiple plots search for "mutiple plots" examples. It will show you how to combine plots onto the same graph.
08-19-2010 02:01 PM
Like this.
08-19-2010 02:13 PM
Hi aeastet,
your version looks fine the only problem is that i can not open it.
can you send it in labview 8.5. ( so I can give you kudos )
08-19-2010 02:25 PM
Here you go 8.5
08-19-2010 04:00 PM
This will add each plot in a different color
08-20-2010 12:56 PM
Hi Viper,
Can you send your version in Labview 8.5 or lower as a an attachment , so I can try your version.
Thank you
08-20-2010 08:19 PM
Hi Tim,
thank you for your help , can you tell me how do you create the active node that reads plot color
08-23-2010 06:43 AM
That is a property node. If you right click the graph on of the options is to creat a property node. Then you need to select the active plot. You will need to size it for two input or output or how ever many that you need and then select the property for the color. You can also change if it reads or writes to the graph.