Re: [Matplotlib-users] indicating directions on stereographic projection.

2013-11-06 Thread Piet van Oostrum
Paul Hobson wrote: > On Wed, Oct 23, 2013 at 9:30 PM, Sourav Chatterjee wrote: > > Hello, > > I have stereographic projection of the pole. I need to indicate the > directions like > north,south,east, west, north-east, north-west and so on. Is there any > way to do so? 

Re: [Matplotlib-users] indicating directions on stereographic projection.

2013-11-06 Thread Joe Kington
Sourav - Are you by chance trying to make a stereonet? If so, your question makes a bit more sense. If that's what you're doing, have a look at mplstereonet. https://github.com/joferkington/mplstereonet It currently doesn't support polar stereonets, but that's something I've been meaning to add f

Re: [Matplotlib-users] Qt4Agg backend - edit curves and axis parameters

2013-11-06 Thread aperception
Easily patched the 1.3.0 version in Enthought distribution by replacing matplotlib\backends\qt4_editor\figureoptions.py line 33-34 with: COLORS = {'c': '#00bfbf', 'b': '#ff', 'w': '#ff', 'g': '#008000', 'y': '#bfbf00', 'k': '#00', 'r': '#ff', 'm': '#bf00bf'} Excellent!

Re: [Matplotlib-users] Qt4Agg backend - edit curves and axis parameters

2013-11-06 Thread aperception
Dear Thomas, I replaced figureoptions.py in 1.3.1 with the corresponding file in your commit , and can confirm that it has resolved the issue. Thank you very

Re: [Matplotlib-users] Qt4Agg backend - edit curves and axis parameters

2013-11-06 Thread Thomas Hisch
Please check if this PR fixes the problem https://github.com/matplotlib/matplotlib/pull/2112 Regards Thomas On Wed, Nov 6, 2013 at 12:52 PM, aperception wrote: > Unfortunately this issue with the color changing after editing axis > parameters still doesn't appear to have been resolved as of 1.3

Re: [Matplotlib-users] indicating directions on stereographic projection.

2013-11-06 Thread Jason Grout
On 11/6/13 1:10 PM, Paul Hobson wrote: > I am **very far** from a GIS expert, but I believe that the cardinal > directions are ambiguous at the poles. In other words, if you're > standing on the North Pole, it'd difficult to head in any direction > that's not towards the south pole. > > Curious to

Re: [Matplotlib-users] indicating directions on stereographic projection.

2013-11-06 Thread Paul Hobson
On Wed, Oct 23, 2013 at 9:30 PM, Sourav Chatterjee wrote: > Hello, > > I have stereographic projection of the pole. I need to indicate the > directions like north,south,east, west, north-east, north-west and so on. > Is there any way to do so? > > Thanks > Sourav > > I am **very far** from a GIS e

Re: [Matplotlib-users] Qt4Agg backend - edit curves and axis parameters

2013-11-06 Thread aperception
Unfortunately this issue with the color changing after editing axis parameters still doesn't appear to have been resolved as of 1.3.1 or in the latest source. Is there an easy fix for it? It's a very useful feature for me because my figure is embedded in a QT4 GUI without easy access to the command