02-10-2006 10:17 PM
I found an old form with a link but the link was dead, so I
started this one. If some one could help me save a xy plot as a PNG or JPEG
that would be great. I found an example that illustrated how to save a
graph but the xy plot will not work in this example. I'm trying to dynamically
save xy plot (BH curve) to show the effects of transients in HV transformers.
Thank you for your help and time
Dan
02-10-2006 10:34 PM
What version of LabVIEW are you using? In LabVIEW 8.0, I see an "Export Image" method for the XY Graph. Just create an invoke node for the XY Graph and select the Export Image method. I don't know if this method is in earlier LabVIEW versions...if it's not there (and you're using an older LabVIEW version), you can use the "Get Image" method to get the image as a flattened image cluster, then you can use one of the VIs on the Graphics and Sound > Graphics Formats palette to save the flattened image data to an image file on disk.
Hope this helps,
-D
02-13-2006 10:07 AM
02-18-2006 11:55 AM