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
(11) |
3
(13) |
4
(1) |
5
|
6
(1) |
7
(1) |
8
(3) |
9
|
10
(13) |
11
(6) |
12
(3) |
13
(1) |
14
(14) |
15
(2) |
16
|
17
(7) |
18
(16) |
19
(2) |
20
|
21
(3) |
22
|
23
|
24
(1) |
25
(1) |
26
(1) |
27
|
28
(7) |
29
(6) |
30
(9) |
31
(5) |
|
|
On 10/18/2013 03:18 PM, Nelle Varoquaux wrote: > Hello, > Congratulations for this new minor release ! > Someone mentionned on python-list that it's not available on pypi. I > checked, and indeed it isn't. > Should we upload it there? > Thanks, > N Sorry about that. I just addressed that this morning. Mike > > > On 10 October 2013 20:19, Michael Droettboom <md...@st... > <mailto:md...@st...>> wrote: > > I'm pleased to announce the release of matplotlib version 1.3.1. This is a bugfix release. > > It may be downloaded from here, or installed through the package manager of your choice (when available): > > http://matplotlib.org/downloads > > The changelog is copied below: > > New in 1.3.1 > ------------ > > 1.3.1 is a bugfix release, primarily dealing with improved setup and > handling of dependencies, and correcting and enhancing the > documentation. > > The following changes were made in 1.3.1 since 1.3.0. > > Enhancements > ```````````` > > - Added a context manager for creating multi-page pdfs (see > `matplotlib.backends.backend_pdf.PdfPages`). > > - The WebAgg backend should no have lower latency over heterogeneous > Internet connections. > > Bug fixes > ````````` > > - Histogram plots now contain the endline. > > - Fixes to the Molleweide projection. > > - Handling recent fonts from Microsoft and Macintosh-style fonts with > non-ascii metadata is improved. > > - Hatching of fill between plots now works correctly in the PDF > backend. > > - Tight bounding box support now works in the PGF backend. > > - Transparent figures now display correctly in the Qt4Agg backend. > > - Drawing lines from one subplot to another now works. > > - Unit handling on masked arrays has been improved. > > Setup and dependencies > `````````````````````` > > - Now works with any version of pyparsing 1.5.6 or later, without displaying > hundreds of warnings. > > - Now works with 64-bit versions of Ghostscript on MS-Windows. > > - When installing from source into an environment without Numpy, Numpy > will first be downloaded and built and then used to build > matplotlib. > > - Externally installed backends are now always imported using a > fully-qualified path to the module. > > - Works with newer version of wxPython. > > - Can now build with a PyCXX installed globally on the system from source. > > - Better detection of Gtk3 dependencies. > > Testing > ``````` > > - Tests should now work in non-English locales. > > - PEP8 conformance tests now report on locations of issues. > > Mike > > -- > _ > |\/|o _|_ _. _ | | \.__ __|__|_|_ _ _ ._ _ > | ||(_| |(_|(/_| |_/|(_)(/_|_ |_|_)(_)(_)| | | > > http://www.droettboom.com > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get > the most from > the latest Intel processors and coprocessors. See abstracts and > register > > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > <mailto:Mat...@li...> > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > -- _ |\/|o _|_ _. _ | | \.__ __|__|_|_ _ _ ._ _ | ||(_| |(_|(/_| |_/|(_)(/_|_ |_|_)(_)(_)| | | http://www.droettboom.com
On 10/18/2013 12:58 PM, Paulo Meira wrote: > Hi, all, > It didn't work for me with mpl 1.3 but it does with 1.3.1 (openSuse > 12.3, python 2.7.3, 64-bit). > > To install 1.3.1, I had to use the archive from SourceForge directly > since only 1.3.0 is listed on pypi (I used pip) -- could that be the > source of this issue for you? That's my bad. I've updated the PyPI entry. Mike > > Regards, > Paulo Meira > --- > On Fri, Oct 18, 2013 at 11:51 AM, Neal Becker <ndb...@gm... > <mailto:ndb...@gm...>> wrote: > > I am using mpl 1.3, python 2.7.3, 64-bit linux (fedora 19) > > Andrew Dawson wrote: > > > For what it is worth I see behaviour identical to Neal. I'm using a > > development version of matplotlib (v1.4.x, sorry I don't know > the hash of > > the installed version) on 64-bit Linux (Ubuntu 12.04) and Python > 2.7.3. > > That probably doesn't help much, except to show that this is not > specific > > to just Neal! > > > > Andrew > > > > > > On 18 October 2013 14:40, Michael Droettboom > > <md...@st... <mailto:md...@st...>> wrote: > > > >> This is really puzzling. What version of matplotlib are you > running, > >> what platform, and what version of Python? Your example works > just fine > >> for me. > >> > >> Mike > >> > >> On 10/18/2013 08:40 AM, Neal Becker wrote: > >> > Neal Becker wrote: > >> > > >> >> This example shows the error on my platform - the xlabel is not > >> rendered with > >> >> tex but instead the '$' are printed: > >> >> > >> >> import numpy as np > >> >> import matplotlib.pyplot as plt > >> >> plt.xkcd() > >> >> > >> >> fig = fig = plt.figure() > >> >> ax = fig.add_subplot(111) > >> >> plt.plot (np.arange (10), 2*np.arange(10)) > >> >> ax.set_xlabel ('$E_{s}/N_{0}$') > >> >> plt.show() > >> >> > >> >> > >> > And without plt.xkcd() the tex is rendered correctly > >> > > >> > > >> > > >> > ------------------------------------------------------------------------------ > >> > October Webinars: Code for Performance > >> > Free Intel webinars can help you accelerate application > performance. > >> > Explore tips for MPI, OpenMP, advanced profiling, and more. > Get the most > >> from > >> > the latest Intel processors and coprocessors. See abstracts > and register > >> > > >> > > >> > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk > >> > _______________________________________________ > >> > Matplotlib-users mailing list > >> > Mat...@li... > <mailto:Mat...@li...> > >> > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > >> > >> > >> -- > >> _ > >> |\/|o _|_ _. _ | | \.__ __|__|_|_ _ _ ._ _ > >> | ||(_| |(_|(/_| |_/|(_)(/_|_ |_|_)(_)(_)| | | > >> > >> http://www.droettboom.com > >> > >> > >> > >> > ------------------------------------------------------------------------------ > >> October Webinars: Code for Performance > >> Free Intel webinars can help you accelerate application > performance. > >> Explore tips for MPI, OpenMP, advanced profiling, and more. Get > the most > >> from > >> the latest Intel processors and coprocessors. See abstracts and > register > > >> > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk > >> _______________________________________________ > >> Matplotlib-users mailing list > >> Mat...@li... > <mailto:Mat...@li...> > >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users > >> > > > > > > > > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get > the most from > the latest Intel processors and coprocessors. See abstracts and > register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > <mailto:Mat...@li...> > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk > > > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- _ |\/|o _|_ _. _ | | \.__ __|__|_|_ _ _ ._ _ | ||(_| |(_|(/_| |_/|(_)(/_|_ |_|_)(_)(_)| | | http://www.droettboom.com
I just realized that I replied to this off-list. Sending back out to the entire list. (Sorry for the duplicate e-mail Christoph!) On Oct 18, 2013 6:11 AM, "Christoph Groth" <chr...@gr...> wrote: > Joe, thank you very much for your reply. So the "figsize" of a > matplotlib plot is the physical size of the region between the axes > where the data is shown? No, your first assumption was correct. "figsize" refers to the size of the whole figure. What I meant to do in that example was abuse the fact that matplotlib will happily add things beyond the figure boundaries. You can then abuse the "bbox_inches" kwarg to savefig to show everything, while keeping the size of the "data area" between the axes boundaries the same as the figsize. My example there is actually completely wrong. I meant to do this: import numpy as np import matplotlib.pyplot as plt dpi = 80 data = np.random.random((100, 100)) height, width = np.array(data.shape, dtype=float) / dpi fig = plt.figure(figsize=(width, height), dpi=dpi) ax = fig.add_axes([0, 0, 1, 1]) ax.imshow(data, interpolation='none') fig.savefig('test.png', bbox_inches='tight') At any rate, I'm not quite sure if that's actually what you wanted, but it's a useful trick in cases like this.