Re: [Matplotlib-users] segfault creating polarplot with GridHelperCurveLinear

2015-04-16 Thread Maik Hoffmann
Hi, with normal polar plot it would work, but there is the problem with the half plot. So I use AxisArtist already. The segfault is caused by GridHelperCurveLinear and it appears on all my Computers here Python 2.7 (2 x Win7 64Bit, 1xWin7 32Bit, 2x Linux 64Bit) and mpl 1.4.2 The current solutio

Re: [Matplotlib-users] segfault creating polarplot with GridHelperCurveLinear

2015-04-11 Thread Thomas Caswell
Malk, This is a bit of a gap in mpl currently (but has come up a couple of times ( https://github.com/matplotlib/matplotlib/issues/4217, https://github.com/matplotlib/matplotlib/issues/2203, and http://matplotlib.org/devdocs/devel/MEP/MEP24.html). One of the hold ups has been lack of a developer

[Matplotlib-users] segfault creating polarplot with GridHelperCurveLinear

2015-04-09 Thread Maik Hoffmann
Hello, I'm using mpl_toolkits.axisartist.floating_axes.GridHelperCurveLinear for creating half-polar plots from 180 degree measurements for receive sensitivity. Working with the measurement values itself is no problem if I let the values scaling start at zero. If I use normalized values I can pl