Re: [matplotlib-devel] Contributed example

2011-07-11 Thread Nicolas Rougier
Another one about radar chart: http://www.loria.fr/~rougier/tmp/radar-chart.png http://www.loria.fr/~rougier/tmp/radar-chart.py Nicolas On Jul 9, 2011, at 4:30 PM, Nicolas Rougier wrote: > > Thanks. > > Here is another try inspired from: > http://www.nytimes.com/imagepages/2007/07/29/hea

Re: [matplotlib-devel] Contributed example

2011-07-11 Thread Nicolas Rougier
And the last one: http://www.loria.fr/~rougier/tmp/circle.png http://www.loria.fr/~rougier/tmp/circle.py showing some precise text manipulation (but it is quite slow to display because of the interactive mode. I do not know if it can be made faster). Nicolas On Jul 11, 2011, at 9:33 AM,

Re: [matplotlib-devel] Proposal for Broken Axes

2011-07-11 Thread ayuffa
Have your changes to axes.py, namely breakx and breaky, been accepted? If not, could you post your axes.py file. Thanks in advance, yuffa klukas wrote: > > I have implemented breakx and breaky methods for the Axes class and > attached the diff for axes.py to this message. > > You can test out

Re: [matplotlib-devel] Proposal for Broken Axes

2011-07-11 Thread Paul Ivanov
ayuffa, on 2011-07-07 13:54, wrote: > Have your changes to axes.py, namely breakx and breaky, been accepted? If > not, could you post your axes.py file. Here's an example, I'm looking into why it's not making it to the official docs right now, but you should be able to run it locally: https://g