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
(1) |
2
(4) |
3
(12) |
4
(5) |
5
(30) |
6
(21) |
7
(20) |
8
(11) |
9
(9) |
10
(12) |
11
(11) |
12
(22) |
13
(22) |
14
(38) |
15
(25) |
16
(23) |
17
(20) |
18
(7) |
19
(13) |
20
(13) |
21
(18) |
22
(6) |
23
(7) |
24
(4) |
25
(9) |
26
(35) |
27
(37) |
28
(22) |
29
(27) |
30
(12) |
31
(4) |
I a having trouble getting pylab working on Solaris. I can get it to install *I think* (though who knows how right it really is) but trying to use it just gives me an error. I admit that I know almost nothing about python and I know less about Solaris than GNU/Linux... I'm just tasked with installing. If anyone can point me in a direction, that would be great. bash-3.00# uname -a SunOS prague 5.10 Generic_127111-11 sun4u sparc SUNW,Sun-Blade-1500 bash-3.00# ipython WARNING: Readline services not available on this platform. WARNING: The auto-indent feature requires the readline library Python 2.5.1 (r251:54863, Aug 23 2007, 14:50:40) [C] Type "copyright", "credits" or "license" for more information. IPython 0.8.4 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object'. ?object also works, ?? prints more. In [1]: import numpy In [2]: print numpy.__version__ 1.2.1 In [3]: import pylab --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /usr/local/versions/<ipython console> in <module>() /usr/local/versions/python-2.5.1/lib/python2.5/site-packages/pylab.py in <module>() ----> 1 from matplotlib.pylab import * 2 import matplotlib.pylab 3 __doc__ = matplotlib.pylab.__doc__ /usr/local/versions/python-2.5.1/lib/python2.5/site-packages/matplotlib/pylab.py in <module>() 204 from numpy import ma 205 --> 206 from matplotlib import mpl # pulls in most modules 207 208 from matplotlib.dates import date2num, num2date,\ /usr/local/versions/python-2.5.1/lib/python2.5/site-packages/matplotlib/mpl.py in <module>() 2 from matplotlib import axis 3 from matplotlib import axes 4 from matplotlib import cbook 5 from matplotlib import collections 6 from matplotlib import colors /usr/local/versions/python-2.5.1/lib/python2.5/site-packages/matplotlib/artist.py in <module>() 3 import matplotlib 4 import matplotlib.cbook as cbook ----> 5 from transforms import Bbox, IdentityTransform, TransformedBbox, TransformedPath 6 from path import Path 7 /usr/local/versions/python-2.5.1/lib/python2.5/site-packages/matplotlib/transforms.py in <module>() 32 import numpy as np 33 from numpy import ma ---> 34 from matplotlib._path import affine_transform 35 from numpy.linalg import inv 36 ImportError: ld.so.1: python: fatal: relocation error: file /usr/local/versions/python-2.5.1/lib/python2.5/site-packages/matplotlib/_path.so: symbol __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___J__nullref_: referenced symbol not found +----------------------------------+ | Gregory S. Morin | | Graduate Assistant | | RIT CS Dept. | | | | "Quis custodiet ipsos custodes?" | +----------------------------------+
Eric Firing wrote: > Simson Garfinkel wrote: >> Thanks, Eric. Any idea for a work-around on the bar graphs? > > There appear to be three problems, each with a workaround or solution: > > 1) You need to set the log scale *before* calling bar. The bar method > checks for log scaling, and if found, it sets the bottom of the bars to > a positive value (1e-100) instead of to zero. If you set the log scale > *after* calling bar, the zero bottom value gets masked out as invalid. > > 2) The unit support for datetime objects doesn't quite know what to do > with the bar width parameter; it tries to convert it, and I haven't > tried to track down exactly what it ends up with. What I have found is > that if you use a value of width=20 as a kwarg in bar, you will get > close enough that you can make more adjustments to taste. This is an > ugly hack. Correction: the unit conversion is perfectly sensible. It sees the width as a simple number and leaves it alone, so it is interpreted as being in the units that the datetime gets converted to: days. Eric > > 3) The datetime objects want full years, e.g. 1990, not just the last > two digits. I haven't tried to figure out why, but the x-limits don't > get calculated sensibly if you use 90 instead of 1990. It presumably > has to do with the ticker that is invoked for datetime. So I think you > need to either make your own modification of the ticker (or formatter), > or use all 4 year digits. > > >> As far as the Mac goes, I'm happy to get you a log-in on one, if you want. > > Thanks, but I really don't want to try to delve into the brand-new mac > native backend. > > Eric >> -Simson >> >> On Jan 8, 2009, at 2:31 PM, Eric Firing wrote: >> >>> Simson Garfinkel wrote: >>>> Hi! >>>> Below is a sample program. It demonstrates two bugs when plotting >>>> date/ time histograms. >>>> 1. When the y scale is made "log", the histogram points plot as >>>> lines, but when the y scale is not log, they histogram plots as >>>> bars. I do not think that the look of the bars should change >>>> depending on whether or not the Y scale is logarithmic. >>> Simson, >>> >>> I verified the strange behavior with log and/or date, but looking at >>> the code did not yield any understanding of what the problems are. I >>> hope someone who has worked on the bar code recently will sort this >>> one out. Definitely, there is at least one major bug that needs to be >>> fixed. >>> >>>> 2. When the "agg.pdf" is removed, specifying "log" for the yscale >>>> produces a TypeError on the mac (see below) >>> This is mac-specific, and I don't have a mac, so I can't help with >>> this, either. > > > ------------------------------------------------------------------------------ > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Hi all, I'm having trouble compiling Matplotlib (0.98.5.2) on Ubuntu Intrepid (Linux ubuntu 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008 x86_64 GNU/Linux). Running install ultimately gives (...) running install_lib copying build/lib.linux-x86_64-2.5/mpl_toolkits/gtktools.py -> /usr/lib/python2.5/site-packages/mpl_toolkits error: /usr/lib/python2.5/site-packages/mpl_toolkits/gtktools.py: No such file or directory I tried running it--Python and IPython don't complain when I "import matplotlib", but "from pylab import *" (for example) gives File "/usr/lib/python2.5/site-packages/pylab.py", line 1, in <module> from matplotlib.pylab import * ImportError: No module named matplotlib.pylab I've included the output from the build below--I also tried a "clean install" but got the same result. I'd be very grateful for any advice! Hani ============================================================================ BUILDING MATPLOTLIB matplotlib: 0.98.5.2 python: 2.5.2 (r252:60911, Oct 5 2008, 19:29:17) [GCC 4.3.2] platform: linux2 REQUIRED DEPENDENCIES numpy: 1.2.1 freetype2: 9.18.3 OPTIONAL BACKEND DEPENDENCIES libpng: 1.2.27 Tkinter: Tkinter: 50704, Tk: 8.4, Tcl: 8.4 wxPython: no * wxPython not found Gtk+: gtk+: 2.14.4, glib: 2.18.2, pygtk: 2.13.0, pygobject: 2.15.3 Mac OS X native: no Qt: no Qt4: no Cairo: 1.4.12 OPTIONAL DATE/TIMEZONE DEPENDENCIES datetime: present, version unknown dateutil: 1.4 pytz: 2008b OPTIONAL USETEX DEPENDENCIES dvipng: 1.11 ghostscript: 8.63 latex: 3.141592 pdftops: 3.00 [Edit setup.cfg to suppress the above messages] ============================================================================ pymods ['pylab'] packages ['matplotlib', 'matplotlib.backends', 'matplotlib.projections', 'mpl_toolkits', 'matplotlib.numerix', 'matplotlib.numerix.mlab', ' matplotlib.numerix.ma', 'matplotlib.numerix.npyma', 'matplotlib.numerix.linear_algebra', 'matplotlib.numerix.random_array', 'matplotlib.numerix.fft', 'matplotlib.delaunay'] running build running build_py creating build creating build/lib.linux-x86_64-2.5 copying lib/pylab.py -> build/lib.linux-x86_64-2.5 creating build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/axes3d.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/table.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/dates.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/cm.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/pylab.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/texmanager.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/dviread.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/contour.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/image.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/artist.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/figure.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/collections.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/bezier.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/font_manager.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/mlab.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/_mathtext_data.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/__init__.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/pyplot.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/backend_bases.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/mpl.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/colors.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/patches.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/blocking_input.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/axes.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/mathtext.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/windowing.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/afm.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/cbook.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/_cm.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/text.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/units.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/legend.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/pyparsing.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/widgets.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/type1font.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/lines.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/quiver.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/_pylab_helpers.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/fontconfig_pattern.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/rcsetup.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/colorbar.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/path.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/scale.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/ticker.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/offsetbox.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/finance.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/axis.py -> build/lib.linux-x86_64-2.5/matplotlib copying lib/matplotlib/transforms.py -> build/lib.linux-x86_64-2.5/matplotlib creating build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_cocoaagg.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_ps.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_mixed.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/tkagg.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_emf.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_pdf.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_qtagg.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_wx.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_template.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_gtk.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/__init__.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_agg.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_gdk.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_macosx.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_cairo.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_qt4agg.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_qt.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_svg.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_fltkagg.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_gtkcairo.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_tkagg.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_gtkagg.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_wxagg.py -> build/lib.linux-x86_64-2.5/matplotlib/backends copying lib/matplotlib/backends/backend_qt4.py -> build/lib.linux-x86_64-2.5/matplotlib/backends creating build/lib.linux-x86_64-2.5/matplotlib/projections copying lib/matplotlib/projections/polar.py -> build/lib.linux-x86_64-2.5/matplotlib/projections copying lib/matplotlib/projections/__init__.py -> build/lib.linux-x86_64-2.5/matplotlib/projections copying lib/matplotlib/projections/geo.py -> build/lib.linux-x86_64-2.5/matplotlib/projections creating build/lib.linux-x86_64-2.5/mpl_toolkits copying lib/mpl_toolkits/gtktools.py -> build/lib.linux-x86_64-2.5/mpl_toolkits copying lib/mpl_toolkits/__init__.py -> build/lib.linux-x86_64-2.5/mpl_toolkits copying lib/mpl_toolkits/exceltools.py -> build/lib.linux-x86_64-2.5/mpl_toolkits creating build/lib.linux-x86_64-2.5/matplotlib/numerix copying lib/matplotlib/numerix/_na_imports.py -> build/lib.linux-x86_64-2.5/matplotlib/numerix copying lib/matplotlib/numerix/_nc_imports.py -> build/lib.linux-x86_64-2.5/matplotlib/numerix copying lib/matplotlib/numerix/__init__.py -> build/lib.linux-x86_64-2.5/matplotlib/numerix copying lib/matplotlib/numerix/_sp_imports.py -> build/lib.linux-x86_64-2.5/matplotlib/numerix creating build/lib.linux-x86_64-2.5/matplotlib/numerix/mlab copying lib/matplotlib/numerix/mlab/__init__.py -> build/lib.linux-x86_64-2.5/matplotlib/numerix/mlab creating build/lib.linux-x86_64-2.5/matplotlib/numerix/ma copying lib/matplotlib/numerix/ma/__init__.py -> build/lib.linux-x86_64-2.5/matplotlib/numerix/ma creating build/lib.linux-x86_64-2.5/matplotlib/numerix/npyma copying lib/matplotlib/numerix/npyma/__init__.py -> build/lib.linux-x86_64-2.5/matplotlib/numerix/npyma creating build/lib.linux-x86_64-2.5/matplotlib/numerix/linear_algebra copying lib/matplotlib/numerix/linear_algebra/__init__.py -> build/lib.linux-x86_64-2.5/matplotlib/numerix/linear_algebra creating build/lib.linux-x86_64-2.5/matplotlib/numerix/random_array copying lib/matplotlib/numerix/random_array/__init__.py -> build/lib.linux-x86_64-2.5/matplotlib/numerix/random_array creating build/lib.linux-x86_64-2.5/matplotlib/numerix/fft copying lib/matplotlib/numerix/fft/__init__.py -> build/lib.linux-x86_64-2.5/matplotlib/numerix/fft creating build/lib.linux-x86_64-2.5/matplotlib/delaunay copying lib/matplotlib/delaunay/interpolate.py -> build/lib.linux-x86_64-2.5/matplotlib/delaunay copying lib/matplotlib/delaunay/testfuncs.py -> build/lib.linux-x86_64-2.5/matplotlib/delaunay copying lib/matplotlib/delaunay/__init__.py -> build/lib.linux-x86_64-2.5/matplotlib/delaunay copying lib/matplotlib/delaunay/triangulate.py -> build/lib.linux-x86_64-2.5/matplotlib/delaunay creating build/lib.linux-x86_64-2.5/matplotlib/mpl-data creating build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts creating build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/psyr.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pncb8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pcrr8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvl8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pplbi8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pagko8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/putr8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/cmex10.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pcrro8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvro8an.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pbkd8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pncbi8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pplb8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/putbi8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvbo8an.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/cmtt10.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pbkl8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pbkli8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvb8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pcrb8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pagd8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/putb8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvbo8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/ptmri8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvr8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pzdr.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/ptmr8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pncr8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvr8an.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/cmr10.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvro8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/putri8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvlo8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pplri8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pncri8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pagdo8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/ptmb8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvb8an.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/cmmi10.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/cmsy10.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pplr8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pagk8a.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/afm creating build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/pdfcorefonts creating build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz3SymBol.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoBd.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/Vera.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz4SymBol.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraMono.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz1Sym.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/cmex10.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz2SymBol.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz1SymBol.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/cmr10.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz4Sym.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraSe.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraBI.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/cmss10.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraBd.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/cmb10.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz3Sym.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraSeBd.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraIt.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoBI.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoIt.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz5Sym.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz2Sym.ttf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/fonts/ttf creating build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_right.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_zoom-in.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_close.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_down.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_refresh.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_left.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_zoom-out.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/filesave.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/move.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/back.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_save_as.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/hand.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/forward.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/home.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/zoom_to_rect.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_up.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/subplots.xpm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/filesave.svg -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/move.svg -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/zoom_to_rect.svg -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/forward.svg -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/hand.svg -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/back.svg -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/home.svg -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/matplotlib.svg -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/subplots.png -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/forward.png -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/zoom_to_rect.png -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/filesave.png -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/home.png -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/matplotlib.png -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/move.png -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/hand.png -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/back.png -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/forward.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/move.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/subplots.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_refresh.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_zoom-out.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/back.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_close.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/zoom_to_rect.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_save_as.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_down.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_up.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_left.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_zoom-in.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/filesave.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_right.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/hand.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/home.ppm -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/images creating build/lib.linux-x86_64-2.5/matplotlib/mpl-data/example copying lib/matplotlib/mpl-data/example/aapl.npy -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/example copying lib/matplotlib/mpl-data/example/goog.npy -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/example copying lib/matplotlib/mpl-data/example/msft_nasdaq.npy -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data/example copying lib/matplotlib/mpl-data/matplotlibrc -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data copying lib/matplotlib/mpl-data/matplotlib.conf -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data copying lib/matplotlib/mpl-data/lineprops.glade -> build/lib.linux-x86_64-2.5/matplotlib/mpl-data creating build/lib.linux-x86_64-2.5/matplotlib/backends/Matplotlib.nib copying lib/matplotlib/backends/Matplotlib.nib/keyedobjects.nib -> build/lib.linux-x86_64-2.5/matplotlib/backends/Matplotlib.nib copying lib/matplotlib/backends/Matplotlib.nib/classes.nib -> build/lib.linux-x86_64-2.5/matplotlib/backends/Matplotlib.nib copying lib/matplotlib/backends/Matplotlib.nib/info.nib -> build/lib.linux-x86_64-2.5/matplotlib/backends/Matplotlib.nib running build_ext building 'matplotlib.ft2font' extension creating build/temp.linux-x86_64-2.5 creating build/temp.linux-x86_64-2.5/src creating build/temp.linux-x86_64-2.5/CXX gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c src/ft2font.cpp -o build/temp.linux-x86_64-2.5/src/ft2font.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c src/mplutils.cpp -o build/temp.linux-x86_64-2.5/src/mplutils.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c CXX/cxx_extensions.cxx -o build/temp.linux-x86_64-2.5/CXX/cxx_extensions.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c CXX/cxxsupport.cxx -o build/temp.linux-x86_64-2.5/CXX/cxxsupport.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c CXX/IndirectPythonInterface.cxx -o build/temp.linux-x86_64-2.5/CXX/IndirectPythonInterface.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c CXX/cxxextensions.c -o build/temp.linux-x86_64-2.5/CXX/cxxextensions.o g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.5/src/ft2font.o build/temp.linux-x86_64-2.5/src/mplutils.o build/temp.linux-x86_64-2.5/CXX/cxx_extensions.o build/temp.linux-x86_64-2.5/CXX/cxxsupport.o build/temp.linux-x86_64-2.5/CXX/IndirectPythonInterface.o build/temp.linux-x86_64-2.5/CXX/cxxextensions.o -L/usr/local/lib -lfreetype -lz -lz -lstdc++ -lm -o build/lib.linux-x86_64-2.5/matplotlib/ft2font.so building 'matplotlib.ttconv' extension creating build/temp.linux-x86_64-2.5/ttconv gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c src/_ttconv.cpp -o build/temp.linux-x86_64-2.5/src/_ttconv.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c ttconv/pprdrv_tt.cpp -o build/temp.linux-x86_64-2.5/ttconv/pprdrv_tt.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c ttconv/pprdrv_tt2.cpp -o build/temp.linux-x86_64-2.5/ttconv/pprdrv_tt2.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c ttconv/ttutil.cpp -o build/temp.linux-x86_64-2.5/ttconv/ttutil.o g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.5/src/_ttconv.o build/temp.linux-x86_64-2.5/ttconv/pprdrv_tt.o build/temp.linux-x86_64-2.5/ttconv/pprdrv_tt2.o build/temp.linux-x86_64-2.5/ttconv/ttutil.o -L/usr/local/lib -o build/lib.linux-x86_64-2.5/matplotlib/ttconv.so building 'matplotlib._cntr' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c src/cntr.c -o build/temp.linux-x86_64-2.5/src/cntr.o gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.5/src/cntr.o -L/usr/local/lib -o build/lib.linux-x86_64-2.5/matplotlib/_cntr.so building 'matplotlib._delaunay' extension creating build/temp.linux-x86_64-2.5/lib creating build/temp.linux-x86_64-2.5/lib/matplotlib creating build/temp.linux-x86_64-2.5/lib/matplotlib/delaunay gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c lib/matplotlib/delaunay/_delaunay.cpp -o build/temp.linux-x86_64-2.5/lib/matplotlib/delaunay/_delaunay.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c lib/matplotlib/delaunay/VoronoiDiagramGenerator.cpp -o build/temp.linux-x86_64-2.5/lib/matplotlib/delaunay/VoronoiDiagramGenerator.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c lib/matplotlib/delaunay/delaunay_utils.cpp -o build/temp.linux-x86_64-2.5/lib/matplotlib/delaunay/delaunay_utils.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c lib/matplotlib/delaunay/natneighbors.cpp -o build/temp.linux-x86_64-2.5/lib/matplotlib/delaunay/natneighbors.o g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.5/lib/matplotlib/delaunay/_delaunay.o build/temp.linux-x86_64-2.5/lib/matplotlib/delaunay/VoronoiDiagramGenerator.o build/temp.linux-x86_64-2.5/lib/matplotlib/delaunay/delaunay_utils.o build/temp.linux-x86_64-2.5/lib/matplotlib/delaunay/natneighbors.o -L/usr/local/lib -o build/lib.linux-x86_64-2.5/matplotlib/_delaunay.so building 'matplotlib.nxutils' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c src/nxutils.c -o build/temp.linux-x86_64-2.5/src/nxutils.o gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.5/src/nxutils.o -L/usr/local/lib -o build/lib.linux-x86_64-2.5/matplotlib/nxutils.so building 'matplotlib._path' extension creating build/temp.linux-x86_64-2.5/agg24 creating build/temp.linux-x86_64-2.5/agg24/src gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/usr/include/python2.5 -c agg24/src/agg_curves.cpp -o build/temp.linux-x86_64-2.5/agg24/src/agg_curves.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/usr/include/python2.5 -c agg24/src/agg_bezier_arc.cpp -o build/temp.linux-x86_64-2.5/agg24/src/agg_bezier_arc.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/usr/include/python2.5 -c agg24/src/agg_trans_affine.cpp -o build/temp.linux-x86_64-2.5/agg24/src/agg_trans_affine.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/usr/include/python2.5 -c agg24/src/agg_vcgen_stroke.cpp -o build/temp.linux-x86_64-2.5/agg24/src/agg_vcgen_stroke.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/usr/include/python2.5 -c src/path.cpp -o build/temp.linux-x86_64-2.5/src/path.o g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.5/agg24/src/agg_curves.o build/temp.linux-x86_64-2.5/agg24/src/agg_bezier_arc.o build/temp.linux-x86_64-2.5/agg24/src/agg_trans_affine.o build/temp.linux-x86_64-2.5/agg24/src/agg_vcgen_stroke.o build/temp.linux-x86_64-2.5/CXX/cxx_extensions.o build/temp.linux-x86_64-2.5/CXX/cxxsupport.o build/temp.linux-x86_64-2.5/CXX/IndirectPythonInterface.o build/temp.linux-x86_64-2.5/CXX/cxxextensions.o build/temp.linux-x86_64-2.5/src/path.o -L/usr/local/lib -lstdc++ -lm -o build/lib.linux-x86_64-2.5/matplotlib/_path.so building 'matplotlib.backends._backend_agg' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c agg24/src/agg_vcgen_dash.cpp -o build/temp.linux-x86_64-2.5/agg24/src/agg_vcgen_dash.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c agg24/src/agg_image_filters.cpp -o build/temp.linux-x86_64-2.5/agg24/src/agg_image_filters.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c src/_image.cpp -o build/temp.linux-x86_64-2.5/src/_image.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c src/backend_agg.cpp -o build/temp.linux-x86_64-2.5/src/backend_agg.o g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.5/agg24/src/agg_trans_affine.o build/temp.linux-x86_64-2.5/agg24/src/agg_bezier_arc.o build/temp.linux-x86_64-2.5/agg24/src/agg_curves.o build/temp.linux-x86_64-2.5/agg24/src/agg_vcgen_dash.o build/temp.linux-x86_64-2.5/agg24/src/agg_vcgen_stroke.o build/temp.linux-x86_64-2.5/agg24/src/agg_image_filters.o build/temp.linux-x86_64-2.5/src/_image.o build/temp.linux-x86_64-2.5/src/ft2font.o build/temp.linux-x86_64-2.5/src/mplutils.o build/temp.linux-x86_64-2.5/CXX/cxx_extensions.o build/temp.linux-x86_64-2.5/CXX/cxxsupport.o build/temp.linux-x86_64-2.5/CXX/IndirectPythonInterface.o build/temp.linux-x86_64-2.5/CXX/cxxextensions.o build/temp.linux-x86_64-2.5/src/backend_agg.o -L/usr/local/lib -L/usr/local/lib -lstdc++ -lm -lfreetype -lz -lz -lstdc++ -lm -o build/lib.linux-x86_64-2.5/matplotlib/backends/_backend_agg.so building 'matplotlib._image' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/usr/include/python2.5 -c src/image.cpp -o build/temp.linux-x86_64-2.5/src/image.o g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.5/src/image.o build/temp.linux-x86_64-2.5/src/mplutils.o build/temp.linux-x86_64-2.5/agg24/src/agg_trans_affine.o build/temp.linux-x86_64-2.5/agg24/src/agg_image_filters.o build/temp.linux-x86_64-2.5/agg24/src/agg_bezier_arc.o build/temp.linux-x86_64-2.5/CXX/cxx_extensions.o build/temp.linux-x86_64-2.5/CXX/cxxsupport.o build/temp.linux-x86_64-2.5/CXX/IndirectPythonInterface.o build/temp.linux-x86_64-2.5/CXX/cxxextensions.o -L/usr/local/lib -lstdc++ -lm -o build/lib.linux-x86_64-2.5/matplotlib/_image.so building 'matplotlib._png' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/libpng12 -I/usr/local/include -I/usr/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -I. -I/usr/include/python2.5 -c src/_png.cpp -o build/temp.linux-x86_64-2.5/src/_png.o g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.5/src/_png.o build/temp.linux-x86_64-2.5/src/mplutils.o build/temp.linux-x86_64-2.5/CXX/cxx_extensions.o build/temp.linux-x86_64-2.5/CXX/cxxsupport.o build/temp.linux-x86_64-2.5/CXX/IndirectPythonInterface.o build/temp.linux-x86_64-2.5/CXX/cxxextensions.o -L/usr/local/lib -lpng12 -lz -lstdc++ -lm -o build/lib.linux-x86_64-2.5/matplotlib/_png.so building 'matplotlib.backends._tkagg' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/tcl8.4 -I/usr/include/tcl8.4 -I/usr/local/include -I/usr/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c src/_tkagg.cpp -o build/temp.linux-x86_64-2.5/src/_tkagg.o g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.5/src/_tkagg.o build/temp.linux-x86_64-2.5/CXX/cxx_extensions.o build/temp.linux-x86_64-2.5/CXX/cxxsupport.o build/temp.linux-x86_64-2.5/CXX/IndirectPythonInterface.o build/temp.linux-x86_64-2.5/CXX/cxxextensions.o -L/usr/local/lib -L/usr/local/lib -ltk8.4 -ltcl8.4 -lstdc++ -lm -lfreetype -lz -lz -lstdc++ -lm -o build/lib.linux-x86_64-2.5/matplotlib/backends/_tkagg.so building 'matplotlib.backends._backend_gdk' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/local/include -I/usr/include -I. -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/python2.5 -c src/backend_gdk.c -o build/temp.linux-x86_64-2.5/src/backend_gdk.o gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.5/src/backend_gdk.o -L/usr/local/lib -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -o build/lib.linux-x86_64-2.5/matplotlib/backends/_backend_gdk.so building 'matplotlib.backends._gtkagg' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/local/include -I/usr/include -I. -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/include/python2.5 -c src/_gtkagg.cpp -o build/temp.linux-x86_64-2.5/src/_gtkagg.o g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.5/src/_gtkagg.o build/temp.linux-x86_64-2.5/src/mplutils.o build/temp.linux-x86_64-2.5/CXX/cxx_extensions.o build/temp.linux-x86_64-2.5/CXX/cxxsupport.o build/temp.linux-x86_64-2.5/CXX/IndirectPythonInterface.o build/temp.linux-x86_64-2.5/CXX/cxxextensions.o -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -lstdc++ -lm -lfreetype -lz -lz -lstdc++ -lm -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -o build/lib.linux-x86_64-2.5/matplotlib/backends/_gtkagg.so
On Fri, Jan 9, 2009 at 10:09 AM, rmber <rya...@gm...> wrote: > > Hi, I'm trying to reformat the ticks on the x axis of a plot I've made. I > need to divided the values by 1000 and then subtract 10, and I can't figure > out how. The hierarchy of ticker objects and tick instances is rather > confusing to me. Can anyone help? A fairly easy way is to do:: locs = ax.get_xticks() labels = ['%1.2f'%(loc/1000. - 10.) for loc in locs] ax.set_xticklabels(labels) but this won't be updated when you pan and zoom. To do it right, use a tick formatter:: import matplotlib.ticker as ticker def format(x, pos=None): return '%1.2f'%(x/1000. - 10.) ax.xaxis.set_major_formatter(ticker.FuncFormatter(format)) JDH
Hi, I'm trying to reformat the ticks on the x axis of a plot I've made. I need to divided the values by 1000 and then subtract 10, and I can't figure out how. The hierarchy of ticker objects and tick instances is rather confusing to me. Can anyone help? -Ryan -- View this message in context: http://www.nabble.com/Xaxis-rescale-tp21375188p21375188.html Sent from the matplotlib - users mailing list archive at Nabble.com.
Hi, Having problem running agilo using matplotlib : File "d:\agilo\python25\lib\site-packages\matplotlib-0.98.5.2-py2.5-win32.egg\matplotlib\transforms.py", line 34, in <module> from matplotlib._path import affine_transform ImportError: DLL load failed: The specified module could not be found. Any would be appreciated, Best regards, Thomas
Simson Garfinkel wrote: > Thanks, Eric. Any idea for a work-around on the bar graphs? There appear to be three problems, each with a workaround or solution: 1) You need to set the log scale *before* calling bar. The bar method checks for log scaling, and if found, it sets the bottom of the bars to a positive value (1e-100) instead of to zero. If you set the log scale *after* calling bar, the zero bottom value gets masked out as invalid. 2) The unit support for datetime objects doesn't quite know what to do with the bar width parameter; it tries to convert it, and I haven't tried to track down exactly what it ends up with. What I have found is that if you use a value of width=20 as a kwarg in bar, you will get close enough that you can make more adjustments to taste. This is an ugly hack. 3) The datetime objects want full years, e.g. 1990, not just the last two digits. I haven't tried to figure out why, but the x-limits don't get calculated sensibly if you use 90 instead of 1990. It presumably has to do with the ticker that is invoked for datetime. So I think you need to either make your own modification of the ticker (or formatter), or use all 4 year digits. > > As far as the Mac goes, I'm happy to get you a log-in on one, if you want. Thanks, but I really don't want to try to delve into the brand-new mac native backend. Eric > > -Simson > > On Jan 8, 2009, at 2:31 PM, Eric Firing wrote: > >> Simson Garfinkel wrote: >>> Hi! >>> Below is a sample program. It demonstrates two bugs when plotting >>> date/ time histograms. >>> 1. When the y scale is made "log", the histogram points plot as >>> lines, but when the y scale is not log, they histogram plots as >>> bars. I do not think that the look of the bars should change >>> depending on whether or not the Y scale is logarithmic. >> >> Simson, >> >> I verified the strange behavior with log and/or date, but looking at >> the code did not yield any understanding of what the problems are. I >> hope someone who has worked on the bar code recently will sort this >> one out. Definitely, there is at least one major bug that needs to be >> fixed. >> >>> 2. When the "agg.pdf" is removed, specifying "log" for the yscale >>> produces a TypeError on the mac (see below) >> >> This is mac-specific, and I don't have a mac, so I can't help with >> this, either. >
Scott Sinclair wrote: >> 2009年1月7日 David Lees <de...@ve...>: >> I just installed the windows prebuilt packages for Python 2.5 for: >> numpy, scipy and finally matplotlib. I get the following import problem: >> >> >>> import pylab >> Traceback (most recent call last): >> File "<interactive input>", line 1, in <module> >> File "C:\Python25\Lib\site-packages\pylab.py", line 1, in <module> >> from matplotlib.pylab import * >> File "C:\Python25\Lib\site-packages\matplotlib\__init__.py", line 129, >> in <module> >> from rcsetup import defaultParams, validate_backend, validate_toolbar >> File "C:\Python25\Lib\site-packages\matplotlib\rcsetup.py", line 19, >> in <module> >> from matplotlib.colors import is_color_like >> File "C:\Python25\Lib\site-packages\matplotlib\colors.py", line 54, in >> <module> >> import matplotlib.cbook as cbook >> File "C:\Python25\Lib\site-packages\matplotlib\cbook.py", line 10, in >> <module> >> import numpy.ma as ma >> ImportError: No module named ma >> > > Sounds like there's a problem with your Numpy install. Matplotlib > doesn't depend on Scipy. > > What is the result of typing the following at your Python prompt? > > >>>> import numpy >>>> numpy.__version__ >>>> > > >>>> import matplotlib >>>> matplotlib.__version__ >>>> > > Cheers, > Scott > <snip> > Scott, Thank you for your dead-on correct answer. I indeed had version 1.0.4 of numpy, even after running the Windows uninstaller from the control panel and running the installer for numpy 1.2.1. I had to go in and manually remove directories and then I was finally able to rerun the numpy installer and now I can import pylab. Could installing the latest scipy on Windows also have been my problem? David Lees
Thanks, Eric. Any idea for a work-around on the bar graphs? As far as the Mac goes, I'm happy to get you a log-in on one, if you want. -Simson On Jan 8, 2009, at 2:31 PM, Eric Firing wrote: > Simson Garfinkel wrote: >> Hi! >> Below is a sample program. It demonstrates two bugs when plotting >> date/ time histograms. >> 1. When the y scale is made "log", the histogram points plot as >> lines, but when the y scale is not log, they histogram plots as >> bars. I do not think that the look of the bars should change >> depending on whether or not the Y scale is logarithmic. > > Simson, > > I verified the strange behavior with log and/or date, but looking at > the code did not yield any understanding of what the problems are. > I hope someone who has worked on the bar code recently will sort > this one out. Definitely, there is at least one major bug that > needs to be fixed. > >> 2. When the "agg.pdf" is removed, specifying "log" for the yscale >> produces a TypeError on the mac (see below) > > This is mac-specific, and I don't have a mac, so I can't help with > this, either.