Re: [Matplotlib-users] Easiest way to create a chloropleth in Python

2014-11-16 Thread Christian Alis
Thanks! I did use geopandas and it seems it is the easiest method of creating a choropleth in Python. Support for displaying a colorbar for noncategorical data is missing so I implemented it but my PR hasn't been merged yet. On Fri, Nov 14, 2014 at 6:07 PM, Benjamin Root wrote: > Sorry for the de

Re: [Matplotlib-users] [matplotlib-devel] Development issue: Assign labels to colorbar extensions

2014-11-16 Thread Eric Firing
On 2014/11/16, 10:21 AM, j1 wrote: > I have posted this in the user sub forum as well because i'm not sure that it > is a user issue or development issue. > Information about my problem and my code are here > > http://matplotlib.1069221.n5.nabble.com/Assign-labels-to-colorbar-extensions-user-or-dev

[Matplotlib-users] Assign labels to colorbar extensions (user or development issue)

2014-11-16 Thread j1
I am not sure if this is a user issue or a development issue. Using version 1.4.2 My code allows the user to hone in on a specific contour range, by changing the minimum and maximum of the contour and the number of levels. I am using colorbar "extend" to prevent any white patches, as the data may h