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
>
>
> -
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
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