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
|
2
(13) |
3
(5) |
4
(5) |
5
(21) |
6
(10) |
7
(9) |
|
8
(4) |
9
(11) |
10
(9) |
11
(11) |
12
(25) |
13
(5) |
14
(2) |
|
15
(5) |
16
(8) |
17
(16) |
18
(11) |
19
(15) |
20
(5) |
21
(8) |
|
22
(4) |
23
(24) |
24
(9) |
25
(14) |
26
(5) |
27
(28) |
28
(2) |
|
29
(13) |
30
(14) |
31
(11) |
|
|
|
|
|
From: Alan G I. <ala...@gm...> - 2012-01-15 18:11:20
|
On 1/15/2012 12:42 PM, Eric Firing wrote: > Importing from pdf or eps would be > very difficult. Few applications even attempt it. That said, PostScript drawing on top of an EPS is naturally quite possible. See e.g. PyX for a pure Python approach. http://pyx.sourceforge.net/manual/epsfile.html Cheers, Alan Isaac |
|
From: Eric F. <ef...@ha...> - 2012-01-15 17:43:06
|
On 01/15/2012 01:00 AM, Per Nielsen wrote: > Hi all > > I am trying to include vector graphics in the form of either PDF or EPS > in a matplotlib figure. At first I thought it would be straight forward, > but all my googling have been in vain so far. > > Eventually I found this post: > > http://www.mailinglistarchive.com/html/mat...@li.../2009-09/msg00009.html > > stating that it is not possible to include EPS in matplotlib figures. Is > this still the case? Or might there be some work around? This is still the case; there has been no change since Mike's message, and there is not likely to be any. Importing from pdf or eps would be very difficult. Few applications even attempt it. Eric > > Cheers, > > Per > |
|
From: Luke J. <ubu...@go...> - 2012-01-15 16:17:23
|
Hello I sent this email just after Christmas and would appreciate it if anyone has any suggestions. I am unsure if I have missed a parameter or should I file a bug? Thanks Luke ---------- Forwarded message ---------- From: Luke Jennings <ubu...@go...> Date: Mon, Dec 26, 2011 at 8:52 PM Subject: Polar graph radial labels To: mat...@li... Hello, I am plotting polar graphs for a university project, the data is confidential but I based the work on this example http://matplotlib.sourceforge.net/examples/pylab_examples/polar_demo.html and fortunately the same problem occurs with this. If you take that code and change the last four lines from: ax.set_rmax(2.0)grid(True) ax.set_title("And there was much rejoicing!", fontsize=20)show() To: ax.set_rmax(3.01) ax.set_rmin(2.91) grid(True)ax.set_title("And there was much rejoicing!", fontsize=20)show() and then run the script. The min and max needs to be very tight so that the data I am looking at can be displayed properly. With the tight axis range, the labels end up of to the top right, they are just visible on my screen (1920x1080) when the graph is maximised. After some experimenting the smaller the range between the maximum and minimum values the further to the right the labels go. I have not looked into the coding of the polar module as my python knowledge is not great, but my guess is that the labels are a set distance from the radial markers. So my question is how do I move the radial labels back to the correct location? I hope I have not missed the answer in the documentation. I have installed version 1.1.0 of matplotlib and its still a problem in it, thanks for the good instructions on how to do it on ubuntu. I look forward to any help. Luke |
|
From: Per N. <ev...@gm...> - 2012-01-15 11:01:02
|
Hi all I am trying to include vector graphics in the form of either PDF or EPS in a matplotlib figure. At first I thought it would be straight forward, but all my googling have been in vain so far. Eventually I found this post: http://www.mailinglistarchive.com/html/mat...@li.../2009-09/msg00009.html stating that it is not possible to include EPS in matplotlib figures. Is this still the case? Or might there be some work around? Cheers, Per |
|
From: Nathan S. <nsa...@gm...> - 2012-01-15 07:14:48
|
Greetings, I just installed matplotlib on my Mac OS 10.6 Machine (64bit) with default Python 2.7.1 (easy_install). While the initial 2D graph examples work great, when testing any of the animations, such as: http://matplotlib.sourceforge.net/examples/animation/simple_anim.html I always get the same error: File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/animation.py", line 248, in _blit_clear a.figure.canvas.restore_region(bg_cache[a]) AttributeError: 'FigureCanvasMac' object has no attribute 'restore_region' Since "restore_region" is only in backend_agg.py and not in backend_macosx.py, After reading more on this, I thought this might be corrected by re-installing from source and setting the setup.cfg to macosx = True and backend = MacOSX prior to building, but this did not correct the issue. Also, changing backend: Agg to backend: MacOSX in: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/mpl-data/matplotlibrc didn't work either. Does anyone have experience with this or further insight? Thanks, Nathan |