SF.net SVN: matplotlib: [3622] trunk/matplotlib/lib/matplotlib/backends/ backend_pdf.py

2007-07-26 Thread jouni
Revision: 3622 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3622&view=rev Author: jouni Date: 2007-07-26 14:13:58 -0700 (Thu, 26 Jul 2007) Log Message: --- Numpy has isfinite, unlike the old numerix Modified Paths: -- trunk/matplotlib

SF.net SVN: matplotlib: [3727] trunk/matplotlib/lib/matplotlib/afm.py

2007-08-21 Thread jouni
Revision: 3727 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3727&view=rev Author: jouni Date: 2007-08-21 12:42:28 -0700 (Tue, 21 Aug 2007) Log Message: --- Run a simple sanity check to avoid attempting to parse non-AFM files as AFM. Modified P

SF.net SVN: matplotlib: [3731] trunk/matplotlib/lib/matplotlib/artist.py

2007-08-22 Thread jouni
Revision: 3731 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3731&view=rev Author: jouni Date: 2007-08-22 23:58:10 -0700 (Wed, 22 Aug 2007) Log Message: --- Fix a buglet affecting getp: if a numpy object has shape==(), you cannot take its length. Modified P

SF.net SVN: matplotlib: [3736] trunk/matplotlib/lib/matplotlib/backends/ backend_pdf.py

2007-08-24 Thread jouni
Revision: 3736 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3736&view=rev Author: jouni Date: 2007-08-24 11:17:51 -0700 (Fri, 24 Aug 2007) Log Message: --- Support get_image_magnification in pdf backend Modified Paths: -- trunk/matplotlib

SF.net SVN: matplotlib: [3767] trunk/matplotlib/lib/matplotlib

2007-09-02 Thread jouni
Revision: 3767 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3767&view=rev Author: jouni Date: 2007-09-02 11:49:20 -0700 (Sun, 02 Sep 2007) Log Message: --- Some refactoring of dviread, plus a reader for psfonts.map format files Modified P

SF.net SVN: matplotlib: [3768] trunk/matplotlib/lib/matplotlib/backends/ backend_agg.py

2007-09-03 Thread jouni
Revision: 3768 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3768&view=rev Author: jouni Date: 2007-09-03 09:29:08 -0700 (Mon, 03 Sep 2007) Log Message: --- Fix buglet in get_text_width_height_descent of backend_agg when text.usetex is in effect. The des

SF.net SVN: matplotlib: [3770] trunk/matplotlib

2007-09-03 Thread jouni
Revision: 3770 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3770&view=rev Author: jouni Date: 2007-09-03 14:36:17 -0700 (Mon, 03 Sep 2007) Log Message: --- Created new file type1font.py for supporting Type 1 fonts; quite preliminary for now. Started adding Ty

SF.net SVN: matplotlib: [3771] trunk/matplotlib/lib/matplotlib/backends/ backend_pdf.py

2007-09-03 Thread jouni
Revision: 3771 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3771&view=rev Author: jouni Date: 2007-09-03 15:16:19 -0700 (Mon, 03 Sep 2007) Log Message: --- Fix some obvious bugs in Type 1 font support; now it at least produces a pdf file, at least with Comp

SF.net SVN: matplotlib: [3775] trunk/matplotlib

2007-09-04 Thread jouni
Revision: 3775 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3775&view=rev Author: jouni Date: 2007-09-04 11:19:16 -0700 (Tue, 04 Sep 2007) Log Message: --- More work on supporting Type 1 fonts in PDF, still doesn't produce usable files. Modif

SF.net SVN: matplotlib: [3779] trunk/matplotlib

2007-09-04 Thread jouni
Revision: 3779 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3779&view=rev Author: jouni Date: 2007-09-04 13:27:36 -0700 (Tue, 04 Sep 2007) Log Message: --- More work on supporting Type 1 fonts in PDF. Sort of works now. Modified Paths: -- t

SF.net SVN: matplotlib: [3797] trunk/matplotlib/lib/matplotlib/backends/ backend_pdf.py

2007-09-06 Thread jouni
Revision: 3797 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3797&view=rev Author: jouni Date: 2007-09-06 07:46:49 -0700 (Thu, 06 Sep 2007) Log Message: --- Small bugfix in pdf backend Modified Paths: -- trunk/matplotlib/lib/matplotlib/back

SF.net SVN: matplotlib: [3802] trunk/matplotlib

2007-09-06 Thread jouni
Revision: 3802 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3802&view=rev Author: jouni Date: 2007-09-06 13:13:11 -0700 (Thu, 06 Sep 2007) Log Message: --- A more careful reading of the pdf spec reveals that Type 1 fonts embedded in pdf files are not actu

SF.net SVN: matplotlib: [3803] trunk/matplotlib

2007-09-07 Thread jouni
Revision: 3803 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3803&view=rev Author: jouni Date: 2007-09-06 23:58:00 -0700 (Thu, 06 Sep 2007) Log Message: --- Clip path support in pdf backend Modified Paths: -- trunk/matplotlib/CHANGELOG t

SF.net SVN: matplotlib: [3814] trunk/matplotlib/lib/matplotlib/backends/ backend_pdf.py

2007-09-07 Thread jouni
Revision: 3814 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3814&view=rev Author: jouni Date: 2007-09-07 12:45:48 -0700 (Fri, 07 Sep 2007) Log Message: --- In backend_pdf usetex, gather consecutive characters with same x coordinate and same font into str

SF.net SVN: matplotlib: [3816] trunk/matplotlib/lib/matplotlib/dviread.py

2007-09-07 Thread jouni
Revision: 3816 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3816&view=rev Author: jouni Date: 2007-09-07 13:43:20 -0700 (Fri, 07 Sep 2007) Log Message: --- Return widths of glyphs to caller Modified Paths: -- trunk/matplotlib/lib/matplo

SF.net SVN: matplotlib: [3827] trunk/matplotlib/lib/matplotlib

2007-09-10 Thread jouni
Revision: 3827 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3827&view=rev Author: jouni Date: 2007-09-10 13:31:01 -0700 (Mon, 10 Sep 2007) Log Message: --- Better bounding boxes for pdf usetex, including descents. Modified Paths: -- t

SF.net SVN: matplotlib: [3828] trunk/matplotlib/lib/matplotlib/backends/ backend_pdf.py

2007-09-10 Thread jouni
Revision: 3828 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3828&view=rev Author: jouni Date: 2007-09-10 13:55:29 -0700 (Mon, 10 Sep 2007) Log Message: --- Bugfixes in pdf usetex Modified Paths: -- trunk/matplotlib/lib/matplotlib/back

SF.net SVN: matplotlib: [3834] trunk/matplotlib/lib/matplotlib

2007-09-12 Thread jouni
Revision: 3834 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3834&view=rev Author: jouni Date: 2007-09-12 00:04:38 -0700 (Wed, 12 Sep 2007) Log Message: --- Further development of dviread. It now attempts to read virtual fonts, but the positioning is still some

SF.net SVN: matplotlib: [3845] trunk/matplotlib

2007-09-12 Thread jouni
Revision: 3845 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3845&view=rev Author: jouni Date: 2007-09-12 23:29:14 -0700 (Wed, 12 Sep 2007) Log Message: --- More work on dviread and usetex in pdf. It is more usable now, so I am renaming the method from _draw_te

SF.net SVN: matplotlib: [3853] trunk/matplotlib/lib/matplotlib/type1font.py

2007-09-14 Thread jouni
Revision: 3853 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3853&view=rev Author: jouni Date: 2007-09-14 21:01:56 -0700 (Fri, 14 Sep 2007) Log Message: --- Bugfix and doc fixes in type1font.py Modified Paths: -- trunk/matplotlib/lib/matplo

SF.net SVN: matplotlib: [3874] trunk/matplotlib/lib/matplotlib

2007-09-21 Thread jouni
Revision: 3874 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3874&view=rev Author: jouni Date: 2007-09-21 23:48:49 -0700 (Fri, 21 Sep 2007) Log Message: --- Replace some generator expressions by list comprehensions for Python 2.3 compatibility Modified P

SF.net SVN: matplotlib: [3900] trunk/matplotlib/lib/matplotlib

2007-09-28 Thread jouni
Revision: 3900 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3900&view=rev Author: jouni Date: 2007-09-28 08:57:49 -0700 (Fri, 28 Sep 2007) Log Message: --- More debugging output when using TeX with the pdf backend Modified Paths: -- t

SF.net SVN: matplotlib: [3899] trunk/matplotlib/lib/matplotlib/__init__.py

2007-09-28 Thread jouni
Revision: 3899 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3899&view=rev Author: jouni Date: 2007-09-28 08:50:01 -0700 (Fri, 28 Sep 2007) Log Message: --- Catch UnboundLocalError in checkdep_pdftops; it is raised if no output line of pdftops -v contains the

SF.net SVN: matplotlib: [3901] trunk/matplotlib/lib/matplotlib

2007-09-30 Thread jouni
Revision: 3901 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3901&view=rev Author: jouni Date: 2007-09-30 13:08:50 -0700 (Sun, 30 Sep 2007) Log Message: --- use_tex in pdf backend: don't use AFM files, which are not there in some TeX distros Modif

SF.net SVN: matplotlib: [4933] trunk/matplotlib

2008-02-03 Thread jouni
Revision: 4933 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4933&view=rev Author: jouni Date: 2008-02-03 13:10:22 -0800 (Sun, 03 Feb 2008) Log Message: --- Force the pdf backend to always use 72 as the dpi value. This fixes the size problem of the resulting f

SF.net SVN: matplotlib: [4949] trunk/matplotlib

2008-02-08 Thread jouni
Revision: 4949 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4949&view=rev Author: jouni Date: 2008-02-08 13:09:33 -0800 (Fri, 08 Feb 2008) Log Message: --- Fixed minor __str__ bugs so getp(gca()) works. Modified Paths: -- trunk/matplo

SF.net SVN: matplotlib: [4950] trunk/matplotlib

2008-02-10 Thread jouni
Revision: 4950 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4950&view=rev Author: jouni Date: 2008-02-10 07:21:56 -0800 (Sun, 10 Feb 2008) Log Message: --- Fixed a problem with square roots in the pdf backend with usetex. Modified Paths: -- t

SF.net SVN: matplotlib: [4952] trunk/matplotlib

2008-02-11 Thread jouni
Revision: 4952 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4952&view=rev Author: jouni Date: 2008-02-11 11:46:52 -0800 (Mon, 11 Feb 2008) Log Message: --- Merged revisions 4951 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bran

SF.net SVN: matplotlib: [4951] branches/v0_91_maint

2008-02-11 Thread jouni
Revision: 4951 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4951&view=rev Author: jouni Date: 2008-02-11 11:40:18 -0800 (Mon, 11 Feb 2008) Log Message: --- Update plotting() doc string to refer to getp/setp. Modified Paths: -- branches/v0_91_m

SF.net SVN: matplotlib: [5018] branches/v0_91_maint

2008-03-23 Thread jouni
Revision: 5018 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5018&view=rev Author: jouni Date: 2008-03-23 10:44:11 -0700 (Sun, 23 Mar 2008) Log Message: --- Fix a pdf backend bug which sometimes caused the outermost gsave to not be balanced with a gres

SF.net SVN: matplotlib: [5019] trunk/matplotlib

2008-03-23 Thread jouni
Revision: 5019 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5019&view=rev Author: jouni Date: 2008-03-23 10:47:51 -0700 (Sun, 23 Mar 2008) Log Message: --- Merged revisions 5018 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bran

SF.net SVN: matplotlib:[8695] trunk/matplotlib/make.osx

2010-09-10 Thread jouni
Revision: 8695 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8695&view=rev Author: jouni Date: 2010-09-10 16:46:04 + (Fri, 10 Sep 2010) Log Message: --- Remind make.osx users to set PREFIX Modified Paths: -- trunk/matplotlib/make.osx Modi

SF.net SVN: matplotlib:[8727] trunk/matplotlib

2010-10-04 Thread jouni
Revision: 8727 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8727&view=rev Author: jouni Date: 2010-10-04 18:46:18 + (Mon, 04 Oct 2010) Log Message: --- Fix JPEG saving bug: only accept the kwargs documented by PIL for JPEG files. Modified P

SF.net SVN: matplotlib:[8776] branches/v1_0_maint

2010-11-07 Thread jouni
Revision: 8776 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8776&view=rev Author: jouni Date: 2010-11-07 08:06:41 + (Sun, 07 Nov 2010) Log Message: --- Allow bypassing the download mechanism in get_sample_data Modified Paths: -- bran

SF.net SVN: matplotlib:[8777] trunk/matplotlib

2010-11-07 Thread jouni
Revision: 8777 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8777&view=rev Author: jouni Date: 2010-11-07 08:37:18 + (Sun, 07 Nov 2010) Log Message: --- Merged revisions 8776 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bran

SF.net SVN: matplotlib:[8815] branches/v1_0_maint/matplotlibrc.template

2010-12-05 Thread jouni
Revision: 8815 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8815&view=rev Author: jouni Date: 2010-12-05 21:05:33 + (Sun, 05 Dec 2010) Log Message: --- Fix examples.directory documentation Modified Paths: -- branches/v1_0_m

SF.net SVN: matplotlib:[8816] trunk/matplotlib

2010-12-05 Thread jouni
Revision: 8816 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8816&view=rev Author: jouni Date: 2010-12-05 21:09:47 + (Sun, 05 Dec 2010) Log Message: --- Merged revisions 8815 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bran

SF.net SVN: matplotlib:[8955] branches/v1_0_maint

2011-02-07 Thread jouni
Revision: 8955 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8955&view=rev Author: jouni Date: 2011-02-07 16:42:17 + (Mon, 07 Feb 2011) Log Message: --- Quick workaround for dviread bug #3175113 Modified Paths: -- branches/v1_0_maint/CHANG

SF.net SVN: matplotlib:[8956] trunk/matplotlib

2011-02-07 Thread jouni
Revision: 8956 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8956&view=rev Author: jouni Date: 2011-02-07 16:51:04 + (Mon, 07 Feb 2011) Log Message: --- Quick workaround for dviread bug #3175113 Modified Paths: -- trunk/matplotlib/CHANG

SF.net SVN: matplotlib:[6072] trunk/matplotlib

2008-09-07 Thread jouni
Revision: 6072 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6072&view=rev Author: jouni Date: 2008-09-07 10:57:15 + (Sun, 07 Sep 2008) Log Message: --- Fix conversion of quadratic to cubic Bezier curves in PDF and PS backends. Patch by Jae-Joon Lee. Modi

SF.net SVN: matplotlib:[6073] branches/v0_91_maint

2008-09-07 Thread jouni
Revision: 6073 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6073&view=rev Author: jouni Date: 2008-09-07 11:19:13 + (Sun, 07 Sep 2008) Log Message: --- Changed full arrows slightly to avoid an xpdf rendering problem reported by Friedrich Hagedorn. Modi

SF.net SVN: matplotlib:[6074] trunk/matplotlib

2008-09-07 Thread jouni
Revision: 6074 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6074&view=rev Author: jouni Date: 2008-09-07 11:28:45 + (Sun, 07 Sep 2008) Log Message: --- Merged revisions 6073 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bran

SF.net SVN: matplotlib:[6122] trunk/matplotlib/lib/matplotlib/backends

2008-09-25 Thread jouni
Revision: 6122 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6122&view=rev Author: jouni Date: 2008-09-25 17:16:30 + (Thu, 25 Sep 2008) Log Message: --- Import quad2cubic from mlab, not the nonexistent numerical_methods Modified Paths: -- t

SF.net SVN: matplotlib:[6150] trunk/matplotlib

2008-10-05 Thread jouni
Revision: 6150 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6150&view=rev Author: jouni Date: 2008-10-05 10:14:42 + (Sun, 05 Oct 2008) Log Message: --- Merged revisions 6149 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bran

SF.net SVN: matplotlib:[6149] branches/v0_91_maint

2008-10-05 Thread jouni
Revision: 6149 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6149&view=rev Author: jouni Date: 2008-10-05 10:02:16 + (Sun, 05 Oct 2008) Log Message: --- Fix problem with AFM files that don't specify the font's full name or family name

SF.net SVN: matplotlib:[6179] trunk/matplotlib/lib/matplotlib/backends/ backend_pdf.py

2008-10-11 Thread jouni
Revision: 6179 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6179&view=rev Author: jouni Date: 2008-10-11 13:48:18 + (Sat, 11 Oct 2008) Log Message: --- When outputting a pdf file on a file object, flush the file at the end Modified P

SF.net SVN: matplotlib:[6180] trunk/matplotlib/CHANGELOG

2008-10-11 Thread jouni
Revision: 6180 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6180&view=rev Author: jouni Date: 2008-10-11 18:27:35 + (Sat, 11 Oct 2008) Log Message: --- Mention the pdf flushing fix in CHANGELOG Modified Paths: -- trunk/matplotlib/CHANG

SF.net SVN: matplotlib:[6310] trunk/matplotlib

2008-10-23 Thread jouni
Revision: 6310 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6310&view=rev Author: jouni Date: 2008-10-23 16:38:04 + (Thu, 23 Oct 2008) Log Message: --- Fixed exception in dviread that happened with Minion Modified Paths: -- trunk/matplo

SF.net SVN: matplotlib:[6382] trunk/matplotlib/lib/matplotlib/axes.py

2008-11-09 Thread jouni
Revision: 6382 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6382&view=rev Author: jouni Date: 2008-11-09 13:17:41 + (Sun, 09 Nov 2008) Log Message: --- Clarify hist docstring Modified Paths: -- trunk/matplotlib/lib/matplotlib/axes.py Modi

SF.net SVN: matplotlib:[6383] trunk/matplotlib

2008-11-09 Thread jouni
Revision: 6383 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6383&view=rev Author: jouni Date: 2008-11-09 14:00:49 + (Sun, 09 Nov 2008) Log Message: --- Fix a possible EINTR problem in dviread Modified Paths: -- trunk/matplotlib/CHANG

SF.net SVN: matplotlib:[6384] trunk/matplotlib/lib/matplotlib/dviread.py

2008-11-09 Thread jouni
Revision: 6384 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6384&view=rev Author: jouni Date: 2008-11-09 14:11:16 + (Sun, 09 Nov 2008) Log Message: --- Added import forgotten from previous commit Modified Paths: -- trunk/matplotlib

SF.net SVN: matplotlib:[6506] trunk/matplotlib/lib/matplotlib

2008-12-08 Thread jouni
Revision: 6506 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6506&view=rev Author: jouni Date: 2008-12-08 12:31:06 + (Mon, 08 Dec 2008) Log Message: --- Other part of symlog bugfix (and deactivating an experimental type1font that slipped in by acci

SF.net SVN: matplotlib:[6505] trunk/matplotlib/lib/matplotlib

2008-12-08 Thread jouni
Revision: 6505 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6505&view=rev Author: jouni Date: 2008-12-08 12:26:53 + (Mon, 08 Dec 2008) Log Message: --- Fix SymmetricalLogLocator bug that caused platform-specific behavior Modified P

SF.net SVN: matplotlib:[6565] trunk/matplotlib

2008-12-11 Thread jouni
Revision: 6565 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6565&view=rev Author: jouni Date: 2008-12-11 20:32:04 + (Thu, 11 Dec 2008) Log Message: --- Use subprocess.Popen instead of os.popen in dviread (Windows problem reported by Jorgen Stena

SF.net SVN: matplotlib:[6706] trunk/matplotlib

2008-12-29 Thread jouni
Revision: 6706 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6706&view=rev Author: jouni Date: 2008-12-29 13:48:51 + (Mon, 29 Dec 2008) Log Message: --- Fix a bug in pdf usetex support Modified Paths: -- trunk/matplotlib/CHANGELOG t

SF.net SVN: matplotlib:[6707] trunk/matplotlib/lib/matplotlib/backends/ backend_pdf.py

2008-12-29 Thread jouni
Revision: 6707 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6707&view=rev Author: jouni Date: 2008-12-29 13:58:18 + (Mon, 29 Dec 2008) Log Message: --- Fix bug in earlier bugfix Modified Paths: -- trunk/matplotlib/lib/matplotlib/back

SF.net SVN: matplotlib:[6713] trunk/matplotlib/lib/matplotlib/path.py

2008-12-29 Thread jouni
Revision: 6713 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6713&view=rev Author: jouni Date: 2008-12-29 14:52:30 + (Mon, 29 Dec 2008) Log Message: --- Fix buglet in path.py Modified Paths: -- trunk/matplotlib/lib/matplotlib/path.py Modi

SF.net SVN: matplotlib:[6718] trunk/matplotlib

2008-12-31 Thread jouni
Revision: 6718 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6718&view=rev Author: jouni Date: 2008-12-31 13:20:50 + (Wed, 31 Dec 2008) Log Message: --- Improve pdf usetex by adding support for font effects Modified Paths: -- trunk/matplo

SF.net SVN: matplotlib:[6727] trunk/matplotlib/lib/matplotlib/backends/ backend_pdf.py

2008-12-31 Thread jouni
Revision: 6727 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6727&view=rev Author: jouni Date: 2008-12-31 19:42:44 + (Wed, 31 Dec 2008) Log Message: --- Modernize a little since we can assume Python 2.4 Modified Paths: -- trunk/matplotlib

SF.net SVN: matplotlib:[6728] trunk/matplotlib/lib/matplotlib/backends/ backend_pdf.py

2008-12-31 Thread jouni
Revision: 6728 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6728&view=rev Author: jouni Date: 2008-12-31 19:56:55 + (Wed, 31 Dec 2008) Log Message: --- Don't crash with Microsoft fonts such as Tahoma Modified Paths: -- trunk/matpl

SF.net SVN: matplotlib:[6730] trunk/matplotlib

2009-01-01 Thread jouni
Revision: 6730 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6730&view=rev Author: jouni Date: 2009-01-01 22:23:57 + (Thu, 01 Jan 2009) Log Message: --- Allow multipage pdf files Modified Paths: -- trunk/matplotlib/CHANGELOG t

SF.net SVN: matplotlib:[6737] trunk/matplotlib

2009-01-05 Thread jouni
Revision: 6737 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6737&view=rev Author: jouni Date: 2009-01-05 17:48:01 + (Mon, 05 Jan 2009) Log Message: --- Fix a bug in pdf usetex: allow using non-embedded fonts Modified Paths: -- trunk/matplo

SF.net SVN: matplotlib:[6738] trunk/matplotlib/lib/matplotlib/backends/ backend_pdf.py

2009-01-05 Thread jouni
Revision: 6738 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6738&view=rev Author: jouni Date: 2009-01-05 18:11:47 + (Mon, 05 Jan 2009) Log Message: --- Remove extra line from backend_pdf.draw_tex Modified Paths: -- trunk/matplotlib

SF.net SVN: matplotlib:[6739] trunk/matplotlib

2009-01-06 Thread jouni
Revision: 6739 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6739&view=rev Author: jouni Date: 2009-01-06 08:07:18 + (Tue, 06 Jan 2009) Log Message: --- Create a PdfFile wrapper named PdfPages to act as the target of savefig to avoid saving figures in

SF.net SVN: matplotlib:[6862] trunk/matplotlib

2009-02-02 Thread jouni
Revision: 6862 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6862&view=rev Author: jouni Date: 2009-02-02 08:29:18 + (Mon, 02 Feb 2009) Log Message: --- Avoid malloc errors in ttconv for fonts that don't have e.g. PostName as entry (1,0,0,6) in the n

SF.net SVN: matplotlib:[6868] trunk/matplotlib

2009-02-02 Thread jouni
Revision: 6868 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6868&view=rev Author: jouni Date: 2009-02-02 19:35:43 + (Mon, 02 Feb 2009) Log Message: --- Reduce number of marker objects in pdf output Modified Paths: -- trunk/matplotlib/CHANG

SF.net SVN: matplotlib:[6904] trunk/matplotlib

2009-02-10 Thread jouni
Revision: 6904 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6904&view=rev Author: jouni Date: 2009-02-10 22:16:35 + (Tue, 10 Feb 2009) Log Message: --- Commit Nicolas Grilly's use14corefonts patch Modified Paths: -- trunk/matplotlib/

SF.net SVN: matplotlib:[6905] trunk/matplotlib/unit/test_pdf_use14corefonts .py

2009-02-12 Thread jouni
Revision: 6905 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6905&view=rev Author: jouni Date: 2009-02-12 18:00:55 + (Thu, 12 Feb 2009) Log Message: --- Small fixes to test_pdf_use14corefonts.py, thanks to Nicolas Grilly Modified P

SF.net SVN: matplotlib:[6937] trunk/matplotlib

2009-02-26 Thread jouni
Revision: 6937 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6937&view=rev Author: jouni Date: 2009-02-26 19:44:30 + (Thu, 26 Feb 2009) Log Message: --- Support image clipping in the pdf backend Modified Paths: -- trunk/matplotlib/CHANG

SF.net SVN: matplotlib:[6938] branches/v0_98_5_maint

2009-02-26 Thread jouni
Revision: 6938 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6938&view=rev Author: jouni Date: 2009-02-26 19:54:48 + (Thu, 26 Feb 2009) Log Message: --- Support image clipping in the pdf backend Modified Paths: -- branches/v0_98_5_m

SF.net SVN: matplotlib:[6940] trunk/matplotlib/

2009-02-26 Thread jouni
Revision: 6940 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6940&view=rev Author: jouni Date: 2009-02-26 20:20:47 + (Thu, 26 Feb 2009) Log Message: --- Mark pdf backend fix as merged Property Changed: trunk/matplotlib/ Property cha

SF.net SVN: matplotlib:[6971] trunk/matplotlib

2009-03-10 Thread jouni
Revision: 6971 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6971&view=rev Author: jouni Date: 2009-03-10 20:45:44 + (Tue, 10 Mar 2009) Log Message: --- Fix join style bug in pdf. Modified Paths: -- trunk/matplotlib/CHANGELOG t

SF.net SVN: matplotlib:[7033] branches/v0_98_5_maint

2009-04-06 Thread jouni
Revision: 7033 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7033&view=rev Author: jouni Date: 2009-04-06 17:03:09 + (Mon, 06 Apr 2009) Log Message: --- texmanager.make_dvi now raises an error if LaTeX failed to create an output file Modified P

SF.net SVN: matplotlib:[7034] trunk/matplotlib

2009-04-06 Thread jouni
Revision: 7034 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7034&view=rev Author: jouni Date: 2009-04-06 17:12:37 + (Mon, 06 Apr 2009) Log Message: --- Merged revisions 7033 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bran

SF.net SVN: matplotlib:[7035] branches/v0_98_5_maint

2009-04-06 Thread jouni
Revision: 7035 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7035&view=rev Author: jouni Date: 2009-04-06 18:59:47 + (Mon, 06 Apr 2009) Log Message: --- The pdf backend now escapes newlines and linefeeds in strings - fixes #2708559 Modified P

SF.net SVN: matplotlib:[7036] trunk/matplotlib

2009-04-06 Thread jouni
Revision: 7036 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7036&view=rev Author: jouni Date: 2009-04-06 19:05:57 + (Mon, 06 Apr 2009) Log Message: --- Merged revisions 7035 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bran

SF.net SVN: matplotlib:[7066] trunk/matplotlib/lib/matplotlib/pyplot.py

2009-04-26 Thread jouni
Revision: 7066 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7066&view=rev Author: jouni Date: 2009-04-26 10:29:30 + (Sun, 26 Apr 2009) Log Message: --- Mention rotate kwarg in xticks and yticks docstrings Modified Paths: -- trunk/matplo

SF.net SVN: matplotlib:[7214] trunk/matplotlib/examples/tests/ backend_driver.py

2009-06-13 Thread jouni
Revision: 7214 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7214&view=rev Author: jouni Date: 2009-06-13 12:09:29 + (Sat, 13 Jun 2009) Log Message: --- Call current mplot3d demos from backend_driver.py Modified Paths: -- trunk/matplo

SF.net SVN: matplotlib:[7218] trunk/matplotlib

2009-06-13 Thread jouni
Revision: 7218 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7218&view=rev Author: jouni Date: 2009-06-14 05:38:11 + (Sun, 14 Jun 2009) Log Message: --- Extend backend_driver.py to support running only some test directories Modified P

SF.net SVN: matplotlib:[7270] trunk/matplotlib

2009-07-18 Thread jouni
Revision: 7270 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7270&view=rev Author: jouni Date: 2009-07-18 08:35:56 + (Sat, 18 Jul 2009) Log Message: --- Fix support for hatches without color fills to pdf and svg backends. Add an example of tha

SF.net SVN: matplotlib:[7354] trunk/matplotlib

2009-08-04 Thread jouni
Revision: 7354 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7354&view=rev Author: jouni Date: 2009-08-04 19:35:13 + (Tue, 04 Aug 2009) Log Message: --- Made cbook.get_mpl_data make use of the ETag and Last-Modified headers of mod_dav_svn. Modified P

SF.net SVN: matplotlib:[7355] trunk/matplotlib/examples/misc/mpl_data_demo. py

2009-08-04 Thread jouni
Revision: 7355 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7355&view=rev Author: jouni Date: 2009-08-04 19:51:08 + (Tue, 04 Aug 2009) Log Message: --- Fix indentation error in mpl_data_demo.py - thanks to G?\195?\182khan Sever Modified P

SF.net SVN: matplotlib:[7438] trunk/matplotlib/doc/users

2009-08-09 Thread jouni
Revision: 7438 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7438&view=rev Author: jouni Date: 2009-08-09 18:50:15 + (Sun, 09 Aug 2009) Log Message: --- Fix the spelling of my name (the rst files are processed as UTF-8 anyway) Modified P

SF.net SVN: matplotlib:[7493] trunk/matplotlib/lib/matplotlib/cbook.py

2009-08-15 Thread jouni
Revision: 7493 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7493&view=rev Author: jouni Date: 2009-08-15 20:00:09 + (Sat, 15 Aug 2009) Log Message: --- get_sample_data improvements: remove old files from subdirectories and not only the top-level directory;

SF.net SVN: matplotlib:[7510] trunk/matplotlib/release/osx/Makefile

2009-08-20 Thread jouni
Revision: 7510 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7510&view=rev Author: jouni Date: 2009-08-20 16:19:22 + (Thu, 20 Aug 2009) Log Message: --- Use curl instead of wget in release/osx/Makefile; curl comes preinstalled on OS X Modified P

SF.net SVN: matplotlib:[7518] trunk/matplotlib/src/_macosx.m

2009-08-21 Thread jouni
Revision: 7518 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7518&view=rev Author: jouni Date: 2009-08-22 04:19:45 + (Sat, 22 Aug 2009) Log Message: --- Changed the way the target OS X version is determined in _macosx.m. Modified P

SF.net SVN: matplotlib:[7519] branches/v0_99_maint

2009-08-21 Thread jouni
Revision: 7519 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7519&view=rev Author: jouni Date: 2009-08-22 06:25:07 + (Sat, 22 Aug 2009) Log Message: --- Fix typos found by Marc Desmarais and Nicolas Pinto Modified Paths: -- branches/v0_99_m

SF.net SVN: matplotlib:[7597] trunk/matplotlib

2009-08-30 Thread jouni
Revision: 7597 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7597&view=rev Author: jouni Date: 2009-08-30 10:33:01 + (Sun, 30 Aug 2009) Log Message: --- Improve multipage pdf documentation Modified Paths: -- trunk/matplotlib/doc

SF.net SVN: matplotlib:[7622] trunk/matplotlib/lib/matplotlib/backends/ backend_pdf.py

2009-08-31 Thread jouni
Revision: 7622 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7622&view=rev Author: jouni Date: 2009-09-01 05:24:38 + (Tue, 01 Sep 2009) Log Message: --- Small fix to Gouraud triangles in pdf Modified Paths: -- trunk/matplotlib/lib/matplo

SF.net SVN: matplotlib:[7656] trunk/matplotlib

2009-09-06 Thread jouni
Revision: 7656 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7656&view=rev Author: jouni Date: 2009-09-06 07:11:57 + (Sun, 06 Sep 2009) Log Message: --- Merged revisions 7638 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bran

SF.net SVN: matplotlib:[7763] trunk/matplotlib

2009-09-15 Thread jouni
Revision: 7763 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7763&view=rev Author: jouni Date: 2009-09-15 12:37:55 + (Tue, 15 Sep 2009) Log Message: --- Merged revisions 7762 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bran

SF.net SVN: matplotlib:[7762] branches/v0_99_maint

2009-09-15 Thread jouni
Revision: 7762 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7762&view=rev Author: jouni Date: 2009-09-15 12:12:19 + (Tue, 15 Sep 2009) Log Message: --- Don't fail on AFM files containing floating-point bounding boxes Modif

SF.net SVN: matplotlib:[7794] branches/v0_99_maint

2009-09-20 Thread jouni
Revision: 7794 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7794&view=rev Author: jouni Date: 2009-09-20 12:30:22 + (Sun, 20 Sep 2009) Log Message: --- Prevent exception in case of missing height and depth information in a TeX font Modified P

SF.net SVN: matplotlib:[7795] trunk/matplotlib

2009-09-20 Thread jouni
Revision: 7795 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7795&view=rev Author: jouni Date: 2009-09-20 13:07:15 + (Sun, 20 Sep 2009) Log Message: --- Merged revisions 7794 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bran

SF.net SVN: matplotlib:[7797] trunk/matplotlib

2009-09-20 Thread jouni
Revision: 7797 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7797&view=rev Author: jouni Date: 2009-09-20 13:21:38 + (Sun, 20 Sep 2009) Log Message: --- Merged revisions 7796 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bran

SF.net SVN: matplotlib:[7796] branches/v0_99_maint

2009-09-20 Thread jouni
Revision: 7796 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7796&view=rev Author: jouni Date: 2009-09-20 13:19:25 + (Sun, 20 Sep 2009) Log Message: --- Fix off-by-one error in dviread.Tfm Modified Paths: -- branches/v0_99_maint/CHANG

SF.net SVN: matplotlib:[7800] branches/v0_99_maint

2009-09-20 Thread jouni
Revision: 7800 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7800&view=rev Author: jouni Date: 2009-09-20 19:47:46 + (Sun, 20 Sep 2009) Log Message: --- Fix usetex spacing errors in pdf backend. Modified Paths: -- branches/v0_99_maint/CHANG

SF.net SVN: matplotlib:[7801] trunk/matplotlib

2009-09-20 Thread jouni
Revision: 7801 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7801&view=rev Author: jouni Date: 2009-09-20 19:51:44 + (Sun, 20 Sep 2009) Log Message: --- Merged revisions 7800 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bran

SF.net SVN: matplotlib:[7829] trunk/matplotlib

2009-09-27 Thread jouni
Revision: 7829 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7829&view=rev Author: jouni Date: 2009-09-27 12:41:23 + (Sun, 27 Sep 2009) Log Message: --- Add a savefig.extension rcparam in preparation for pdf tests Modified Paths: -- t

SF.net SVN: matplotlib:[7830] trunk/matplotlib

2009-09-27 Thread jouni
Revision: 7830 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7830&view=rev Author: jouni Date: 2009-09-27 19:06:37 + (Sun, 27 Sep 2009) Log Message: --- Beginnings of a capability to test the pdf backend. Modified Paths: -- trunk/matplo

  1   2   >