Re: [matplotlib-devel] 'LogLocator' object has no attribute 'set_params'

2014-10-15 Thread Benjamin Root
Yes, please do. On Wed, Oct 15, 2014 at 4:55 AM, Pierre Haessig wrote: > Hi, > Le 08/10/2014 15:04, Pierre Haessig a écrit : > > [...] > AttributeError: 'LogLocator' object has no attribute 'set_params' > [...] > > Should I put an issue on Github ? > > best, > Pierre > > > -

Re: [matplotlib-devel] 'LogLocator' object has no attribute 'set_params'

2014-10-15 Thread Pierre Haessig
Hi, Le 08/10/2014 15:04, Pierre Haessig a écrit : [...] AttributeError: 'LogLocator' object has no attribute 'set_params' [...] Should I put an issue on Github ? best, Pierre -- Comprehensive Server Monitoring with Site

[matplotlib-devel] 'LogLocator' object has no attribute 'set_params'

2014-10-08 Thread Pierre Haessig
Hello, I was wondering if the following behavior is a bug of LogLocator class or just a known limitation: (mpl 1.3.1) Input: plt_scale = 'log' #plt_scale = 'linear' fig, (ax1) = plt.subplots(1, 1) ax1.set(yscale=plt_scale) # works for linear scale, not for log: ax1.axes.l