[Matplotlib-users] Basemap shiftgrid

2014-08-27 Thread mmc
Hi All, I am having problems plotting data in Basemap. I have tried some of the different projections such as Robinson and Equidistant Cylindrical, however kept running into the error WARNING: x coordinate not monotonically increasing - contour plot may not be what you expect. If it looks odd,

Re: [Matplotlib-users] z as colour on Basemap plot line

2014-08-27 Thread smeyer
I solved the problem by converting the z-value list to a np.array /Sten -- View this message in context: http://matplotlib.1069221.n5.nabble.com/z-as-colour-on-Basemap-plot-line-tp43827p43852.html Sent from the matplotlib - users mailing list archive at Nabble.com.

Re: [Matplotlib-users] Basemap shiftgrid

2014-08-27 Thread ChaoYue
Hi Michelle, I might not fully understand your problem, could you have a look at this thread and see if it helps? http://matplotlib.1069221.n5.nabble.com/Fwd-Strange-behaviour-on-plotting-data-on-Ronbinson-projection-using-Basemap-td43222.html#a43233 Cheers, Chao On Wed, Aug 27, 2014 at 9:58

Re: [Matplotlib-users] shiftgrid 'cyclic point not included' error

2014-08-27 Thread mmc
Hi Jeff, I have a similar problem as Anton where I am trying to shiftgrid and get the same error of lon0 outside of range of lonsin when the second plot is trying to run through. Also the data does not follow with the longitude, in other words the map is in the right projection (over the

[Matplotlib-users] mpl-1.4 openblas

2014-08-27 Thread Neal Becker
Using pip (so default build), while building mpl-1.4 on fedora-20 linux, I noticed: openblas_info: libraries not found in ['/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] NOT AVAILABLE openblas is installed. Should I be concerned? -- -- Those who

Re: [Matplotlib-users] 1.4 install on Windows 8.1 with pip gives bad hash

2014-08-27 Thread Thomas Caswell
Is the hash it reports reproducible? My first guess at what is going on here is that the hash is doing it's job correctly and reporting that your file became corupted during download. Try again at it should work. Tom On Wed, Aug 27, 2014 at 5:55 AM, Werner werner...@gmx.ch wrote: Just FYI,

Re: [Matplotlib-users] Basemap shiftgrid

2014-08-27 Thread Thomas Caswell
Is this related to https://github.com/matplotlib/basemap/issues/163 ? On Wed, Aug 27, 2014 at 5:41 AM, ChaoYue chaoyue...@gmail.com wrote: Hi Michelle, I might not fully understand your problem, could you have a look at this thread and see if it helps?

Re: [Matplotlib-users] Basemap shiftgrid

2014-08-27 Thread mmc
Hi Thomas I have managed to get my data to shift in line with my longitude and latitudes, however now I cannot get it to read out more than one plot. I am running this is a loop as I want to get 34 plots (of 34 separate years of the same variable) however once it runs through the loop once and

[Matplotlib-users] violin plot

2014-08-27 Thread Neal Becker
I'm pleased to see violinplot added to mpl-1.4. One question. I might like to annotate with some statistic. Like boxplot can show quantiles. I might like to show either quantiles, or some other statistic (3 sigma) on my violinplot. After all, violinplot is advertised as an improved

Re: [Matplotlib-users] 1.4 install on Windows 8.1 with pip gives bad hash

2014-08-27 Thread Thomas Caswell
Didn't know you could do that I have (I think) uploaded all of the wheels we have to pypi. I don't have a windows or mac machine to test on, can anyone provide feed back if it worked as intended? Tom On Wed, Aug 27, 2014 at 12:20 PM, Christoph Gohlke cgoh...@uci.edu wrote: Somewhat

Re: [Matplotlib-users] 1.4 install on Windows 8.1 with pip gives bad hash

2014-08-27 Thread Christoph Gohlke
Thank you. Works for me as expected: `pip install matplotlib` installed matplotlib, pyparsing, python-dateutil, and six. Since numpy is not (yet) available as wheels on PyPI it needs to be installed before by other means or built from source by pip. Christoph On 8/27/2014 10:55 AM, Thomas

Re: [Matplotlib-users] violin plot

2014-08-27 Thread Arnaldo Russo
Hi Neal, I don't know if you need exclusively matplotlib tools to apply your violin plot, but seaborn package [1, 2] do this very well. I hope you enjoy it! Cheers, Arnaldo. [1] http://web.stanford.edu/~mwaskom/software/seaborn/examples/violinplots.html [2] https://github.com/mwaskom/seaborn