Workspace 6.21.5
|
Renders a Plot to a QImage of a user-specified size.
Inputs: | |||
---|---|---|---|
Plot | CSIRO::DataAnalysis::Plot | ||
Image | Deprecated | QImage |
Image input is no longer in use - please use the width, height and background color inputs. |
Width | int | The width of the output image. | |
Height | int | The height of the output image. | |
Background color | QColor | The background color of the output image. Will only take effect if the Plot has a transparent background color. | |
Outputs: | |||
Plot Image | QImage |