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
(17) |
2
(3) |
3
(2) |
4
(11) |
5
(8) |
6
(22) |
7
(16) |
8
(9) |
9
(14) |
10
(1) |
11
(8) |
12
(5) |
13
(7) |
14
(10) |
15
(28) |
16
(8) |
17
(20) |
18
(6) |
19
(5) |
20
(15) |
21
(8) |
22
(7) |
23
(14) |
24
(10) |
25
(6) |
26
(8) |
27
(9) |
28
(11) |
29
(13) |
30
(20) |
|
On 9/27/11 4:57 PM, Isidora wrote: > The attached map shows plotted fill paths whose filling extends only to the U.S. borders. Is there any way I could accomplish something like it using Basemap? > > Thanks Isidora: It's probably possible, but there's no simple recipe. The drawcoastlines method returns a LineCollection which you should be able to use to do what you want. Sorry I can't be more specific, but I don't have time to go into any more depth right now. -Jeff > > ---------- Forwarded Message ---------- > From: "Isidora"<is...@ju...> > To: mat...@li... > Subject: matplotlib - fill open path inside U.S. borders > Date: 2011年9月26日 19:55:49 GMT > > Hi, > I am trying to plot filled paths over a U.S. map. I plot the given paths, but since these are not closed paths, the filling is truncated at a line drawn between last and first point in the path. I want to extend the path to the United States border instead. > > > I am no expert in matplotlib or GIS. Could anyone help me find documentation or blogs discussing this type of issue? I am convinced somebody else has already faced this problem although I have not been able to find any paper, documentation, blog on it. > > Thank you > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > > > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users
The attached map shows plotted fill paths whose filling extends only to the U.S. borders. Is there any way I could accomplish something like it using Basemap? Thanks ---------- Forwarded Message ---------- From: "Isidora" <is...@ju...> To: mat...@li... Subject: matplotlib - fill open path inside U.S. borders Date: 2011年9月26日 19:55:49 GMT Hi, I am trying to plot filled paths over a U.S. map. I plot the given paths, but since these are not closed paths, the filling is truncated at a line drawn between last and first point in the path. I want to extend the path to the United States border instead. I am no expert in matplotlib or GIS. Could anyone help me find documentation or blogs discussing this type of issue? I am convinced somebody else has already faced this problem although I have not been able to find any paper, documentation, blog on it. Thank you
We have uploaded the first release candidate for matplotlib 1.1.0 for testing. * src and OSX versions for download: https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.0/ * windows binaries are available here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib * website and docs: http://matplotlib.sourceforge.net/rc/v1.1.0rc1/index.html * what's new: http://matplotlib.sourceforge.net/rc/v1.1.0rc1/users/whats_new.html * commit log: https://github.com/matplotlib/matplotlib/commits/v1.1.x/ * CHANGELOG: https://github.com/matplotlib/matplotlib/blob/v1.1.x/CHANGELOG Please let us know if you find problems. You can file issues at the github site https://github.com/matplotlib/matplotlib/issues Thanks to all the developers who have been working hard on this release. JDH
On Tue, Sep 27, 2011 at 11:55 AM, rajtendulkar <pra...@gm...>wrote: > Dear Forum, I am a completely new user to matplotlib. I want to plot a 3D > wireframe / surface plot with matplotlib. I am trying to understand how to > arrange the data so that I will get the correct plot. After trying a lot and > taking reference from different examples, I wrote a code given in the file > temp.py <http://old.nabble.com/file/p32534574/temp.py>. Can anyone please > tell me, how can I fix it to get a correct wireframe or surface plot? I > don't understand the array Z how it should look like. Thank You, Raj > temp.py <http://old.nabble.com/file/p32534574/temp.py> > I don't think your data is well-formed. The input X, Y, and Z needs to be 2D with the same shape. I am confused by your x and y data, which you then pass into meshgrid. To illustrate, meshgrid does this: for: x = [1, 2, 3, 4, 5] y = [1, 2, 3] then the command: X, Y = numpy.meshgrid(x, y) produces (for X): array([[1, 2, 3, 4, 5], [1, 2, 3, 4, 5], [1, 2, 3, 4, 5]]) and (for Y): array([[1, 1, 1, 1, 1], [2, 2, 2, 2, 2], [3, 3, 3, 3, 3]]) Your x and y look like they are flattened versions of these. In addition, your z doesn't seem to have enough values to fit the domain. Ben Root
Dear Forum, I am a completely new user to matplotlib. I want to plot a 3D wireframe / surface plot with matplotlib. I am trying to understand how to arrange the data so that I will get the correct plot. After trying a lot and taking reference from different examples, I wrote a code given in the file http://old.nabble.com/file/p32534574/temp.py temp.py . Can anyone please tell me, how can I fix it to get a correct wireframe or surface plot? I don't understand the array Z how it should look like. Thank You, Raj http://old.nabble.com/file/p32534574/temp.py temp.py -- View this message in context: http://old.nabble.com/Plotting-in-3D.-how-to-specify-the-data--tp32534574p32534574.html Sent from the matplotlib - users mailing list archive at Nabble.com.
Paul Ivanov wrote: > > Hi Eric, > > This problem was fixed by 2c924046 (Jim Radford 2011年03月08日 15:07:23 -0800 > 459) > and now reads: > > self.canvas.set_rubberband(int(x0), int(y0), int(x1), int(y1)) > > Please update either that line alone, or checkout the latest > matplotlib sources from GitHub. > > best, > -- > Paul Ivanov > Great! thanks. -- View this message in context: http://old.nabble.com/Error-when-zooming-manually-with-the-mouse-outside-of-the-axes-tp32503759p32531767.html Sent from the matplotlib - users mailing list archive at Nabble.com.
On 09/27/2011 06:21 AM, Dave Hirschfeld wrote: > Michael Droettboom<mdroe@...> writes: > >> I'm not able to reproduce the problem: I get the watermark in both png >> and pdf output. This was with git master. >> >> What version of matplotlib are you using? Can you send (off-list) the >> png and pdf files so I can have a look at your output? >> >> Mike >> >> On 09/21/2011 10:28 AM, Dave Hirschfeld wrote: >>> Is this a bug in the PDF/SVG backends or am I doing something wrong? If the >>> former is there any workaround? >>> >>> The simple testcase below demonstrates the problem whereby the watermark > doesn't >>> show up in the pdf output but does in the png output. >>> > I upgraded my python to 2.7.2, numpy to 1.6.1, scipy to 0.10.0b2 and matplotlib > to 1.1.0 using Christoph Gohlke's binaries but I'm still seeing no watermark in > the PDF image :/ Can you send the PDF file to me (off-list)? It would be helpful to look at the content of the file and see the nature of the failure. Mike -- Michael Droettboom Science Software Branch Space Telescope Science Institute Baltimore, Maryland, USA
Michael Droettboom <mdroe@...> writes: > > I'm not able to reproduce the problem: I get the watermark in both png > and pdf output. This was with git master. > > What version of matplotlib are you using? Can you send (off-list) the > png and pdf files so I can have a look at your output? > > Mike > > On 09/21/2011 10:28 AM, Dave Hirschfeld wrote: > > Is this a bug in the PDF/SVG backends or am I doing something wrong? If the > > former is there any workaround? > > > > The simple testcase below demonstrates the problem whereby the watermark doesn't > > show up in the pdf output but does in the png output. > > I upgraded my python to 2.7.2, numpy to 1.6.1, scipy to 0.10.0b2 and matplotlib to 1.1.0 using Christoph Gohlke's binaries but I'm still seeing no watermark in the PDF image :/ -Dave
Hi All, I recently upgraded my python packages through Enthought. I have a mac osx 10.6.8 Previous versions: python 2.6, matplotlib 0.99.3 (Enthought 6.2) New versions: python 2.7, matplotlib 1.0.1 (Enthought 7.1) I am using the macosx backend. I have some functions I wrote which analyze data. They previously worked with no error. Now I get a weird error I am not sure how to sort out yet: Python[47092] <Error>: CGContextClosePath: no current point. I believe this is a matplotlib issue as searching for CGContextClosePath returns errors regarding drawing lines. I should add that my scripts still run, and the plots are still drawn, but I get a dump of error messages like this in my output. Any ideas what is going on? Thanks, Andre