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) |
2
|
3
|
4
|
5
(3) |
6
(1) |
7
|
8
|
9
|
10
|
11
|
12
|
13
(1) |
14
|
15
(6) |
16
(3) |
17
(6) |
18
|
19
(6) |
20
|
21
(9) |
22
(5) |
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
(1) |
|
Dear Daishi, I appreciate that you're trying to make life easier for Fink users, but I don't thing the Right Thing on an OS X platform involves automatically determining if a user has Fink installed and then using it. Fink is, to some degree, a different platform than stock OS X, and even if one has Fink installed, it doesn't mean that one wants to build one's Python extensions against it. (Even if one has a subdirectory of /sw in sys.path.) I would propose one or both of these solutions: 1) a non-automatic "use_fink" flag in the setup(ext) file and/or as a command line switch. 2) building (and maintaining!) a python-matplotlib Fink package. Cheers! Andrew On Apr 21, 2004, at 12:12 PM, Daishi Harada wrote: > re: nav toolbar > Works for me with my fink build of the latest CVS matplotlib. > > On the other hand, I'm still having problems building with fink > out of the box. I'm attaching my latest setupext.py. It includes > a hack to distinguish between vanilla darwin vs finked. > > Finally, I've noticed that under WX the GUI thread doesn't > terminate when the close button is pressed. > > d > > <setupext.py> > > On Apr 20, 2004, at 7:11 PM, John Hunter wrote: > >> >> On my OS X machine, the navigation toolbar is not showing up in >> backend_wx, though the other widgets (eg axes selector, status bar) >> seem to work fine. If anyone has any ideas, please let me know. >> >> JDH >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: IBM Linux Tutorials >> Free Linux tutorial presented by Daniel Robbins, President and CEO of >> GenToo technologies. Learn everything from fundamentals to system >> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >> _______________________________________________ >> Matplotlib-devel mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel >>
re: nav toolbar Works for me with my fink build of the latest CVS matplotlib. On the other hand, I'm still having problems building with fink out of the box. I'm attaching my latest setupext.py. It includes a hack to distinguish between vanilla darwin vs finked. Finally, I've noticed that under WX the GUI thread doesn't terminate when the close button is pressed. d
John Hunter wrote: >>>>>>"gary" == gary ruben <gr...@bi...> writes: > > > gary> I just uninstalled the 0.53b release and installed 0.53 > gary> There's still a problem on my Win98 system, but now it seems > gary> related to the new font manager: > > This is a bug (clearly!). I didn't catch it in my tests because it > only arises when you get an OSError on a win32 registry call, which I > never got. I believe Paul lifted this section of the code from > ttfquery. For a quick fix, in the win32InstalledFonts function, try > replacing > > try: > local = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, fontdir) > except OSError: > pass > > with > > try: > local = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, fontdir) > except OSError: > continue > > and let me know how things go. > > Paul, is the continue the correct behavior here? Yes. I'll fix it. -- Paul Barrett, PhD Space Telescope Science Institute Phone: 410-338-4475 ESS/Science Software Branch FAX: 410-338-4767 Baltimore, MD 21218
>>>>> "gary" == gary ruben <gr...@bi...> writes: gary> I just uninstalled the 0.53b release and installed 0.53 gary> There's still a problem on my Win98 system, but now it seems gary> related to the new font manager: This is a bug (clearly!). I didn't catch it in my tests because it only arises when you get an OSError on a win32 registry call, which I never got. I believe Paul lifted this section of the code from ttfquery. For a quick fix, in the win32InstalledFonts function, try replacing try: local = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, fontdir) except OSError: pass with try: local = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, fontdir) except OSError: continue and let me know how things go. Paul, is the continue the correct behavior here? Thanks for the report, JDH
I just uninstalled the 0.53b release and installed 0.53 There's still a problem on my Win98 system, but now it seems related to the new font manager: >>> from matplotlib.matlab import * Traceback (most recent call last): File "<pyshell#0>", line 1, in -toplevel- from matplotlib.matlab import * File "C:\APPS\PYTHON23\Lib\site-packages\matplotlib\matlab.py", line 128, in -toplevel- from axes import Axes File "C:\APPS\PYTHON23\Lib\site-packages\matplotlib\axes.py", line 10, in -toplevel- from axis import XTick, YTick, XAxis, YAxis File "C:\APPS\PYTHON23\Lib\site-packages\matplotlib\axis.py", line 22, in -toplevel- from font_manager import FontProperties File "C:\APPS\PYTHON23\Lib\site-packages\matplotlib\font_manager.py", line 885, in -toplevel- fontManager = FontManager() File "C:\APPS\PYTHON23\Lib\site-packages\matplotlib\font_manager.py", line 740, in __init__ self.ttffiles = findSystemFonts(paths) + findSystemFonts() File "C:\APPS\PYTHON23\Lib\site-packages\matplotlib\font_manager.py", line 159, in findSystemFonts for f in win32InstalledFonts(fontdir): File "C:\APPS\PYTHON23\Lib\site-packages\matplotlib\font_manager.py", line 107, in win32InstalledFonts if not local: UnboundLocalError: local variable 'local' referenced before assignment Gary *********** REPLY SEPARATOR *********** On 21/04/2004 at 09:33 John Hunter wrote: > What's new in matplotlib 0.53 > > Improved font manager and support > > Paul Barrett has thoroughly overhauled font support. FontTools and > ttfquery are no longer required for font finding as matplotlib now > has a completely freestanding freetype2 implementation and font > finder. Among other things, this should enable you to specify fonts > in your scripts and matplotlibrc file and generate consistent > figures across backends and operating systems. The font finder > algorithm and implementation are based on the W3C standard > http://www.w3.org/TR/1999/REC-CSS1-19990111. > > See the font manager module documentation, the fonts documentation > http://matplotlib.sf.net/fonts.html and the updated .matplotlibrc > file for more details; please update your .matplotlibrc. Thanks > Paul! > > Backend WXAgg > > Antigrain rendering to wxpython applications and figure windows. Now > wx users have access to all the latest matplotlib functionality, > including mathtext, antialised drawing, alpha blending and image > support. > > Major and minor ticks > > Full support for major and minor ticks with a bevy of more > intelligent tick locators supplied in the ticker module. Fully > customizable and user definable tick locators and formatters. See > major_minor_demo1.py and major_minor_demo2.py. The default tick > labeler is much more intelligent in choosing good tick locations. > See http://matplotlib.sf.net/matplotlib.ticker.html > > Date plots > > A new command a plot_date command for plotting date dependent data; > see http://matplotlib.sf.net/screenshots.html#date_demo. Converters > supplied in the dates module allow you to work with a variety of > datetime instances. Custom date locators and formatters allow you to > place major and minor ticks by minute, hour, weekday, month, year, > etc, and use strftime format strings to format the ticks. See > examples date_demo1.py and date_demo2.py. The dates documentation > provides an overview and guide to with dates - > see http://matplotlib.sf.net/matplotlib.dates.html. > > Ported image support to numarray and postscript backend > > The image module now works with Numeric or numarray, and now works > in the postscript backend as well as GTKAgg, TkAgg, WXAgg, Agg, and > GTK. Thanks to Todd Miller for the PS work! > > Changes to matplotlibrc > > Many features added to the default config file for font support, > tkagg windowing in win32, and more. Please use the new file at > http://matplotlib.sf.net/.matplotlibrc. By default, the installer > will overwrite the existing file in the install path, so if you want > to preserve your's, please move it to your HOME dir and set the > environment variable if necessary. > > load and save commands > > Helper functions for loading and saving ASCII arrays. See load and > save in the matlab interface. > > Two scales on the same axes > > Added some features to the axis and ticks to allow two plots with > different scales on the "same" axes with different scales, ticks and > labels on the left and right side of the x axis. To see why same is > quoted, see examples/two_scales.py. > > finance module > > The finance module includes a function to fetch quotes from yahoo, > to draw candlestick plots, and to draw vertical line plots for > high-low range with open-close ticks to the left and right. I'm > hoping that user contributions will make up the bulk of this module > since I'm not a finance guy! See > http://matplotlib.sf.net/screenshots.html#date_demo. > > > http://matplotlib.sourceforge.net > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
What's new in matplotlib 0.53 Improved font manager and support Paul Barrett has thoroughly overhauled font support. FontTools and ttfquery are no longer required for font finding as matplotlib now has a completely freestanding freetype2 implementation and font finder. Among other things, this should enable you to specify fonts in your scripts and matplotlibrc file and generate consistent figures across backends and operating systems. The font finder algorithm and implementation are based on the W3C standard http://www.w3.org/TR/1999/REC-CSS1-19990111. See the font manager module documentation, the fonts documentation http://matplotlib.sf.net/fonts.html and the updated .matplotlibrc file for more details; please update your .matplotlibrc. Thanks Paul! Backend WXAgg Antigrain rendering to wxpython applications and figure windows. Now wx users have access to all the latest matplotlib functionality, including mathtext, antialised drawing, alpha blending and image support. Major and minor ticks Full support for major and minor ticks with a bevy of more intelligent tick locators supplied in the ticker module. Fully customizable and user definable tick locators and formatters. See major_minor_demo1.py and major_minor_demo2.py. The default tick labeler is much more intelligent in choosing good tick locations. See http://matplotlib.sf.net/matplotlib.ticker.html Date plots A new command a plot_date command for plotting date dependent data; see http://matplotlib.sf.net/screenshots.html#date_demo. Converters supplied in the dates module allow you to work with a variety of datetime instances. Custom date locators and formatters allow you to place major and minor ticks by minute, hour, weekday, month, year, etc, and use strftime format strings to format the ticks. See examples date_demo1.py and date_demo2.py. The dates documentation provides an overview and guide to with dates - see http://matplotlib.sf.net/matplotlib.dates.html. Ported image support to numarray and postscript backend The image module now works with Numeric or numarray, and now works in the postscript backend as well as GTKAgg, TkAgg, WXAgg, Agg, and GTK. Thanks to Todd Miller for the PS work! Changes to matplotlibrc Many features added to the default config file for font support, tkagg windowing in win32, and more. Please use the new file at http://matplotlib.sf.net/.matplotlibrc. By default, the installer will overwrite the existing file in the install path, so if you want to preserve your's, please move it to your HOME dir and set the environment variable if necessary. load and save commands Helper functions for loading and saving ASCII arrays. See load and save in the matlab interface. Two scales on the same axes Added some features to the axis and ticks to allow two plots with different scales on the "same" axes with different scales, ticks and labels on the left and right side of the x axis. To see why same is quoted, see examples/two_scales.py. finance module The finance module includes a function to fetch quotes from yahoo, to draw candlestick plots, and to draw vertical line plots for high-low range with open-close ticks to the left and right. I'm hoping that user contributions will make up the bulk of this module since I'm not a finance guy! See http://matplotlib.sf.net/screenshots.html#date_demo. http://matplotlib.sourceforge.net
John, I'd like to request that the matplotlib/examples are made into executable scripts by adding #!/usr/bin/env python as first line for all examples. This benefits Unix users and has no effect (as far as I know) for non-Unix users. It can be done for all scripts from the command line with a 'sh' style shell, using something like: cd examples echo "#!/usr/bin/env python" >/tmp/header for file in *.py; do mv $file ${file}.old cat /tmp/header ${file}.old > $file done # check the new files look OK and delete *.old Regards Steve
I recommend removing the "Close the Figure" button from the toolbar. It just destroys the widget / exits the program, which you can already do by clicking the close button that the window manager provides. The GNOME Human Interface Guidelines, Chapter 5 Toolbars, says "Don't add buttons for Help, Close or Quit to your toolbar by default, as these are rarely used and the space is better used for more useful controls." http://developer.gnome.org/projects/gup/hig/1.0/toolbars.html This reference is for GNOME/GTK+ applications and other windowing environments will have their own guidelines, but I think they agree that Close/Quit buttons on toolbars are not needed. Check your own system - run some applications you use that have toolbars and check if there is a quit button, and even if there is would it cause a problem if it wasn't there? Steve
On my OS X machine, the navigation toolbar is not showing up in backend_wx, though the other widgets (eg axes selector, status bar) seem to work fine. If anyone has any ideas, please let me know. JDH