Re: [Matplotlib-users] I need to force the "rounding" of x axis limits

2015-04-11 Thread Thomas Caswell
I am not really sure what you mean by 'round'. Do you want to suppress the offset or do you want mpl to pick 'nice' values after you have explicitly set the limits? Tom On Mon, Apr 6, 2015 at 5:27 AM giacomo boffi wrote: > INTRO > = > > please consider the following code (I'm trying to dra

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

Re: [Matplotlib-users] Some questions regarding pcolor(mesh)/nbagg/FuncAnimate

2015-04-11 Thread Thomas Caswell
Ryan, I have not looked at your exact issue yet, but there seems to be some underlying issues with animation and nbagg which we have not tracked down yet. See: https://github.com/matplotlib/matplotlib/pull/4290 https://github.com/matplotlib/matplotlib/issues/4287 https://github.com/matplotlib/mat

Re: [Matplotlib-users] How to create ternary contour plot in matplotlib?

2015-04-11 Thread Thomas Caswell
We have a pr in to add ternary axes, but unfortunately I do not understand it well enough to tell you of contours will work. See https://github.com/matplotlib/matplotlib/pull/3828 and links with in. Tom On Sat, Apr 11, 2015, 07:47 nxkryptor nxkr wrote: > I am trying to create ternary plots wit

[Matplotlib-users] How to create ternary contour plot in matplotlib?

2015-04-11 Thread nxkryptor nxkr
I am trying to create ternary plots with matplotlib as shown in the figure ( source ). The axes are A, B, C and D values should be denoted by contours and the points need to be labelled like in figure. [image: enter image