Re: [Matplotlib-users] One colorbar for many plot

2014-05-20 Thread Alex Goodman
I would consider using the AxesGrid toolkit [1], which makes it very easy to have a single colorbar for multiple plots. [1] - http://matplotlib.org/1.3.1/mpl_toolkits/axes_grid/users/overview.html Thanks, Alex On Tue, May 20, 2014 at 8:04 PM, Alex Goodman alex.good...@colostate.eduwrote: I

Re: [Matplotlib-users] Can't plot NCEP reanalysis data

2014-03-04 Thread Alex Goodman
://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Alex Goodman Graduate Research Assistant Department of Atmospheric Science Colorado State University -- Subversion Kills Productivity. Get off Subversion Make the Move

Re: [Matplotlib-users] Area averaged

2014-02-23 Thread Alex Goodman
://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Alex Goodman Graduate Research Assistant Department

Re: [Matplotlib-users] Area averaged

2014-02-23 Thread Alex Goodman
| | | | | --- 20 S 130 E 170E Thanks. Fadzil -- Alex Goodman Graduate Research Assistant Department of Atmospheric Science Colorado State University

Re: [Matplotlib-users] [os x] Can't get IPython to use latest version of matplotlib

2014-02-21 Thread Alex Goodman
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Alex Goodman Graduate Research Assistant Department of Atmospheric Science Colorado State University

Re: [Matplotlib-users] could I get rid of the contour of Antarctica by using Basemap?

2013-12-30 Thread Alex Goodman
A quick apology for a typo in my previous message, the method in question is drawcoastlines(), not drawcontinents(). The code snippet should still be correct though! On Mon, Dec 30, 2013 at 7:09 PM, Alex Goodman alex.good...@colostate.eduwrote: Hi Chao, Actually it is possible to remove

Re: [Matplotlib-users] Clipping a plot inside a polygon

2013-09-02 Thread Alex Goodman
an example of doing it in cartopy to demonstrate the neat Shapely integration: http://nbviewer.ipython.org/6410510 HTH, Phil On 2 September 2013 05:40, Alex Goodman alex.good...@colostate.eduwrote: Hi all, I want to be able to plot data on maps (using basemap or cartopy) inside specific

Re: [Matplotlib-users] Clipping a plot inside a polygon

2013-09-02 Thread Alex Goodman
works for imshow and pcolor, but not contourf. Any other ideas? Alex On Mon, Sep 2, 2013 at 12:18 PM, Alex Goodman alex.good...@colostate.eduwrote: Hi Phil, Thanks, that is more or less what I was looking for. However, I still think that generalizing this approach for other types of plotting

Re: [Matplotlib-users] Clipping a plot inside a polygon

2013-09-02 Thread Alex Goodman
, including clip_path. I know a similar approach is taken for the keyword arguments in plot, since those can be used to modify the properties of each Line2D instance. Thanks, Alex On Mon, Sep 2, 2013 at 1:09 PM, Alex Goodman alex.good...@colostate.eduwrote: Actually, it seems I have partially answered

[Matplotlib-users] Clipping a plot inside a polygon

2013-09-01 Thread Alex Goodman
within the axes that I can use the set_clip_path() method for and still get what I want? Thanks, Alex -- Alex Goodman Graduate Research Assistant Department of Atmospheric Science Colorado State University attachment: clip_example.png

Re: [Matplotlib-users] subplots [xy]labels

2013-01-04 Thread Alex Goodman
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Alex Goodman University of Illinois at Urbana-Champaign Email: goodm...@illinois.edu