07-06-2009 05:44 AM
Hi,
I want to export the intensity graph to a high resolution image. Now i've got an image with a resolution of 72 dpi.
Is it possible to set the export resolution?
Regards,
Bjorn
07-06-2009 06:17 AM - edited 07-06-2009 06:21 AM
You can increase the size of the 3D graph in pixels temporarily for getting the image, e.g. as follows:
(btw, your sequence structure serves no purpose, delete it! Execution order is fully determined by dataflow. :))
07-06-2009 06:54 AM - edited 07-06-2009 06:54 AM
Seems the image indicator/clipboard method from the previous post has some limitations for larger sizes. 😞
In this case, it works fine if you save to a file, e.g. as follows. (see attached 8x image). (No image container needed).
08-13-2015 03:39 AM
08-13-2015 03:43 AM
09-09-2015 02:49 AM
Sir,
I could export image of an xy graph. However the quality of the image was very ordinary. I tried the method given in earlier posts in this thread to export an XY graph. But it gave some error. It seems that Contbounds function is applicable only on xcontrol. Please help how to convert XY graph into an xcontrol, so that above method can be applied in my case.
09-09-2015 02:59 AM
Hi Koranne,
It seems that Contbounds function is applicable only on xcontrol.
As you see in this old thread that property node applies to an intensity graph, so your conclusion "applicable to a xcontrol" is plain wrong.
Please help how to convert XY graph into an xcontrol
Why do you want to try that? Do you know what a XControl is?
I could export image of an xy graph. However the quality of the image was very ordinary.
How did you do this?
What do you mean by "ordinary quality"?
What result do you expect?
09-09-2015 03:41 AM
Thanks GerdW for the response. Please refer the text in blue
@GerdW wrote:
Hi Koranne,
It seems that Contbounds function is applicable only on xcontrol.
As you see in this old thread that property node applies to an intensity graph, so your conclusion "applicable to a xcontrol" is plain wrong.
Does that mean it should work for an XY graph?
Please help how to convert XY graph into an xcontrol
Why do you want to try that? Do you know what a XControl is?
I have no idea what an xcontrol is.
I could export image of an xy graph. However the quality of the image was very ordinary.
How did you do this?
Please refer the image of code attached.
What do you mean by "ordinary quality"?
I meant to say the image is pixelated and will not produce good print results. Please refer attached image (Exported image).
What result do you expect?
We are currently using visual basic for this purpose and images exported by that software are fairly better. Refer image attached (expected image quality).
Please help.
09-09-2015 05:56 AM - edited 09-09-2015 05:58 AM
Hi Koranne,
at a first step to solve this issue you could create a seperate VI with a XY graph far mor bigger than your existing one. Then you have an image to manipulte which already has the needed size…
The ContainerBounds property of a XY graph is shown as "read only" in the LabVIEW help, so you cannot change it at runtime. But you can change the plot area to fit your needs. The Bounds of the XY graph will adapt to the plot area…