开发者

Plotting points on Image using gnuplot.py

开发者 https://www.devze.com 2023-04-04 03:46 出处:网络
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

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

精彩评论

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