Hey Jody et al.
Yeah aspect = False does the trick. Thanks for the help trouble
shooting.
Steven
On Fri Mar 22 11:59:45 2013, Jody Klymak wrote:
> ...and did aspect=False not give you what you want?
>
> From what I can see
> http://matplotlib.org/mpl_toolkits/axes_grid/users/overview.html#axe
...and did aspect=False not give you what you want?
>From what I can see
>http://matplotlib.org/mpl_toolkits/axes_grid/users/overview.html#axes-grid1
contradicts itself, and the chart is correct and the description below
incorrect.
FWIW, I would expect the default to be False as well, but wh
Sorry y'all. I can see the confusion.
I started with AxesGrid -- squashed.
JJ suggested Grid and that fixes the scaling problems.
I realized that using just plain Grid doesn't give me the nice controls
over the colorbars (which I would like to have), so I wrote a simple
script and emailed it b
On Fri, Mar 22, 2013 at 12:39 PM, Sterling Smith wrote:
> Steven,
>
> Did you mean to switch back to AxesGrid? I thought you said that it was
> fixed with Grid.
>
> -Sterling
>
>
No, I am saying that your example used "AxesGrid". Use "Grid".
Ben Root
See https://github.com/matplotlib/matplotlib/pull/1846
On 03/22/2013 11:17 AM, Michael Droettboom wrote:
It's puzzler. I'm looking at it now.
Mike
On 03/22/2013 06:33 AM, Andrew Dawson wrote:
Thanks, the clipping is working now. But as you say the weird line
width issue still remains for Agg
On Fri, Mar 22, 2013 at 12:30 PM, Steven Boada wrote:
> Well... I jumped the gun. To better illustrate the problem(s) I am having,
> I wrote a simple script that doesn't work...
>
> import pylab as pyl
> from mpl_toolkits.axes_grid1 import AxesGrid
>
> # make some data
> xdata = pyl.random(100) *
Steven,
Did you mean to switch back to AxesGrid? I thought you said that it was fixed
with Grid.
-Sterling
On Mar 22, 2013, at 9:30AM, Steven Boada wrote:
> Well... I jumped the gun. To better illustrate the problem(s) I am having, I
> wrote a simple script that doesn't work...
>
> import p
Thanks JJ!
That did fix my problem, but I can't say I understand what the
difference is. Why does Axesgrid make them squashed while just Grid
works?
On Thu Mar 21 22:28:34 2013, Jae-Joon Lee wrote:
> It is not clear what your problem is.
> AxesGrid implicitly assumes aspect=1 for each axes. So
It's puzzler. I'm looking at it now.
Mike
On 03/22/2013 06:33 AM, Andrew Dawson wrote:
Thanks, the clipping is working now. But as you say the weird line
width issue still remains for Agg (and png, perhaps that uses Agg, I
don't know...). PDF output looks correct.
On 20 March 2013 05:48, J
Hi,
following problem arises when using the pgf backend:
For the plots in my document I would like to use a sans-serif font.
Because I want to use the functionality of the Tex-package siunitx
(among others) I need to use either the pdf-backend with text.usetex set
to True or the pgf-back
Thanks, the clipping is working now. But as you say the weird line width
issue still remains for Agg (and png, perhaps that uses Agg, I don't
know...). PDF output looks correct.
On 20 March 2013 05:48, Jae-Joon Lee wrote:
>
> On Wed, Mar 13, 2013 at 2:17 AM, Andrew Dawson wrote:
>
>> You should
11 matches
Mail list logo