Is there a way to plot some points on an image using Gnuplot.py .
I have a text file containing the co-ordinates of the point which i want to plot on an image(as a background.)
Is there a way to plot some points on an image using Gnuplot.py .
Share
Why is it that you want to use gnuplot.py? I would recommend using the Python Imaging Library (PIL), it has a ImageDraw module, which allows you to draw on top of images. It would be very straight forward to do this in python.
I appologise if this is not the answer you are looking for, but I have had great results with PIL.