Re: [Matplotlib-users] loglog plot

2009-10-03 Thread Gökhan Sever
You are welcome. My response to your 2nd question is still unknown, also I have another question. Anyone knows how to achieve that? Thanks. 2- I would like to have a grid not only for 10^2, 10^3, 10^4, 10^5 ... but > also for the minor axis ticks. is it possible ? > You can use plt.yticks() to g

Re: [Matplotlib-users] loglog plot

2009-10-03 Thread redrum
Thanks Gökhan. It helped. -- View this message in context: http://www.nabble.com/loglog-plot-tp25448633p25729540.html Sent from the matplotlib - users mailing list archive at Nabble.com. -- Come build with us! The Blac

Re: [Matplotlib-users] loglog plot

2009-09-16 Thread Gökhan Sever
On Tue, Sep 15, 2009 at 1:24 AM, redrum wrote: > > Hi, > > I have a few questions about the loglog plot : > > 1- Is there a way to a have axis format with real numbers rather than > numbers with exponent ? > > import matplotlib.pyplot as plt ax1 = plt.gca() ax1.yaxis.set_major_formatter(ticker.Fo

[Matplotlib-users] loglog plot

2009-09-16 Thread redrum
Hi, I have a few questions about the loglog plot : 1- Is there a way to a have axis format with real numbers rather than numbers with exponent ? 2- I would like to have a grid not only for 10^2, 10^3, 10^4, 10^5 ... but also for the minor axis ticks. is it possible ? 3- I use loglog to plot pa