Re: [Tutor] Plotting with python

2015-11-03 Thread Oscar Benjamin
On 31 October 2015 at 00:00, Terry Carroll wrote: > If you were going to get started doing some simple plotting with Python 2.7 > (in my case, I'm simply plotting temperature against time-of-day) what would > you use? > > - matplotlib [1] > - gnuplot [2] > - something else entirely? I'd use ma

Re: [Tutor] Plotting with python

2015-10-30 Thread Laura Creighton
I'd use matplotlib, unless the ultimate goal is to render onto a webpage. Then I would use bokeh. http://bokeh.pydata.org/en/latest/ Laura ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/m

Re: [Tutor] Plotting with python

2015-10-30 Thread Martin A. Brown
>> If you were going to get started doing some simple plotting with Python >> 2.7 (in my case, I'm simply plotting temperature against time-of-day) >> what would you use? >> >> - matplotlib [1] >> - gnuplot [2] >> - something else entirely? >> >> Assume no substantial familiarity with the under

Re: [Tutor] Plotting with python

2015-10-30 Thread Mark Lawrence
On 31/10/2015 00:00, Terry Carroll wrote: If you were going to get started doing some simple plotting with Python 2.7 (in my case, I'm simply plotting temperature against time-of-day) what would you use? - matplotlib [1] - gnuplot [2] - something else entirely? Assume no substantial famil

[Tutor] Plotting with python

2015-10-30 Thread Terry Carroll
If you were going to get started doing some simple plotting with Python 2.7 (in my case, I'm simply plotting temperature against time-of-day) what would you use? - matplotlib [1] - gnuplot [2] - something else entirely? Assume no substantial familiarity with the underlying plotting softwar

Re: [Tutor] plotting with python

2009-03-27 Thread greg whittier
matplotlib and pylab are two APIs to the same library. Using matplotlib is a more object-oriented, pythonic API. pylab is modeled after the Matlab plotting functions to make it easier for those coming from that environment. There's a matplotlib mailing list and you can often figure out what you

Re: [Tutor] plotting with python

2009-03-27 Thread Kent Johnson
On Fri, Mar 27, 2009 at 7:46 AM, Bala subramanian wrote: > Friends, > I am not sure if this forum is appropriate to ask question about a > particular package. After getting suggestions from some of you for python > based plotting, I have just started with matplotlib. I am bit confused with > the r

[Tutor] plotting with python

2009-03-27 Thread Bala subramanian
Friends, I am not sure if this forum is appropriate to ask question about a particular package. After getting suggestions from some of you for python based plotting, I have just started with matplotlib. I am bit confused with the relation between matplotlib and pylab. In the matplotlib homepage, e