From: Gökhan S. <gok...@gm...> - 2013-03-28 16:52:48
|
There is no documentation supplied for the first call. Should I file an issue for this on github? On Wed, Mar 27, 2013 at 7:10 AM, Benjamin Root <ben...@ou...> wrote: > > > On Wed, Mar 27, 2013 at 1:03 AM, Gökhan Sever <gok...@gm...> wrote: >> >> Hello, >> >> Aren't these two log scaling calls supposed to be performing the same >> action? >> >> Here is a simple script tested in ipython --pylab >> >> fig = plt.figure(figsize=(5, 5)) >> ax1 = fig.add_subplot(1,1,1) >> ax1.plot(np.random.randn(100)) >> >> ax1.xaxis.set_scale('log') >> ax1.set_xscale('log') >> > > Intuitively, I guess they should be identical, but they don't seem to be. > It seems like for "ax1.xaxis.set_scale('log')", everything is set correctly, > except the projection. > > Ben Root > -- Gökhan |