开发者

Plotting points on Image using gnuplot.py

Is there a way to plot some points on an开发者_如何学Go 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.)


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜