08-13-2014 12:54 AM
May I know if I want using two Y-axis in same graph ,one is at left side of graph to showing direction value from table second column according to time, another one is at right side of graph to showing Speed value from table third column according to time also.And two Y-axis limitation is difference.For left side Y-axis direction(0~360deg), right side Y-axis Speed(0~10m/s), So may I know how to get it thanks.
08-13-2014 01:28 AM
08-13-2014 01:44 AM
Thanks for your answer.Really appreciate for it.
And May I know if I want save my graph imgae,how do I save it?Thankks.
08-13-2014 02:07 AM
right-click the graph...create...invoke node...get image.
08-13-2014 02:17 AM - edited 08-13-2014 02:18 AM
08-13-2014 03:53 AM
Hi there May I know how to connect the waveform graph(To save image one) to originally graph.Thanks
08-13-2014 04:00 AM - edited 08-13-2014 04:01 AM
Hi Tiramisu,
you wire the image data provided by that method node to a picture file save function of your choice. You will find them in the "audio & graphics" function palette…
You need to obey dataflow when reading the graph's image. Otherwise you create a race condition easily!
Hints:
- Why do you need an Express function to create an array of plots? Why not use a simple BuildArray instead?
- Why do you create an array of three plots with two identical plots?
- Why do you enable function labels? They just take up space on your BD! When you need them the context help window will show them…
08-13-2014 04:02 AM
Sorry for that but i really need the answer faster.Sorry for double posted.
So may I know how can I get the graph image and save it thanks
08-13-2014 04:03 AM
08-13-2014 04:13 AM
Hi may I know where is picture save file function.thanks