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
(8) |
2
(14) |
3
(22) |
4
(13) |
5
(11) |
6
(12) |
7
(4) |
8
(6) |
9
(19) |
10
(14) |
11
(16) |
12
(6) |
13
(15) |
14
(6) |
15
(8) |
16
(22) |
17
(17) |
18
(8) |
19
(16) |
20
(19) |
21
(3) |
22
(6) |
23
(18) |
24
(26) |
25
(17) |
26
(13) |
27
(18) |
28
(8) |
29
|
30
(14) |
31
(30) |
|
|
|
|
From: Xavier G. <xav...@gm...> - 2009-03-27 19:25:57
|
> Hello, > > I have a demo application integrating a dynamic mpl plot into a PyQt GUI. > The plot is dynamic in the sense that the user can manipulate it through the > use of the GUI's (PyQt) widgets and controls. The code is in: > http://eli.thegreenplace.net/files/prog_code/qt_mpl_bars.py.txt > > Now, I have a slight problem. When the plot is zoomed with the toolbar's > standard "zoom to rectangle" tool, and then the window is switched in an out > of focus, the zoom level disappears and the plot comes bac k to "home" mode. > > How can I make it persist? Can I somehow query the zoom state of the plot > and restore it? > > Thanks > Eli > Ok so at least you can reproduce with bug ;) Maybe we should ask matplolib to render into a buffer widget...but I not sure. However, I'm pretty sure we should not call matplotlib on every draw event. Any ideas?? Xavier |
From: Fabrice S. <si...@lm...> - 2009-03-27 18:00:29
|
Le vendredi 27 mars 2009 à 18:15 +0100, Bala subramanian a écrit : > I have to make multiple plot on the same page. Six row and three > column. Kindly suggest me some tips to do the same. I suggest you to have a look to the matplotlib gallery, in particular this example http://matplotlib.sourceforge.net/examples/pylab_examples/psd_demo2.html You need to define subplots using the pyplot interface http://matplotlib.sourceforge.net/api/pyplot_api.html?#matplotlib.pyplot.subplot or the matplotlib API http://matplotlib.sourceforge.net/api/axes_api.html?#matplotlib.axes.Subplot With many subplots, you may pay attention with the figure size, that you can define with the 'figsize' and 'dpi' keyword arguments of the figure function : http://matplotlib.sourceforge.net/api/pyplot_api.html?#matplotlib.pyplot.figure -- Fabrice Silva <si...@lm...> LMA UPR CNRS 7051 |
From: John H. <jd...@gm...> - 2009-03-27 17:44:46
|
On Fri, Mar 27, 2009 at 12:15 PM, Bala subramanian < bal...@gm...> wrote: > > I have to make multiple plot on the same page. Six row and three column. > Kindly suggest me some tips to do the same. This is covered in the tutorial I referred you to in my first response, http://matplotlib.sourceforge.net/users/pyplot_tutorial.html specifically the section "Working with multiple figures and axes" http://matplotlib.sourceforge.net/users/pyplot_tutorial.html#working-with-multiple-figures-and-axes To make six rows and three columns, you do subplot(6,3,1) subplot(6,3,2) ... subplot(6,3,18) See also the documentation for the subplot command http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.subplot JDH |
From: Ryan M. <rm...@gm...> - 2009-03-27 17:39:24
|
On Fri, Mar 27, 2009 at 12:15 PM, Bala subramanian < bal...@gm...> wrote: > Dear All, > > I have to make multiple plot on the same page. Six row and three column. > Kindly suggest me some tips to do the same. > Try: pyplot.subplot() http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.subplot Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma Sent from: Norman Oklahoma United States. |
From: Pau <vim...@go...> - 2009-03-27 17:35:09
|
sorry, problem fixed... I was using linestyle='--', linewidth='7' instead of linestyle='--', linewidth=7 embarrassing ... But matplotlib would not complain when exporting to pdf, nor to png etc... only ps/eps thanks 2009/3/23 Michael Droettboom <md...@st...>: > Try switching to the Ps backend by putting: > > import matplotlib > matplotlib.use("ps") > > at the top of your script. That will take gtk and its popup windows out of > the equation. > > After doing that, you should get a traceback at the terminal that should > help narrow this down. At this point we can only guess, without a line > number. > > Can you also provide a minimal script that causes this error? I'm > particularly puzzled by the difference in output between PDF and PS. > > Cheers, > Mike > > Pau wrote: >> >> Hello, >> >> using 0.98.5.2 under OpenBSD -current >> >> I have made a plot and, when I try to save it as eps/ps, I get the >> error "float argument required" in a pop-up window, whilst the >> terminal shows this error message: >> >> >> /usr/local/lib/python2.5/site-packages/matplotlib/backends/backend_gtk.py:1054: >> GtkWarning: Unable to find default local directory monitor type >> if self.run() != int(gtk.RESPONSE_OK): >> >> I can save it as pdf, but the quality is not what I want. The curves >> do not have the thickness I gave them. >> >> I reproduced the same running it under Fedora 10. >> >> I have googled and yahooed. Found nothing. >> >> It looks as if the some function was expecting a decimal-point number >> but got something else. >> >> I can send the .py and data, if you wish. >> >> Thanks, >> >> Pau >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> Matplotlib-users mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >> > > -- > Michael Droettboom > Science Software Branch > Operations and Engineering Division > Space Telescope Science Institute > Operated by AURA for NASA > > |
From: Bala s. <bal...@gm...> - 2009-03-27 17:15:13
|
Dear All, I have to make multiple plot on the same page. Six row and three column. Kindly suggest me some tips to do the same. Bala |
From: Cohen-Tanugi J. <joh...@gm...> - 2009-03-27 15:16:11
|
Hello, what is the best way to get log log plots with error bars? I tried putting log10() everywhere but as I was afraid results look ugly.... thanks, johann |
From: John H. <jd...@gm...> - 2009-03-27 13:25:52
|
On Thu, Mar 26, 2009 at 9:59 AM, Sandro Tosi <mo...@de...> wrote: > Hi Jae-Joon, > thanks for the reply. > > On Thu, Mar 26, 2009 at 02:51, Jae-Joon Lee <lee...@gm...> wrote: > > You need to adjust the keyword arguments, such as head_width, etc. The > > But shouldn't the default arrow be a little bit "nicer" than it's now? :) > > > arrow command itself is poorly documented and its keyword arguments > > are explained in > > matplitlib.patches.FancyArrow. > > Ah, that's why even in pyploy.arrow() I could'nt find eny reference to > head_width & friends. In case I have some time to share on improve > arrow() docs, what docs should I look to? and changing > 'doc/api/pyplot_api.rst' is the right place to achieve it? > > > However, I recommend you to use > > annotate command instead of arrow (you can give empty string if you > > just need an arrow). For example, > > > > annotate("", (0.2, 0.2), (0.4, 0.4), > > arrowprops=dict(arrowstyle="->")) > > > > more examples, > > > > > http://matplotlib.sourceforge.net/examples/pylab_examples/annotation_demo.html > > > http://matplotlib.sourceforge.net/examples/pylab_examples/annotation_demo2.html > > I already treated annotation, but I would like to give the readers (of > the book) a much wider toolbox, so introducing bare arrows after > annotations seems straigthforward. Have you seen the arrow and fancy arrow demos http://matplotlib.sourceforge.net/examples/pylab_examples/arrow_demo.html http://matplotlib.sourceforge.net/examples/pylab_examples/fancyarrow_demo.html Both of these use older and less sophisticated arrows that JJ's FancyArrowPatch http://matplotlib.sourceforge.net/api/artist_api.html?highlight=fancyarrowpatch#matplotlib.patches.FancyArrowPatch so perhaps the best thing for you to do would be to write an example using the FancyArrowPatch directly. JDH |
From: John H. <jd...@gm...> - 2009-03-27 13:13:48
|
2009/3/27 Søren Nielsen <sor...@gm...> > Hi, > > I can delete a line plot by removing the line object from axes.get_lines() > .. but the limits are still saved.. so the axes is still autoscaled using so > it includes the deleted line... Does anyone know how do I remove these > limits? or update the data limits on the plotted data so that autoscale > works again? Use ax.relim() http://matplotlib.sourceforge.net/api/axes_api.html#matplotlib.axes.Axes.relim JDH |
From: John H. <jd...@gm...> - 2009-03-27 12:58:41
|
On Fri, Mar 27, 2009 at 5:00 AM, marcusantonius < mar...@st...> wrote: > > Hi, > > I have a problem when saving my plot as a png. The horizontal lines, which > I > inserted via > axhline(y=0.136, xmin=0., xmax=1, color='black',ls=':') > axhline(y=0.094, xmin=0., xmax=1, color='black',ls=':') > are not displayed right in the png file. Saving in pdf works perfectly. I > enclosed the two files in this email. > http://www.nabble.com/file/p22738740/p25.pdf p25.pdf > http://www.nabble.com/file/p22738740/p25.png p25.png > > Is there a way to fix this problem? > This appears to be working fine for me with svn matplotlib -- what version are you using? See also: http://matplotlib.sourceforge.net/faq/troubleshooting_faq.html#report-a-problemfor information about how to obtain version and other configuration information. > > Thank you for your help, > Markus > -- > View this message in context: > http://www.nabble.com/Bug-when-saving-in-PNG--tp22738740p22738740.html > Sent from the matplotlib - users mailing list archive at Nabble.com. > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |
From: John H. <jd...@gm...> - 2009-03-27 12:54:05
|
On Fri, Mar 27, 2009 at 7:30 AM, Bala subramanian <bal...@gm... > wrote: > Dear Friends, > > I am new to matplotlib. Just started with it. I have some queries, kindly > help me to understand the following. > Welcome! > > i) How are pyplot and pylab are related. Is there any advantage of one over > the other. In the matplotlib homepage examples are shown with both pyplot > and pylab > See this FAQ: http://matplotlib.sourceforge.net/faq/usage_faq.html#matplotlib-pylab-and-pyplot-how-are-they-related > > ii) How can i generage multi y-axes plot ie x y1 y2 y3 (with same x > values). any small example script would be of much help to me. > plot([x,x,x], [y1, y2, y2], 'o') See also this tutorial: http://matplotlib.sourceforge.net/users/pyplot_tutorial.html > > iii) How to save the figure with a name. By default in which format the > figure is saved ? > savefig('somefile.png') or savefig('somefile.pdf') etc. The extension determines the file format. For details see http://matplotlib.sourceforge.net/faq/installing_faq.html#backends Hope this helps, JDH |
From: Bala s. <bal...@gm...> - 2009-03-27 12:31:04
|
Dear Friends, I am new to matplotlib. Just started with it. I have some queries, kindly help me to understand the following. i) How are pyplot and pylab are related. Is there any advantage of one over the other. In the matplotlib homepage examples are shown with both pyplot and pylab ii) How can i generage multi y-axes plot ie x y1 y2 y3 (with same x values). any small example script would be of much help to me. iii) How to save the figure with a name. By default in which format the figure is saved ? Thanks in advance, Bala |
From: Søren N. <sor...@gm...> - 2009-03-27 12:09:44
|
Hi, I can delete a line plot by removing the line object from axes.get_lines() .. but the limits are still saved.. so the axes is still autoscaled using so it includes the deleted line... Does anyone know how do I remove these limits? or update the data limits on the plotted data so that autoscale works again? Soren |
From: marcusantonius <mar...@st...> - 2009-03-27 10:00:36
|
Hi, I have a problem when saving my plot as a png. The horizontal lines, which I inserted via axhline(y=0.136, xmin=0., xmax=1, color='black',ls=':') axhline(y=0.094, xmin=0., xmax=1, color='black',ls=':') are not displayed right in the png file. Saving in pdf works perfectly. I enclosed the two files in this email. http://www.nabble.com/file/p22738740/p25.pdf p25.pdf http://www.nabble.com/file/p22738740/p25.png p25.png Is there a way to fix this problem? Thank you for your help, Markus -- View this message in context: http://www.nabble.com/Bug-when-saving-in-PNG--tp22738740p22738740.html Sent from the matplotlib - users mailing list archive at Nabble.com. |
From: C M <cmp...@gm...> - 2009-03-27 07:29:37
|
On Fri, Mar 27, 2009 at 1:56 AM, Eric Firing <ef...@ha...> wrote: > C M wrote: >> >> Hi, I have just begun including the toolbar in an embedded (in wx) >> use of mpl, and am really pleased with how easily it provides very >> useful functions. Once again, mpl shines. >> >> But I would like to try to modify the toolbar for my application, e.g. >> probably remove the "configure subplots" tool (n/a in my context) >> and in fact add a number of my own application-specific tools to >> that same toolbar. >> >> I didn't see any toolbar class within the widgets.py file in the >> matplotlib directory. So, a) where can I find it, and b) is there >> anything I should be aware of regarding modifying the toolbar? > > Toolbar functionality starts in backend_bases.py and continues in the > individual toolkit-specific backends, like backends/backend_wx.py. > Configurability has been on the wish list for a while. > > Have you looked at examples/user_interfaces/embedding_in_wx4.py? It does > modify the default toolbar. > > Eric Perfect, thank you. Che |
From: Eric F. <ef...@ha...> - 2009-03-27 05:56:59
|
C M wrote: > Hi, I have just begun including the toolbar in an embedded (in wx) > use of mpl, and am really pleased with how easily it provides very > useful functions. Once again, mpl shines. > > But I would like to try to modify the toolbar for my application, e.g. > probably remove the "configure subplots" tool (n/a in my context) > and in fact add a number of my own application-specific tools to > that same toolbar. > > I didn't see any toolbar class within the widgets.py file in the > matplotlib directory. So, a) where can I find it, and b) is there > anything I should be aware of regarding modifying the toolbar? Toolbar functionality starts in backend_bases.py and continues in the individual toolkit-specific backends, like backends/backend_wx.py. Configurability has been on the wish list for a while. Have you looked at examples/user_interfaces/embedding_in_wx4.py? It does modify the default toolbar. Eric > > Thanks, > Che > > ------------------------------------------------------------------------------ > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users |
From: eliben <el...@gm...> - 2009-03-27 05:43:22
|
Hello, I have a demo application integrating a dynamic mpl plot into a PyQt GUI. The plot is dynamic in the sense that the user can manipulate it through the use of the GUI's (PyQt) widgets and controls. The code is in: http://eli.thegreenplace.net/files/prog_code/qt_mpl_bars.py.txt Now, I have a slight problem. When the plot is zoomed with the toolbar's standard "zoom to rectangle" tool, and then the window is switched in an out of focus, the zoom level disappears and the plot comes bac k to "home" mode. How can I make it persist? Can I somehow query the zoom state of the plot and restore it? Thanks Eli -- View this message in context: http://www.nabble.com/PyQt-integration-problem-with-the-Navigation-Toolbar-tp22736288p22736288.html Sent from the matplotlib - users mailing list archive at Nabble.com. |
From: C M <cmp...@gm...> - 2009-03-27 05:22:02
|
Hi, I have just begun including the toolbar in an embedded (in wx) use of mpl, and am really pleased with how easily it provides very useful functions. Once again, mpl shines. But I would like to try to modify the toolbar for my application, e.g. probably remove the "configure subplots" tool (n/a in my context) and in fact add a number of my own application-specific tools to that same toolbar. I didn't see any toolbar class within the widgets.py file in the matplotlib directory. So, a) where can I find it, and b) is there anything I should be aware of regarding modifying the toolbar? Thanks, Che |