Jae-Joon Lee wrote:
> Eric,
>
> Just a minor concern about "locator_params" implicitly calling
> "autoscale_view".
> For example,
>
> ax1 = subplot(121)
> ax1.plot([1,2,3])
> ax1.locator_params("x", nbins=5)
> ax1.margins(0.1, tight=True)
>
> ax2 = subplot(122)
> ax2.plot([1,2,3])
> ax2.margins
Eric,
Just a minor concern about "locator_params" implicitly calling "autoscale_view".
For example,
ax1 = subplot(121)
ax1.plot([1,2,3])
ax1.locator_params("x", nbins=5)
ax1.margins(0.1, tight=True)
ax2 = subplot(122)
ax2.plot([1,2,3])
ax2.margins(0.1, tight=True)
ax2.locator_params("x", nbins=5
On Tue, Apr 20, 2010 at 2:46 PM, Eric Firing wrote:
> During the last few days I have added some convenience methods and
> pyplot functions. Please review them to see whether names, APIs, or
> functionality should be changed. The general motivation is that
> formatters and locators are a bit obs