Re: [Matplotlib-users] aligning plot width with imshow/contour width

2014-11-20 Thread Ken Mankoff
I'm using mpl 1.4.2. I posted this question onto StackOverflow and got a nice reply/tutorial. https://stackoverflow.com/questions/26985210/ Thanks, -k. -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT

Re: [Matplotlib-users] Single color transparent colormap

2014-11-20 Thread Eric Firing
On 2014/11/19, 1:03 PM, Benjamin Root wrote: What you are seeing is the fact that the adjacent cells share the same coordinates, so neighboring cells overlap by one pixel. This is only visible when alpha != 1. This is a tricky issue to solve, but I could have sworn we made some progress on

[Matplotlib-users] How to plot other than rectangular grid?

2014-11-20 Thread Maria Liukis
Hello, I have a problem plotting data which is defined on a grid other than rectangular mesh, and would greatly appreciate any advise. My data is defined for 0.1degree grid for the state of California, and I don’t want to interpolate my data outside of the defined grid when plotting it. I used

Re: [Matplotlib-users] How to plot other than rectangular grid?

2014-11-20 Thread Thomas Caswell
There are also triangular mesh plotting (I think tricolormesh is the function name). The really brute force solution is to use poly collection and draw what ever shape you want. Tom -- Download BIRT iHub F-Type - The