Re: [Matplotlib-users] Looking for additional help about moving a legend

2012-04-12 Thread Jonathan Bruck
Thanks for a response, but unfortunately it doesn't seem to work. I have some sample code on pastebin http://pastebin.com/W6JmbCsz in case the following does not email out well # -*- coding: utf-8 -*- """ Created on Thu Apr 12 11:16:03 2012 Using the current stable version of pythonxy on Windows

Re: [Matplotlib-users] Focus in OSX

2012-04-12 Thread Chris Laumann
Actually I don't know about the apple supplied python, but I believe enthoughts python is installed as a framework. C On Apr 12, 2012, at 8:53 PM, Michiel de Hoon wrote: > --- On Wed, 4/11/12, Zachary Pincus wrote: >> Hopefully someone who knows more about the OS X backend can >> comment h

[Matplotlib-users] FancyArrowPatch -|> style doesn't have solid arrowhead when linestyle='dashed'

2012-04-12 Thread Jason Grout
When the -|> style was added to FancyArrowPatch, the purpose was to add an arrow style with a certain style shaft, but a solid head [1]. However, since the given linestyle is used for the outline of the head, we can have arrowheads that look very odd. Here is the example input and output: htt

Re: [Matplotlib-users] Focus in OSX

2012-04-12 Thread Michiel de Hoon
--- On Wed, 4/11/12, Zachary Pincus wrote: > Hopefully someone who knows more about the OS X backend can > comment here... It sounds like the Python you are using is not installed as a framework. Using the --enable-framework flag when compiling Python. -Michiel. ---

Re: [Matplotlib-users] how to maintain fractional minor tick spacing

2012-04-12 Thread Christopher Graves
On Thu, Apr 12, 2012 at 5:20 PM, Benjamin Root wrote: > > > On Thu, Mar 29, 2012 at 5:53 AM, Christopher Graves < > christoph.gra...@gmail.com> wrote: > >> >> >> On Tue, Mar 27, 2012 at 3:31 AM, Mike Kaufman wrote: >> >>> On 3/26/12 12:49 PM, Christopher Graves wrote: >>> On Sun, Mar 11, 20

Re: [Matplotlib-users] dates for x-axis

2012-04-12 Thread Goyo
El día 12 de abril de 2012 03:46, questions anon escribió: > I am not sure how to recognise that x-axis are dates like 20110101, > 20110102, 20110103 etc. Use datetime objects instead of strings. Goyo -- For Developers

Re: [Matplotlib-users] how to maintain fractional minor tick spacing

2012-04-12 Thread Benjamin Root
On Thu, Mar 29, 2012 at 5:53 AM, Christopher Graves < christoph.gra...@gmail.com> wrote: > > > On Tue, Mar 27, 2012 at 3:31 AM, Mike Kaufman wrote: > >> On 3/26/12 12:49 PM, Christopher Graves wrote: >> >>> On Sun, Mar 11, 2012 at 2:32 PM, Christopher Graves >>> mailto:christoph.gra...@gmail.com>

Re: [Matplotlib-users] Looking for additional help about moving a legend

2012-04-12 Thread Benjamin Root
On Thu, Apr 12, 2012 at 2:05 AM, Jonathan Bruck wrote: > Hi all, > > Forgive me as this is the first time I've posted here. I've asked a > question on StackOverFlow: > > > http://stackoverflow.com/questions/10101700/moving-matplotlib-legend-outside-of-the-axis-makes-it-cutoff-by-the-figure-box#co