Hi,
I'm trying to embed a Matplotlib graph along with the toolbar in my Tkinter
application.
The problem I'm facing is that when I maximize the application, the plot
only fills the
top half of the screen and the bottom half is taken up by the toolbar with
a lot of whitespace.
I based my code on
On Thu, Jan 5, 2012 at 2:59 PM, Daniel Hyams wrote:
> Right, __slots__ is definitely not a good idea to use except in very
> specific situations. I would strongly recommend against its usage here.
>
> http://groups.google.com/group/comp.lang.python/msg/0f2e859b9c002b28
I see that now. I had see
On Thu, Jan 5, 2012 at 2:59 PM, Daniel Hyams wrote:
> Right, __slots__ is definitely not a good idea to use except in very
> specific situations. I would strongly recommend against its usage here.
>
> http://groups.google.com/group/comp.lang.python/msg/0f2e859b9c002b28
>
>
>
Good to know. I hav
Right, __slots__ is definitely not a good idea to use except in very
specific situations. I would strongly recommend against its usage here.
http://groups.google.com/group/comp.lang.python/msg/0f2e859b9c002b28
On Thu, Jan 5, 2012 at 3:50 PM, Eric Firing wrote:
> On 01/05/2012 07:34 AM, Ryan
On 01/05/2012 07:34 AM, Ryan May wrote:
> On Thu, Jan 5, 2012 at 10:58 AM, Benjamin Root wrote:
>>
>>
>> On Thu, Jan 5, 2012 at 10:40 AM, Benjamin Root wrote:
>>>
>>>
At the very least, it would help in compartmentallizing all the possible
drawing attributes that are common across all a
On Thu, Jan 5, 2012 at 11:51 AM, Benjamin Root wrote:
>
>
> On Thu, Jan 5, 2012 at 7:56 AM, Jonathan Slavin
> wrote:
>
>> Just one quick thought. I hope that you will implement a longer default
>> color cycle than the current default. I have several times run into
>> situations where I have to
On Thu, Jan 5, 2012 at 11:34 AM, Ryan May wrote:
> On Thu, Jan 5, 2012 at 10:58 AM, Benjamin Root wrote:
> >
> >
> > On Thu, Jan 5, 2012 at 10:40 AM, Benjamin Root wrote:
> >>
> >>
> >>> At the very least, it would help in compartmentallizing all the
> possible
> >>> drawing attributes that are
Hi,
I'm trying to draw a box around an axes title, and I'm having trouble
controlling it. I want the box to span the width of the x axis. I
tried some iterations on the below since xy and height/width are
hard-coded in set_title, but when I call show, it seems the width of
the box is reset. Any id
Is this information incorrect?
http://matplotlib.sourceforge.net/devel/documenting_mpl.html#module-matplotlib.sphinxext.plot_directive
This line seems to preclude ever getting to the below code to process
the caption.
https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/sphinxext/
On Thu, Jan 5, 2012 at 10:58 AM, Benjamin Root wrote:
>
>
> On Thu, Jan 5, 2012 at 10:40 AM, Benjamin Root wrote:
>>
>>
>>> At the very least, it would help in compartmentallizing all the possible
>>> drawing attributes that are common across all artists. Currently, I am
>>> envisioning using a
On Thu, Jan 5, 2012 at 10:40 AM, Benjamin Root wrote:
>
> At the very least, it would help in compartmentallizing all the possible
>> drawing attributes that are common across all artists. Currently, I am
>> envisioning using a defaultdict object (which was introduced in python 2.5)
>> or subcla
On Thu, Jan 5, 2012 at 7:56 AM, Jonathan Slavin wrote:
> Just one quick thought. I hope that you will implement a longer default
> color cycle than the current default. I have several times run into
> situations where I have to either modify the cycle or specify the colors
> manually because I h
On Thu, Jan 5, 2012 at 6:45 AM, Michael Droettboom wrote:
> This is great! Absolutely a much-needed and much-requested feature.
>
> I wonder, however, about the need for function-specific color cycles. Is
> there a use case there? I'd be just as happy with a single global color
> cycle that a
Just one quick thought. I hope that you will implement a longer default
color cycle than the current default. I have several times run into
situations where I have to either modify the cycle or specify the colors
manually because I had more than 7 lines. Also, it'd be nice to have
the colors be
This is great! Absolutely a much-needed and much-requested feature.
I wonder, however, about the need for function-specific color cycles.
Is there a use case there? I'd be just as happy with a single global
color cycle that all functions would use.
I also like the suggestion of a "style" c
15 matches
Mail list logo