You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(12) |
Sep
(12) |
Oct
(56) |
Nov
(65) |
Dec
(37) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(59) |
Feb
(78) |
Mar
(153) |
Apr
(205) |
May
(184) |
Jun
(123) |
Jul
(171) |
Aug
(156) |
Sep
(190) |
Oct
(120) |
Nov
(154) |
Dec
(223) |
2005 |
Jan
(184) |
Feb
(267) |
Mar
(214) |
Apr
(286) |
May
(320) |
Jun
(299) |
Jul
(348) |
Aug
(283) |
Sep
(355) |
Oct
(293) |
Nov
(232) |
Dec
(203) |
2006 |
Jan
(352) |
Feb
(358) |
Mar
(403) |
Apr
(313) |
May
(165) |
Jun
(281) |
Jul
(316) |
Aug
(228) |
Sep
(279) |
Oct
(243) |
Nov
(315) |
Dec
(345) |
2007 |
Jan
(260) |
Feb
(323) |
Mar
(340) |
Apr
(319) |
May
(290) |
Jun
(296) |
Jul
(221) |
Aug
(292) |
Sep
(242) |
Oct
(248) |
Nov
(242) |
Dec
(332) |
2008 |
Jan
(312) |
Feb
(359) |
Mar
(454) |
Apr
(287) |
May
(340) |
Jun
(450) |
Jul
(403) |
Aug
(324) |
Sep
(349) |
Oct
(385) |
Nov
(363) |
Dec
(437) |
2009 |
Jan
(500) |
Feb
(301) |
Mar
(409) |
Apr
(486) |
May
(545) |
Jun
(391) |
Jul
(518) |
Aug
(497) |
Sep
(492) |
Oct
(429) |
Nov
(357) |
Dec
(310) |
2010 |
Jan
(371) |
Feb
(657) |
Mar
(519) |
Apr
(432) |
May
(312) |
Jun
(416) |
Jul
(477) |
Aug
(386) |
Sep
(419) |
Oct
(435) |
Nov
(320) |
Dec
(202) |
2011 |
Jan
(321) |
Feb
(413) |
Mar
(299) |
Apr
(215) |
May
(284) |
Jun
(203) |
Jul
(207) |
Aug
(314) |
Sep
(321) |
Oct
(259) |
Nov
(347) |
Dec
(209) |
2012 |
Jan
(322) |
Feb
(414) |
Mar
(377) |
Apr
(179) |
May
(173) |
Jun
(234) |
Jul
(295) |
Aug
(239) |
Sep
(276) |
Oct
(355) |
Nov
(144) |
Dec
(108) |
2013 |
Jan
(170) |
Feb
(89) |
Mar
(204) |
Apr
(133) |
May
(142) |
Jun
(89) |
Jul
(160) |
Aug
(180) |
Sep
(69) |
Oct
(136) |
Nov
(83) |
Dec
(32) |
2014 |
Jan
(71) |
Feb
(90) |
Mar
(161) |
Apr
(117) |
May
(78) |
Jun
(94) |
Jul
(60) |
Aug
(83) |
Sep
(102) |
Oct
(132) |
Nov
(154) |
Dec
(96) |
2015 |
Jan
(45) |
Feb
(138) |
Mar
(176) |
Apr
(132) |
May
(119) |
Jun
(124) |
Jul
(77) |
Aug
(31) |
Sep
(34) |
Oct
(22) |
Nov
(23) |
Dec
(9) |
2016 |
Jan
(26) |
Feb
(17) |
Mar
(10) |
Apr
(8) |
May
(4) |
Jun
(8) |
Jul
(6) |
Aug
(5) |
Sep
(9) |
Oct
(4) |
Nov
|
Dec
|
2017 |
Jan
(5) |
Feb
(7) |
Mar
(1) |
Apr
(5) |
May
|
Jun
(3) |
Jul
(6) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
(23) |
2
(13) |
3
(1) |
4
(17) |
5
(3) |
6
(10) |
7
(7) |
8
(7) |
9
(4) |
10
(13) |
11
(20) |
12
(13) |
13
(17) |
14
(20) |
15
(14) |
16
(3) |
17
(5) |
18
(15) |
19
(18) |
20
(14) |
21
(2) |
22
(13) |
23
(8) |
24
(3) |
25
(7) |
26
(10) |
27
(17) |
28
(20) |
29
(42) |
|
From: Phil A. <pha...@gm...> - 2008-02-23 19:21:07
|
I'm having two (presumably) unrelated problems with contourf 1) One of my datasets seems to trigger a bug: Specifically when I run the appended script (http://clouds.eos.ubc.ca/~phil/matplotlib_error/arrayplot.py) using the pickled array: (http://clouds.eos.ubc.ca/~phil/matplotlib_error/array.pic) I get: http://clouds.eos.ubc.ca/~phil/matplotlib_error/surfaceOnTop.png but if I try to flip the pressure axis by uncommenting: axes1.set_ylim([1000,250]) the rightside-up plot is corrupted http://clouds.eos.ubc.ca/~phil/matplotlib_error/surfaceOnBottom.png 2) It looks like the alpha=0.25 setting for the normalized set_under/over colormap works for the colorbar (the little triangles are transparent) but not for the actually filled contours (the under values are saturated black/salmon) All of this is with the current matplotlib svn snapshot (revision 4986). Both the top and bottom runs give the same --verbose-helpful output: ~/public_html/matplotlib_error phil@owl% python arrayplot.py --verbose-helpful $HOME=/home/phil CONFIGDIR=/home/phil/.matplotlib matplotlib data path /home/phil/usr251_Centos/lib/python2.5/site-packages/matplotlib/mpl-data loaded rc file /home/phil/.matplotlib/matplotlibrc matplotlib version 0.98pre verbose.level helpful interactive is False units is False platform is linux2 numerix numpy 1.0.5.dev4731 Using fontManager instance from /home/phil/.matplotlib/fontManager.cache backend Agg version v2.2 Warning: invalid value encountered in reduce Warning: invalid value encountered in reduce thanks in advance for any suggestions -- Phil #-------------------- import numpy as N import matplotlib as mpl import pickle mpl.use('Agg') from pylab import figure, show, close,setp,savefig fig1=figure(1) fig1.clf() axloc = [.1, .1, .67, .8] colorbarloc = [.82, .1, .025, .8] axes1 = fig1.add_axes(axloc) colorbaraxes = fig1.add_axes(colorbarloc) vmin, vmax = (-40, 20) norm = mpl.colors.normalize(vmin = vmin, vmax = vmax) cmap = mpl.cm.jet cmap.set_over('black', 0.25) cmap.set_under('salmon', 0.25) picFile=open('array.pic','r') plotArray=pickle.load(picFile) picFile.close() timeMarks=N.arange(0,9) presslevs=N.arange(1000,200,-10) contplot = axes1.contourf(timeMarks,presslevs,plotArray,N.linspace(vmin,vmax,7), norm=norm, extend='both', cmap=cmap) #axes1.set_ylim([1000,250]) fig1.colorbar(contplot,colorbaraxes) labelHandle=colorbaraxes.set_ylabel('temperature (deg C)') setp(labelHandle,'rotation',-90,'ha','left') axes1.set_xticks(timeMarks[[0,4,8]]) axes1.set_ylabel('pressure (hPa)') axes1.set_xlabel('Date') axes1.set_title('LXK balloon sondes') #savefig('surfaceOnBottom') savefig('surfaceOnTop') |
From: BL <bra...@gm...> - 2008-02-23 17:19:03
|
Hi, I've got difficulties to make a local installation of matplotlib. I think it's due to my nonstandard installation of python and tk, which both are in my home. I've seen on the website that , for non standard installation, I should complete the basedir dictionary defined in the setupext.py script. But for the Tcl/Tk header files, this does not seems to work. Whatever I put in this dictionary, the module.include_dirs corresponding to Tk (line 825 of setupext.py) is always equal to ['/usr/share/include', '/usr/share/include']. Did I miss something obvious ? I'm on a linux2 platform and I''m trying make a local installation of python2.5 + matplotlib 0.91.2 in my home. Regards, -- LB |
From: Darren D. <dar...@co...> - 2008-02-23 17:09:59
|
On Saturday 23 February 2008 10:49:25 am John Hunter wrote: > On Fri, Feb 22, 2008 at 11:04 PM, sa6113 <s.p...@gm...> wrote: > > I could return the output object of the plot as image file , would you > > please tell me how I have to convert image to QImage in order to use it > > in my GUI ? > > I could, but this is a very poor way to do it. First, you would not > be able to interact with your figure (pan, zoom, etc). 2nd, you would > be using qimage to rescale your plot with the embedded window size an > this would be far inferior to having matplotlib draw into the > requested size. The right way to use this is to follow the example of > http://matplotlib.sourceforge.net/examples/embedding_in_qt4.py Yes, please follow the example John pointed out. The qt4agg backend already provides a widget that you can embed in your program, an example is in embedding_in_qt4.py, it does the conversion to a QImage already, you dont need to reimplement it. |
From: John H. <jd...@gm...> - 2008-02-23 15:49:36
|
On Fri, Feb 22, 2008 at 11:04 PM, sa6113 <s.p...@gm...> wrote: > > I could return the output object of the plot as image file , would you please > tell me how I have to convert image to QImage in order to use it in my GUI ? I could, but this is a very poor way to do it. First, you would not be able to interact with your figure (pan, zoom, etc). 2nd, you would be using qimage to rescale your plot with the embedded window size an this would be far inferior to having matplotlib draw into the requested size. The right way to use this is to follow the example of http://matplotlib.sourceforge.net/examples/embedding_in_qt4.py JDH |
From: Manuel M. <mm...@as...> - 2008-02-23 12:33:51
|
Erik Tollerud wrote: > I use the scatter(x,y) command to make scatter plots, but I noticed > today (on the SVN version of mpl) that when I call legend() after > giving scatter(x,y,label='somelabel') , the legend doesn't show the > marker symbols - it only has a square patch colored in the color that > was used for the scatter plot. Is this a bug, or intended behavior? > (and is there a work-around to show the marker symbols in the legend?) Hi Erik, I would say it's neither a bug nor an intended bahavior. It's just not implemented -- so you might call it a misbehaviour ;-) I too hope that this will be fixed/added, since it's an issue open some time now (I guess since scatter was implemented !?) Manuel |
From: pmarsh <pm...@ha...> - 2008-02-23 08:25:54
|
Hello List, I am using python-matplotlib version 0.87.7-0.3ubuntu1(feisty) and having some problems with a script that uses it. I get this import error and am not sure how to debug it further, any assistance would be greatly appreciated. Best regards, Paul marsh --------------------------------------------------------------------- crank examples # pwd /home/a_downloads/basemap-0.9.9.1/examples crank examples # python simpletest.py Traceback (most recent call last): File "simpletest.py", line 1, in <module> from matplotlib.toolkits.basemap import Basemap File "/usr/lib/python2.5/site-packages/matplotlib/toolkits/basemap/__init__.py", line 1, in <module> from basemap import __doc__, __version__ File "/usr/lib/python2.5/site-packages/matplotlib/toolkits/basemap/basemap.py", line 20, in <module> from matplotlib.cbook import is_scalar, dedent ImportError: cannot import name dedent crank examples # python -c "from matplotlib.toolkits.basemap import basemap_datadir;" Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.5/site-packages/matplotlib/toolkits/basemap/__init__.py", line 1, in <module> from basemap import __doc__, __version__ File "/usr/lib/python2.5/site-packages/matplotlib/toolkits/basemap/basemap.py", line 20, in <module> from matplotlib.cbook import is_scalar, dedent ImportError: cannot import name dedent crank examples # --------------------------------------------------------------------- |
From: sa6113 <s.p...@gm...> - 2008-02-23 05:04:30
|
I could return the output object of the plot as image file , would you please tell me how I have to convert image to QImage in order to use it in my GUI ? sa6113 wrote: > > How can I show my plot figure in the specific location or part of an > application , I am using pylab. > -- View this message in context: http://www.nabble.com/Showing-the-plot-in-the-specific-location-tp15545079p15648399.html Sent from the matplotlib - users mailing list archive at Nabble.com. |
From: Erik T. <eri...@gm...> - 2008-02-23 03:02:00
|
I use the scatter(x,y) command to make scatter plots, but I noticed today (on the SVN version of mpl) that when I call legend() after giving scatter(x,y,label='somelabel') , the legend doesn't show the marker symbols - it only has a square patch colored in the color that was used for the scatter plot. Is this a bug, or intended behavior? (and is there a work-around to show the marker symbols in the legend?) |