[Matplotlib-users] error bars on a log log plot

2009-03-28 Thread Cohen-Tanugi Johann
Hello, what is the best way to get log log plots with error bars? I tried putting log10() everywhere but as I was afraid results look ugly thanks, johann -- ___

[Matplotlib-users] importing data from a file

2009-03-28 Thread Bala subramanian
Friends, Kindly give me some tips on how to import data from a data file to make the plot. Thanks, Bala -- ___ Matplotlib-users mailing list

[Matplotlib-users] help me to understand please

2009-03-28 Thread Bala subramanian
Friends, In the following. I am not able to understand how this plot.show() works. I have commented the problem in the following examples. plt.plot(x,y,'b-') [matplotlib.lines.Line2D object at 0x9e50ecc] plt.show() *# shows the plot of x Vs y* plt.ylim( (1.5,4.5) ) (1.5, 4.5) plt.show()

Re: [Matplotlib-users] help me to understand please

2009-03-28 Thread Sandro Tosi
On Sat, Mar 28, 2009 at 15:45, Bala subramanian bala.biophys...@gmail.com wrote: Friends, In the following. I am not able to understand how this plot.show() works. I have commented the problem in the following examples. You have to call plt.show() only when you want to actually show the

Re: [Matplotlib-users] Bug when saving in PNG?

2009-03-28 Thread Markus Haider
Am Freitag, den 27.03.2009, 07:58 -0500 schrieb John Hunter: On Fri, Mar 27, 2009 at 5:00 AM, marcusantonius markus.hai...@student.uibk.ac.at wrote: Hi, I have a problem when saving my plot as a png. The horizontal lines, which I

[Matplotlib-users] OS X trouble

2009-03-28 Thread Gideon Simpson
I don't know if this is because I upgraded to the current developement version of numpy or not, but I when I tried rebuilding matplotlib, I generated the following error: gcc -fno-strict-aliasing -mno-fused-madd -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes

Re: [Matplotlib-users] importing data from a file

2009-03-28 Thread Cohen-Tanugi Johann
which kind of data file? ascii? If yes, numpy.loadtxt will be your friend. Johann Bala subramanian wrote: Friends, Kindly give me some tips on how to import data from a data file to make the plot. Thanks, Bala

Re: [Matplotlib-users] importing data from a file

2009-03-28 Thread Cohen-Tanugi Johann
which kind of data file? ascii? If yes, numpy.loadtxt will be your friend. Johann Bala subramanian wrote: Friends, Kindly give me some tips on how to import data from a data file to make the plot. Thanks, Bala