You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(33) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(7) |
Feb
(44) |
Mar
(51) |
Apr
(43) |
May
(43) |
Jun
(36) |
Jul
(61) |
Aug
(44) |
Sep
(25) |
Oct
(82) |
Nov
(97) |
Dec
(47) |
2005 |
Jan
(77) |
Feb
(143) |
Mar
(42) |
Apr
(31) |
May
(93) |
Jun
(93) |
Jul
(35) |
Aug
(78) |
Sep
(56) |
Oct
(44) |
Nov
(72) |
Dec
(75) |
2006 |
Jan
(116) |
Feb
(99) |
Mar
(181) |
Apr
(171) |
May
(112) |
Jun
(86) |
Jul
(91) |
Aug
(111) |
Sep
(77) |
Oct
(72) |
Nov
(57) |
Dec
(51) |
2007 |
Jan
(64) |
Feb
(116) |
Mar
(70) |
Apr
(74) |
May
(53) |
Jun
(40) |
Jul
(519) |
Aug
(151) |
Sep
(132) |
Oct
(74) |
Nov
(282) |
Dec
(190) |
2008 |
Jan
(141) |
Feb
(67) |
Mar
(69) |
Apr
(96) |
May
(227) |
Jun
(404) |
Jul
(399) |
Aug
(96) |
Sep
(120) |
Oct
(205) |
Nov
(126) |
Dec
(261) |
2009 |
Jan
(136) |
Feb
(136) |
Mar
(119) |
Apr
(124) |
May
(155) |
Jun
(98) |
Jul
(136) |
Aug
(292) |
Sep
(174) |
Oct
(126) |
Nov
(126) |
Dec
(79) |
2010 |
Jan
(109) |
Feb
(83) |
Mar
(139) |
Apr
(91) |
May
(79) |
Jun
(164) |
Jul
(184) |
Aug
(146) |
Sep
(163) |
Oct
(128) |
Nov
(70) |
Dec
(73) |
2011 |
Jan
(235) |
Feb
(165) |
Mar
(147) |
Apr
(86) |
May
(74) |
Jun
(118) |
Jul
(65) |
Aug
(75) |
Sep
(162) |
Oct
(94) |
Nov
(48) |
Dec
(44) |
2012 |
Jan
(49) |
Feb
(40) |
Mar
(88) |
Apr
(35) |
May
(52) |
Jun
(69) |
Jul
(90) |
Aug
(123) |
Sep
(112) |
Oct
(120) |
Nov
(105) |
Dec
(116) |
2013 |
Jan
(76) |
Feb
(26) |
Mar
(78) |
Apr
(43) |
May
(61) |
Jun
(53) |
Jul
(147) |
Aug
(85) |
Sep
(83) |
Oct
(122) |
Nov
(18) |
Dec
(27) |
2014 |
Jan
(58) |
Feb
(25) |
Mar
(49) |
Apr
(17) |
May
(29) |
Jun
(39) |
Jul
(53) |
Aug
(52) |
Sep
(35) |
Oct
(47) |
Nov
(110) |
Dec
(27) |
2015 |
Jan
(50) |
Feb
(93) |
Mar
(96) |
Apr
(30) |
May
(55) |
Jun
(83) |
Jul
(44) |
Aug
(8) |
Sep
(5) |
Oct
|
Nov
(1) |
Dec
(1) |
2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(1) |
Oct
(3) |
Nov
|
Dec
|
2017 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
(7) |
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
(3) |
3
(5) |
4
|
5
|
6
|
7
|
8
|
9
|
10
(6) |
11
(1) |
12
(1) |
13
|
14
|
15
|
16
(3) |
17
(7) |
18
(21) |
19
(3) |
20
(7) |
21
|
22
|
23
(1) |
24
(3) |
25
(9) |
26
(3) |
27
(7) |
28
(1) |
29
|
30
(2) |
|
|
|
|
|
On 09/27/2013 02:27 PM, Christoph Gohlke wrote: > On 9/27/2013 10:20 AM, Michael Droettboom wrote: >> - Now works with 64-bit versions of Ghostscript on MS-Windows. > Not really. gswin64c.exe is detected in __init__.py but apparently not > used in the PS backend: > > https://github.com/matplotlib/matplotlib/blob/v1.3.x/lib/matplotlib/__init__.py#L341 > https://github.com/matplotlib/matplotlib/blob/v1.3.x/lib/matplotlib/backends/backend_ps.py#L73 > https://github.com/matplotlib/matplotlib/blob/v1.3.x/lib/matplotlib/backends/backend_ps.py#L1620 > Thanks for pointing this out. The original bug I think was related to not being able to run the tests. The ps backend should be updated to use the same ghostscript finding routines as elsewhere. I'll get this taken care of for 1.3.1rc2. Mike -- _ |\/|o _|_ _. _ | | \.__ __|__|_|_ _ _ ._ _ | ||(_| |(_|(/_| |_/|(_)(/_|_ |_|_)(_)(_)| | | http://www.droettboom.com
Thanks for letting me know -- obviously not good. I'll have a look. Mike On 09/27/2013 01:45 PM, Christoph Gohlke wrote: > Hello, > > `matplotlib-1.3.1rc1.tar.gz\matplotlib-1.3.1rc1\lib\matplotlib.egg-info\SOURCES.txt` > contains absolute paths to `/usr/src/CXX/*.cxx` files and therefore > distutils fails to build installers on Windows. Deleting the .egg-info > directory works for me. > > Christoph > > > On 9/27/2013 10:20 AM, Michael Droettboom wrote: >> I have tagged a 1.3.1 release candidate. Congrats to everyone who >> reported bugs and worked hard to fix them for this release. >> >> As this is only a bugfix release, it should hopefully not take as long >> to get through the release candidate process. I hope to hear from all >> the packagers over the next week or two, and barring no issues, I will >> tag this as 1.3.1 final. >> >> The tarball is available here: >> >> https://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.3.1rc1.tar.gz >> >> >> >> 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. >> -- _ |\/|o _|_ _. _ | | \.__ __|__|_|_ _ _ ._ _ | ||(_| |(_|(/_| |_/|(_)(/_|_ |_|_)(_)(_)| | | http://www.droettboom.com
On 9/27/2013 10:20 AM, Michael Droettboom wrote: > - Now works with 64-bit versions of Ghostscript on MS-Windows. Not really. gswin64c.exe is detected in __init__.py but apparently not used in the PS backend: https://github.com/matplotlib/matplotlib/blob/v1.3.x/lib/matplotlib/__init__.py#L341 https://github.com/matplotlib/matplotlib/blob/v1.3.x/lib/matplotlib/backends/backend_ps.py#L73 https://github.com/matplotlib/matplotlib/blob/v1.3.x/lib/matplotlib/backends/backend_ps.py#L1620 Christoph
Hello, `matplotlib-1.3.1rc1.tar.gz\matplotlib-1.3.1rc1\lib\matplotlib.egg-info\SOURCES.txt` contains absolute paths to `/usr/src/CXX/*.cxx` files and therefore distutils fails to build installers on Windows. Deleting the .egg-info directory works for me. Christoph On 9/27/2013 10:20 AM, Michael Droettboom wrote: > I have tagged a 1.3.1 release candidate. Congrats to everyone who > reported bugs and worked hard to fix them for this release. > > As this is only a bugfix release, it should hopefully not take as long > to get through the release candidate process. I hope to hear from all > the packagers over the next week or two, and barring no issues, I will > tag this as 1.3.1 final. > > The tarball is available here: > > https://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.3.1rc1.tar.gz > > > 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. >
I have tagged a 1.3.1 release candidate. Congrats to everyone who reported bugs and worked hard to fix them for this release. As this is only a bugfix release, it should hopefully not take as long to get through the release candidate process. I hope to hear from all the packagers over the next week or two, and barring no issues, I will tag this as 1.3.1 final. The tarball is available here: https://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.3.1rc1.tar.gz 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. -- _ |\/|o _|_ _. _ | | \.__ __|__|_|_ _ _ ._ _ | ||(_| |(_|(/_| |_/|(_)(/_|_ |_|_)(_)(_)| | | http://www.droettboom.com
Many thanks for the feedback. So ,my first cut was to segregate the user guide by topic. Below is the summary I had in mind for an Introduction for New Users. Hopefully this gives a flavour of what I have in mind. I will attempt to put this into practice and post again when I have a user guide coded that might work in my view. mark Introducing Plotting with Matplotlib Pyplot tutorial Controlling line properties Working with multiple figures and axes Working with text Interactive navigation Navigation Keyboard Shortcuts Working with text Text introduction Basic text commands Text properties and layout Writing mathematical expressions Text rendering With LaTeX Annotating text Image tutorial Startup commands Importing image data into Numpy arrays Plotting numpy arrays as images Customizing Location of Subplot Using GridSpec Basic Example of using subplot2grid GridSpec and SubplotSpec Adjust GridSpec layout GridSpec using SubplotSpec A Complex Nested GridSpec using SubplotSpec GridSpec with Varying Cell Sizes Legend guide What to be displayed Multicolumn Legend Legend location Multiple Legend Legend of Complex Plots Annotating Axes Annotating with Text with Box Annotating with Arrow Placing Artist at the anchored location of the Axes Using Complex Coordinate with Annotation Using ConnectorPatch Zoom effect between Axes Define Custom BoxStyle Our Favorite Recipes Sharing axis limits and views Easily creating subplots Fixing common date annoyances Fill Between and Alpha Transparent, fancy legends Placing text boxes
I would like to have the snow accumulation to be plotted as if the area of the two subplots is the area of one plot. As you can see in the figure I posted. Thanks ahead, Eyal On Thu, Sep 26, 2013 at 11:41 AM, Benjamin Root-2 [via matplotlib] < ml-...@n5...> wrote: > Sounds like some sort of modification of this example: > http://matplotlib.org/examples/pylab_examples/finance_work2.html > > Not exactly sure how you can make that work completely, but this should > get you in the right direction. > > Cheers! > Ben Root > > > ------------------------------------------------------------------------------ > > 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=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Matplotlib-devel mailing list > [hidden email] <http://user/SendEmail.jtp?type=node&node=42110&i=0> > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://matplotlib.1069221.n5.nabble.com/ploting-with-two-subfigures-that-share-a-common-axis-tp42108p42110.html > To unsubscribe from ploting with two subfigures that share a common axis, click > here<http://matplotlib.1069221.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=42108&code=ZWpzYWlldEBhbGFza2EuZWR1fDQyMTA4fDEzMDgzNDA3NzQ=> > . > NAML<http://matplotlib.1069221.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- Eyal Saiet -- View this message in context: http://matplotlib.1069221.n5.nabble.com/ploting-with-two-subfigures-that-share-a-common-axis-tp42108p42113.html Sent from the matplotlib - devel mailing list archive at Nabble.com.