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
(9) |
2
(8) |
3
(6) |
4
(5) |
5
(10) |
6
(1) |
7
|
8
(5) |
9
(3) |
10
(12) |
11
(24) |
12
(28) |
13
(16) |
14
(3) |
15
(10) |
16
(17) |
17
(19) |
18
(10) |
19
(20) |
20
(7) |
21
(11) |
22
(7) |
23
(5) |
24
(4) |
25
(11) |
26
(19) |
27
(1) |
28
(1) |
29
(13) |
30
(7) |
31
(22) |
|
|
|
From: Goyo <goy...@gm...> - 2011-08-05 21:46:17
|
Seems like Axes.relim is what I was looking for. It does not take collections into account but I don't need that for now. 2011/8/1, Goyo <goy...@gm...>: > Hy all, > > I recently had a pretty hard time trying to figure out how to properly > autoscale a plot after removing a line (see attached script). Finally > I found at [1] that I have to explicitly refresh the axes dataLim > before autoscaling. > > In [1] John Hunter says that computing the proper dataLim can be > complicated if there are several types of artists in the axes, like > polygons and collections an that "[it] would be useful to have an Axes > method like "auto_datalim" to for the datalim to readjust to all the > current data." > > My question is whether such a function has been implemented. Besides > any suggestions about how to deal with this are welcome. I just need > to adjust to lines right now but this may change in the future. > > Best regards > > Goyo > > [1] http://old.nabble.com/Removing-a-line-from-a-plot-td7249600.html > |
From: Tony Yu <ts...@gm...> - 2011-08-05 20:15:11
|
On Fri, Aug 5, 2011 at 2:41 PM, Amir Jahanshahi <paj...@gm...> wrote: > Hi , > > The code for image-windows and image-linx comes from here: > > http://matplotlib.sourceforge.net/examples/pylab_examples/errorbar_limits.html > > That is why I think the problem is in linux. And the pdf which is attached > along with the png image named flow-rate are executed in linux which are > different. in windows both are the same. > > Thanks, > Amir > > Hi Amir, So I guess there's two separate issues: 1) pdf vs png output. 2) windows vs linux output. 1) I have no idea what could be causing the difference in pdf vs png output. They're rendered the same on my system, so I can't be of much help. 2) I still think the linux output is correct---assuming you're using the matplotlibrc file you attached. Yes, the example on the matplotlib website has arrows on the error bars, but in your matplotlibrc file, you've set lines.markeredgewidth to 0. Thus, you should expect the arrow heads/tails to disappear. The default matplotlibrc has a nonzero markeredgewidth, which is why the heads/tails are visible on the website. So to reiterate, linux seems to be giving the correct behavior. Now, for the windows output, are you certain you're using the same matplotlibrc? In other words, are you setting markeredgewidth to 0. If so, then I'd say there's a bug in the windows output. -Tony |
From: Amir J. <paj...@gm...> - 2011-08-05 18:41:08
|
Hi , The code for image-windows and image-linx comes from here: http://matplotlib.sourceforge.net/examples/pylab_examples/errorbar_limits.html That is why I think the problem is in linux. And the pdf which is attached along with the png image named flow-rate are executed in linux which are different. in windows both are the same. Thanks, Amir On Fri, Aug 5, 2011 at 5:59 PM, Tony Yu <ts...@gm...> wrote: > > > On Fri, Aug 5, 2011 at 9:29 AM, Amir Jahanshahi <paj...@gm...>wrote: > >> Dear folks, >> >> I have this problem consistently in 0.99 installed via package >> respiratory and also 1.0.1 from source. This only occurs in linux. >> Windows is OK. see attachments please. If I run flow-rate.py the output >> of plt.show() is different from what is written in pdf. both are >> attached. Very weird problem. >> >> Looking forward to hearing from you, >> >> System:Linux Amir-Ubuntu 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 >> 15:07:17 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux >> >> Hi Amir, > > It seems to me that the error is in the Windows output. In your code, > you've set "mew" (i.e. marker edge width) to 0. So it makes sense that the > markers don't show. On my system (OS X), the pdf and png output are the > same. > > Best, > -Tony > > |
From: C M <cmp...@gm...> - 2011-08-05 18:32:59
|
For a figure with just one subplot, I want to have a larger main title (using figure.suptitle) and a smaller subtitle (using axes.set_title). However, using horizontalalignment = 'center' on both the suptitle and title doesn't center the two relative to each other, because my subplot varies in width (I change it depending on the y axis labels' lengths). How can I center the suptitle appropriately over the subplot? Thanks, Che |
From: José A. N. <na...@te...> - 2011-08-05 16:38:18
|
Hello, Michael, since it is happening in my setup, if you are willing to direct me, I could try to debug and see what could possibly be happening. I don't discard, however, that this is something that happens only to me, so, unless someone can reproduce the problem, this could be marked as a low priority bug. --- José Alexandre Nalon na...@te... Em sex 05 ago 2011, às 12:49:27, Michael Droettboom escreveu: > I'm still puzzled here. The TeX file is definitely being generated with > an unreasonably large size, which is what causes it to blow up. It gets > the size from the size of the matplotlib figure, which I assume is being > incorrectly calculated by the tight bounding box code. Of course, I > can't reproduce that here, so I'm not sure what's going on. > > Do any of the developers who understand the tight bounding box code have > any theories? > > Mike > > On 08/05/2011 09:57 AM, José Alexandre Nalon wrote: > > Hello! > > > >> This is puzzling. I can't reproduce this -- I even get nice commas. > >> Are you running the locale_formatting branch exactly as it is (i.e. not > >> applying it as a patch to another version of matplotlib)? What platform > >> are you on? Which backend? What does "echo $LANG" at the commandline > >> say? > > > > I actually am getting this error with a couple of scripts, > > but both use bbox_inches='tight', and are 3D plots. I tried > > 2D plots with this option and there was no problem. In every > > script, I also get the commas. It is probably one of those > > bugs that appear because of the configuration of the many > > packages that are being used. > > > > I gathered some information, and I hope it helps. I am using > > Kubuntu 10.10, and Texlive distribution. I downloaded the > > .tar.gz package from github in your branch, and built it. > > At the time of compilation, I didn't have Tk or GTK headers > > (since I don't use matplotlib interactively, I don't really > > need them). Below, I also included the list of met dependencies, > > according to the installation script. I got no errors during > > compilation, only a warning (also listed below). Tex file > > and others are attached with this message (since my /tmp > > directory was wiped in reboot, I had to run the script again, > > hence the different names). This is all the information that I > > could think of, but if there is anything else, just send a > > message. Thanks again for your work! > > > > nalon@marvin:~/temp/test$ uname -a > > Linux marvin 2.6.35-30-generic #56-Ubuntu SMP Mon Jul 11 20:00:22 UTC > > 2011 i686 GNU/Linux > > > > nalon@marvin:~/temp/test$ echo $LANG > > pt_BR.UTF-8 > > > > nalon@marvin:~/temp/test$ latex -v > > pdfTeX 3.1415926-1.40.10-2.2 (TeX Live 2009/Debian) > > kpathsea version 5.0.0 > > Copyright 2009 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). > > There is NO warranty. Redistribution of this software is > > covered by the terms of both the pdfTeX copyright and > > the Lesser GNU General Public License. > > For more information about these matters, see the file > > named COPYING and the pdfTeX source. > > Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh > > (pdfTeX). Compiled with libpng 1.2.44; using libpng 1.2.44 > > Compiled with zlib 1.2.3.4; using zlib 1.2.3.4 > > Compiled with poppler version 0.14.2 > > > > nalon@marvin:~/temp/test$ python > > Python 2.6.6 (r266:84292, Sep 15 2010, 15:52:39) > > [GCC 4.4.5] on linux2 > > > >>>> numpy.__version__ > > > > '1.3.0' > > > >>>> matplotlib.__version__ > > > > '1.1.0' > > > >>>> print matplotlib.rcParams['backend'] > > > > agg > > > > Here is a relation of met dependencies and their versions > > (according to matplotlib installation script): > > > > Qt: 4.7.0 > > PyQt: 4.8.1 > > Freetype2: 12.0.6 > > Cairo: 1.8.8 > > libpng: 1.2.44 > > dvipng: 1.13 > > ghostscript: 8.71 > > latex: 3.1415926 > > pdftops: 0.14.3 > > > > No errors during installation, only these warnings: > > > > src/path.cpp: In member function ‘Py::Object > > _path_module::convert_to_svg(const Py::Tuple&)’: > > src/path.cpp:1590: warning: format not a string literal and no format > > arguments > > src/path.cpp:1590: warning: format not a string literal and no format > > arguments > > src/path.cpp:1593: warning: format not a string literal and no format > > arguments > > src/path.cpp:1593: warning: format not a string literal and no format > > arguments > > src/path.cpp:1502: warning: ‘clip_rect.agg::rect_base<double>::y2’ may be > > used uninitialized in this function > > src/path.cpp:1502: warning: ‘clip_rect.agg::rect_base<double>::x2’ may be > > used uninitialized in this function > > src/path.cpp:1502: warning: ‘clip_rect.agg::rect_base<double>::y1’ may be > > used uninitialized in this function > > src/path.cpp:1502: warning: ‘clip_rect.agg::rect_base<double>::x1’ may be > > used uninitialized in this function > > > > --- > > José Alexandre Nalon > > na...@te... > > --------------------------------------------------------------------------- > --- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > The must-attend event for mobile developers. Connect with experts. > Get tools for creating Super Apps. See the latest technologies. > Sessions, hands-on labs, demos & much more. Register early & save! > http://p.sf.net/sfu/rim-blackberry-1 > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users |
From: Tony Yu <ts...@gm...> - 2011-08-05 15:59:59
|
On Fri, Aug 5, 2011 at 9:29 AM, Amir Jahanshahi <paj...@gm...> wrote: > Dear folks, > > I have this problem consistently in 0.99 installed via package > respiratory and also 1.0.1 from source. This only occurs in linux. > Windows is OK. see attachments please. If I run flow-rate.py the output > of plt.show() is different from what is written in pdf. both are > attached. Very weird problem. > > Looking forward to hearing from you, > > System:Linux Amir-Ubuntu 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 > 15:07:17 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux > > Hi Amir, It seems to me that the error is in the Windows output. In your code, you've set "mew" (i.e. marker edge width) to 0. So it makes sense that the markers don't show. On my system (OS X), the pdf and png output are the same. Best, -Tony |
From: astabada <ast...@gm...> - 2011-08-05 15:57:33
|
Hi, I am using add_subplot(...) to create a row of 4 plots, and have a tricky question. I have an image (a figure instance) composed of 4 subplots in a single row. I'd like to know how to arrange a number of these rows in a bigger grid, namely a grid of 10x3 plots, each plot made up of 1x4 subplots. The ideal solution would be: * function that returns 1x4 plots * call that function repeatedly I tried to do this with def function(figure, which_one, index): grid = ImageGrid(figure, 10,3,index, nrows_ncols = (1, 4)) grid[0].imshow(something(which_one)) grid[1].imshow(.....) ... however the plots apparently share the y axis, which for me is unfeasable as: 1) the first of 4 images has about 10000 pixels, while the others have 24 (6x4 pixels): no chance they can be on the same scale! 2) I want to plot a colorbar on top of the 6x4 subplots. 3) I want to write labels on top of the 6x4 subplots. This is what grid produces: an ugly white space if y axes don't have the same length. http://old.nabble.com/file/p32203453/grid.png This is my best attempt, still a lot of work to do, but don't know how to tile several of these in a 10x3 array. http://old.nabble.com/file/p32203453/ifu1_1plot.png Thank you very much. Desperately, astabada -- View this message in context: http://old.nabble.com/Subplot-of-subplots.-tp32203453p32203453.html Sent from the matplotlib - users mailing list archive at Nabble.com. |
From: Michael D. <md...@st...> - 2011-08-05 15:49:37
|
I'm still puzzled here. The TeX file is definitely being generated with an unreasonably large size, which is what causes it to blow up. It gets the size from the size of the matplotlib figure, which I assume is being incorrectly calculated by the tight bounding box code. Of course, I can't reproduce that here, so I'm not sure what's going on. Do any of the developers who understand the tight bounding box code have any theories? Mike On 08/05/2011 09:57 AM, José Alexandre Nalon wrote: > Hello! > >> This is puzzling. I can't reproduce this -- I even get nice commas. >> Are you running the locale_formatting branch exactly as it is (i.e. not >> applying it as a patch to another version of matplotlib)? What platform >> are you on? Which backend? What does "echo $LANG" at the commandline say? > I actually am getting this error with a couple of scripts, > but both use bbox_inches='tight', and are 3D plots. I tried > 2D plots with this option and there was no problem. In every > script, I also get the commas. It is probably one of those > bugs that appear because of the configuration of the many > packages that are being used. > > I gathered some information, and I hope it helps. I am using > Kubuntu 10.10, and Texlive distribution. I downloaded the > .tar.gz package from github in your branch, and built it. > At the time of compilation, I didn't have Tk or GTK headers > (since I don't use matplotlib interactively, I don't really > need them). Below, I also included the list of met dependencies, > according to the installation script. I got no errors during > compilation, only a warning (also listed below). Tex file > and others are attached with this message (since my /tmp > directory was wiped in reboot, I had to run the script again, > hence the different names). This is all the information that I > could think of, but if there is anything else, just send a > message. Thanks again for your work! > > nalon@marvin:~/temp/test$ uname -a > Linux marvin 2.6.35-30-generic #56-Ubuntu SMP Mon Jul 11 20:00:22 UTC 2011 > i686 GNU/Linux > > nalon@marvin:~/temp/test$ echo $LANG > pt_BR.UTF-8 > > nalon@marvin:~/temp/test$ latex -v > pdfTeX 3.1415926-1.40.10-2.2 (TeX Live 2009/Debian) > kpathsea version 5.0.0 > Copyright 2009 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). > There is NO warranty. Redistribution of this software is > covered by the terms of both the pdfTeX copyright and > the Lesser GNU General Public License. > For more information about these matters, see the file > named COPYING and the pdfTeX source. > Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). > Compiled with libpng 1.2.44; using libpng 1.2.44 > Compiled with zlib 1.2.3.4; using zlib 1.2.3.4 > Compiled with poppler version 0.14.2 > > nalon@marvin:~/temp/test$ python > Python 2.6.6 (r266:84292, Sep 15 2010, 15:52:39) > [GCC 4.4.5] on linux2 > >>>> numpy.__version__ > '1.3.0' >>>> matplotlib.__version__ > '1.1.0' >>>> print matplotlib.rcParams['backend'] > agg > > Here is a relation of met dependencies and their versions > (according to matplotlib installation script): > > Qt: 4.7.0 > PyQt: 4.8.1 > Freetype2: 12.0.6 > Cairo: 1.8.8 > libpng: 1.2.44 > dvipng: 1.13 > ghostscript: 8.71 > latex: 3.1415926 > pdftops: 0.14.3 > > No errors during installation, only these warnings: > > src/path.cpp: In member function ‘Py::Object > _path_module::convert_to_svg(const Py::Tuple&)’: > src/path.cpp:1590: warning: format not a string literal and no format > arguments > src/path.cpp:1590: warning: format not a string literal and no format > arguments > src/path.cpp:1593: warning: format not a string literal and no format > arguments > src/path.cpp:1593: warning: format not a string literal and no format > arguments > src/path.cpp:1502: warning: ‘clip_rect.agg::rect_base<double>::y2’ may be used > uninitialized in this function > src/path.cpp:1502: warning: ‘clip_rect.agg::rect_base<double>::x2’ may be used > uninitialized in this function > src/path.cpp:1502: warning: ‘clip_rect.agg::rect_base<double>::y1’ may be used > uninitialized in this function > src/path.cpp:1502: warning: ‘clip_rect.agg::rect_base<double>::x1’ may be used > uninitialized in this function > > --- > José Alexandre Nalon > na...@te... |
From: Amir J. <paj...@gm...> - 2011-08-05 13:29:46
|
Dear folks, I have this problem consistently in 0.99 installed via package respiratory and also 1.0.1 from source. This only occurs in linux. Windows is OK. see attachments please. If I run flow-rate.py the output of plt.show() is different from what is written in pdf. both are attached. Very weird problem. Looking forward to hearing from you, System:Linux Amir-Ubuntu 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux Other info:gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) |