- #1
dRic2
Gold Member
- 890
- 225
Hi,
I am used to plot data with the GNUplot software. This time I need to add an image to my plot. I did with the following line
but the final resolution of the picture is pretty bad compared to the original. Do you have any suggestions on how to improve it?
Thanks
I am used to plot data with the GNUplot software. This time I need to add an image to my plot. I did with the following line
Code:
'my_image.png' binary filetype=png center=(3.25,-9.1) dx=0.007 dy=0.0125 w rgbimage notitle
Thanks