[Tutor] How to plot graph?

Wayne Werner waynejwerner at gmail.com
Tue Jan 18 13:14:07 CET 2011


On Tue, Jan 18, 2011 at 4:30 AM, tee chwee liong <tcl76 at hotmail.com> wrote:

>  hi all,
>
> i'm new to python and this is advanced for me. is there a way to plot data
> with python? i want to plot EyVt, EyHt on the Y-axis and Lane on the X-axis
> as attached or below.
> currently i'm using Python2.5 and Win XP. thanks a lot.
>

Take a look at the matplotlib library: http://matplotlib.sourceforge.net/

<http://matplotlib.sourceforge.net/>Especially the gallery page - there are
several examples of what you can do. It may not be the easiest thing to
start into as a beginner, but it's definitely available.

If you're interested in doing a lot of scientific stuff, I'd also recommend
using Python(X, Y): http://www.pythonxy.com/ as it bundles most of the tools
you'll need (such as matplotlib) into one easy installer.

Give it a try and if you get stuck, send us another email with what you've
done, what you expect it to do, and what it actually does instead (including
the full text of any and all tracebacks).

HTH,
Wayne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110118/18572f72/attachment.html>


More information about the Tutor mailing list