I want to rotate XY graph. By using Plot multi XY. vi to convert my graph to picture (image), then rotate it. It works but I would like to change the background of picture to black or any color, instead of white. Please help. Thank you.
That VI simply overlays the graph on an existing image, so you can create a picture with a black background (use the draw rect VI) and feed it into the picture input of the VI.
It is so simple, I insert empty picture instead of rectangular image. Draw a rectangular with fill, your idea is working. Thank you and thank all of you of your hints and helps in the Forums.