SourceForge logo
SourceForge logo
Menu

matplotlib-checkins — Commit notification. DO NOT POST to this list, just subscribe to it.

You can subscribe to this list here.

2007 Jan
Feb
Mar
Apr
May
Jun
Jul
(115)
Aug
(120)
Sep
(137)
Oct
(170)
Nov
(461)
Dec
(263)
2008 Jan
(120)
Feb
(74)
Mar
(35)
Apr
(74)
May
(245)
Jun
(356)
Jul
(240)
Aug
(115)
Sep
(78)
Oct
(225)
Nov
(98)
Dec
(271)
2009 Jan
(132)
Feb
(84)
Mar
(74)
Apr
(56)
May
(90)
Jun
(79)
Jul
(83)
Aug
(296)
Sep
(214)
Oct
(76)
Nov
(82)
Dec
(66)
2010 Jan
(46)
Feb
(58)
Mar
(51)
Apr
(77)
May
(58)
Jun
(126)
Jul
(128)
Aug
(64)
Sep
(50)
Oct
(44)
Nov
(48)
Dec
(54)
2011 Jan
(68)
Feb
(52)
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
(1)
2018 Jan
Feb
Mar
Apr
May
(1)
Jun
Jul
Aug
Sep
Oct
Nov
Dec
S M T W T F S

1
(7)
2
(14)
3
(6)
4
(8)
5
(6)
6
(3)
7
(2)
8
(22)
9
(9)
10
(23)
11
(14)
12
(22)
13
(7)
14
(3)
15
(22)
16
(13)
17
(18)
18
(21)
19
(9)
20
21
(3)
22
(6)
23
(5)
24
25
26
(3)
27
28
(1)
29
(11)
30
(1)
31
(12)



Showing 8 results of 8

From: <ry...@us...> - 2008年12月04日 22:15:57
Revision: 6493
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6493&view=rev
Author: ryanmay
Date: 2008年12月04日 22:13:57 +0000 (2008年12月04日)
Log Message:
-----------
Replace tabs in indentation with spaces.
Modified Paths:
--------------
 trunk/matplotlib/lib/matplotlib/axes.py
Modified: trunk/matplotlib/lib/matplotlib/axes.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/axes.py	2008年12月04日 21:02:36 UTC (rev 6492)
+++ trunk/matplotlib/lib/matplotlib/axes.py	2008年12月04日 22:13:57 UTC (rev 6493)
@@ -5579,14 +5579,14 @@
 
 """
 x = np.asarray(x)
-	if not cbook.iterable(y1):
-	 y1 = np.ones_like(x)*y1
+ if not cbook.iterable(y1):
+ y1 = np.ones_like(x)*y1
 
-	if not cbook.iterable(y2):
-	 y2 = np.ones_like(x)*y2
+ if not cbook.iterable(y2):
+ y2 = np.ones_like(x)*y2
 
-	if where is None:
-	 where = np.ones(len(x), np.bool)
+ if where is None:
+ where = np.ones(len(x), np.bool)
 
 y1 = np.asarray(y1)
 y2 = np.asarray(y2)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <md...@us...> - 2008年12月04日 21:02:39
Revision: 6492
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6492&view=rev
Author: mdboom
Date: 2008年12月04日 21:02:36 +0000 (2008年12月04日)
Log Message:
-----------
Trivial change
Modified Paths:
--------------
 trunk/matplotlib/lib/matplotlib/mathtext.py
Modified: trunk/matplotlib/lib/matplotlib/mathtext.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/mathtext.py	2008年12月04日 20:05:40 UTC (rev 6491)
+++ trunk/matplotlib/lib/matplotlib/mathtext.py	2008年12月04日 21:02:36 UTC (rev 6492)
@@ -2735,7 +2735,7 @@
 hlist = Hlist(parts)
 return hlist
 
-####
+###
 
 ##############################################################################
 # MAIN
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <as...@us...> - 2008年12月04日 20:05:43
Revision: 6491
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6491&view=rev
Author: astraw
Date: 2008年12月04日 20:05:40 +0000 (2008年12月04日)
Log Message:
-----------
git documentation: actually make 'install from git' section describe how to install
Modified Paths:
--------------
 trunk/matplotlib/doc/faq/installing_faq.rst
Modified: trunk/matplotlib/doc/faq/installing_faq.rst
===================================================================
--- trunk/matplotlib/doc/faq/installing_faq.rst	2008年12月04日 19:02:48 UTC (rev 6490)
+++ trunk/matplotlib/doc/faq/installing_faq.rst	2008年12月04日 20:05:40 UTC (rev 6491)
@@ -125,6 +125,9 @@
 
 .. _matplotlib github mirror: http://github.com/astraw/matplotlib
 
+To install from this cloned repository, use the commands in the
+:ref:`svn installation <install-svn>` section.
+
 To update your git repository with the latest svn updates from SourceForge::
 
 git svn rebase
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <as...@us...> - 2008年12月04日 19:02:58
Revision: 6490
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6490&view=rev
Author: astraw
Date: 2008年12月04日 19:02:48 +0000 (2008年12月04日)
Log Message:
-----------
fix minor typo
Modified Paths:
--------------
 trunk/matplotlib/doc/faq/installing_faq.rst
Modified: trunk/matplotlib/doc/faq/installing_faq.rst
===================================================================
--- trunk/matplotlib/doc/faq/installing_faq.rst	2008年12月04日 19:01:44 UTC (rev 6489)
+++ trunk/matplotlib/doc/faq/installing_faq.rst	2008年12月04日 19:02:48 UTC (rev 6490)
@@ -110,8 +110,8 @@
 ================
 
 There is an experimental `matplotlib github mirror`_ of the subversion
-repository. To make a local clone it the directory ``mpl.git``, enter
-the following commands::
+repository. To make a local clone of it in the directory ``mpl.git``,
+enter the following commands::
 
 # This will create your copy in the mpl.git directory 
 git clone git://github.com/astraw/matplotlib.git mpl.git
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <md...@us...> - 2008年12月04日 19:01:48
Revision: 6489
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6489&view=rev
Author: mdboom
Date: 2008年12月04日 19:01:44 +0000 (2008年12月04日)
Log Message:
-----------
Fix autosized angle brackets in mathtext.
Modified Paths:
--------------
 trunk/matplotlib/lib/matplotlib/mathtext.py
Modified: trunk/matplotlib/lib/matplotlib/mathtext.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/mathtext.py	2008年12月04日 18:49:16 UTC (rev 6488)
+++ trunk/matplotlib/lib/matplotlib/mathtext.py	2008年12月04日 19:01:44 UTC (rev 6489)
@@ -737,7 +737,9 @@
 r'\widehat' : [('rm', '\x5e'), ('ex', '\x62'), ('ex', '\x63'),
 ('ex', '\x64')],
 r'\widetilde': [('rm', '\x7e'), ('ex', '\x65'), ('ex', '\x66'),
- ('ex', '\x67')]
+ ('ex', '\x67')],
+ r'<' : [('cal', 'h'), ('ex', 'D')],
+ r'>' : [('cal', 'i'), ('ex', 'E')]
 }
 
 for alias, target in [('\leftparen', '('),
@@ -843,8 +845,7 @@
 if fontname == 'it' and isinstance(self, StixFonts):
 return self._get_glyph('rm', font_class, sym, fontsize)
 warn("Font '%s' does not have a glyph for '%s'" %
- (cached_font.font.postscript_name,
- sym.encode('ascii', 'backslashreplace')),
+ (fontname, sym.encode('ascii', 'backslashreplace')),
 MathTextWarning)
 warn("Substituting with a dummy symbol.", MathTextWarning)
 fontname = 'rm'
@@ -956,6 +957,12 @@
 except ValueError:
 return [(fontname, sym)]
 
+ fix_ups = {
+ ord('<'): 0x27e8,
+ ord('>'): 0x27e9 }
+
+ uniindex = fix_ups.get(uniindex, uniindex)
+
 for i in range(6):
 cached_font = self._get_font(i)
 glyphindex = cached_font.charmap.get(uniindex)
@@ -2068,9 +2075,9 @@
 | \| / \backslash \uparrow \downarrow \updownarrow \Uparrow
 \Downarrow \Updownarrow .""".split())
 
- _leftDelim = set(r"( [ { \lfloor \langle \lceil".split())
+ _leftDelim = set(r"( [ { < \lfloor \langle \lceil".split())
 
- _rightDelim = set(r") ] } \rfloor \rangle \rceil".split())
+ _rightDelim = set(r") ] } > \rfloor \rangle \rceil".split())
 
 def __init__(self):
 # All forward declarations are here
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <as...@us...> - 2008年12月04日 18:49:20
Revision: 6488
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6488&view=rev
Author: astraw
Date: 2008年12月04日 18:49:16 +0000 (2008年12月04日)
Log Message:
-----------
git documentation: remove README.git and add to FAQ
Modified Paths:
--------------
 trunk/matplotlib/doc/faq/installing_faq.rst
Removed Paths:
-------------
 trunk/matplotlib/README.git
Deleted: trunk/matplotlib/README.git
===================================================================
--- trunk/matplotlib/README.git	2008年12月04日 01:58:58 UTC (rev 6487)
+++ trunk/matplotlib/README.git	2008年12月04日 18:49:16 UTC (rev 6488)
@@ -1,29 +0,0 @@
-There is an experimental `matplotlib github mirror`_ of the subversion
-repository. To make a local clone it the directory ``mpl.git``, enter
-the following commands. These instructions assume you already have a
-github login (-- they use the personal gi...@gi... clone URL
-instead of the git://github.com clone URL)::
-
- # This will create your copy in the mpl.git directory 
- git clone gi...@gi...:astraw/matplotlib.git mpl.git
- cd mpl.git
- git config --add remote.origin.fetch +refs/remotes/*:refs/remotes/*
- git fetch
- git svn init --trunk=trunk/matplotlib --tags=tags https://matplotlib.svn.sourceforge.net/svnroot/matplotlib
-
- # Now just get the latest svn revisions from the SourceForge SVN repository
- git svn fetch -r 6300:HEAD
-
-.. _matplotlib github mirror: http://github.com/astraw/matplotlib
-
-To update your git repository with the latest svn updates from SourceForge::
-
- git svn rebase
-
-To list what changes will be committed to svn::
-
- git svn dcommit -n
-
-To commit your changes to svn::
-
- git svn dcommit 
Modified: trunk/matplotlib/doc/faq/installing_faq.rst
===================================================================
--- trunk/matplotlib/doc/faq/installing_faq.rst	2008年12月04日 01:58:58 UTC (rev 6487)
+++ trunk/matplotlib/doc/faq/installing_faq.rst	2008年12月04日 18:49:16 UTC (rev 6488)
@@ -106,8 +106,50 @@
 > cd matplotlib
 > python setup.py install
 
+Install from git
+================
 
+There is an experimental `matplotlib github mirror`_ of the subversion
+repository. To make a local clone it the directory ``mpl.git``, enter
+the following commands::
 
+ # This will create your copy in the mpl.git directory 
+ git clone git://github.com/astraw/matplotlib.git mpl.git
+ cd mpl.git
+ git config --add remote.origin.fetch +refs/remotes/*:refs/remotes/*
+ git fetch
+ git svn init --trunk=trunk/matplotlib --tags=tags https://matplotlib.svn.sourceforge.net/svnroot/matplotlib
+
+ # Now just get the latest svn revisions from the SourceForge SVN repository
+ git svn fetch -r 6300:HEAD
+
+.. _matplotlib github mirror: http://github.com/astraw/matplotlib
+
+To update your git repository with the latest svn updates from SourceForge::
+
+ git svn rebase
+
+To list what changes will be committed to svn::
+
+ git svn dcommit -n
+
+To commit your changes to svn::
+
+ git svn dcommit 
+
+A note about git write access
+-----------------------------
+
+The matplotlib developers need to figure out if there should be write
+access to the git repository. This implies using the personal URL
+(``gi...@gi...:astraw/matplotlib.git``) rather than the public URL
+(``git://github.com/astraw/matplotlib.git``) for the
+repository. However, doing so may make life complicated in the sense
+that then there are two writeable matplotlib repositories, which must
+be synced to prevent divergence. This is probably not an
+insurmountable problem, but it is a problem that the developers should
+reach a consensus about. Watch this space...
+
 Backends
 ========
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <as...@us...> - 2008年12月04日 01:59:00
Revision: 6487
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6487&view=rev
Author: astraw
Date: 2008年12月04日 01:58:58 +0000 (2008年12月04日)
Log Message:
-----------
further improvements to github instructions
Modified Paths:
--------------
 trunk/matplotlib/README.git
Modified: trunk/matplotlib/README.git
===================================================================
--- trunk/matplotlib/README.git	2008年12月04日 01:52:51 UTC (rev 6486)
+++ trunk/matplotlib/README.git	2008年12月04日 01:58:58 UTC (rev 6487)
@@ -1,7 +1,8 @@
-To clone from the `matplotlib github mirror`_ into the directory
-``mpl.git``, enter the following commands. These instructions assume
-you already have a github login (-- they use the personal
-g...@gi... clone URL instead of the git://github.com clone URL)::
+There is an experimental `matplotlib github mirror`_ of the subversion
+repository. To make a local clone it the directory ``mpl.git``, enter
+the following commands. These instructions assume you already have a
+github login (-- they use the personal gi...@gi... clone URL
+instead of the git://github.com clone URL)::
 
 # This will create your copy in the mpl.git directory 
 git clone gi...@gi...:astraw/matplotlib.git mpl.git
@@ -14,3 +15,15 @@
 git svn fetch -r 6300:HEAD
 
 .. _matplotlib github mirror: http://github.com/astraw/matplotlib
+
+To update your git repository with the latest svn updates from SourceForge::
+
+ git svn rebase
+
+To list what changes will be committed to svn::
+
+ git svn dcommit -n
+
+To commit your changes to svn::
+
+ git svn dcommit 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <as...@us...> - 2008年12月04日 01:52:57
Revision: 6486
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6486&view=rev
Author: astraw
Date: 2008年12月04日 01:52:51 +0000 (2008年12月04日)
Log Message:
-----------
add github instructions
Added Paths:
-----------
 trunk/matplotlib/README.git
Added: trunk/matplotlib/README.git
===================================================================
--- trunk/matplotlib/README.git	 (rev 0)
+++ trunk/matplotlib/README.git	2008年12月04日 01:52:51 UTC (rev 6486)
@@ -0,0 +1,16 @@
+To clone from the `matplotlib github mirror`_ into the directory
+``mpl.git``, enter the following commands. These instructions assume
+you already have a github login (-- they use the personal
+g...@gi... clone URL instead of the git://github.com clone URL)::
+
+ # This will create your copy in the mpl.git directory 
+ git clone gi...@gi...:astraw/matplotlib.git mpl.git
+ cd mpl.git
+ git config --add remote.origin.fetch +refs/remotes/*:refs/remotes/*
+ git fetch
+ git svn init --trunk=trunk/matplotlib --tags=tags https://matplotlib.svn.sourceforge.net/svnroot/matplotlib
+
+ # Now just get the latest svn revisions from the SourceForge SVN repository
+ git svn fetch -r 6300:HEAD
+
+.. _matplotlib github mirror: http://github.com/astraw/matplotlib
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

Showing 8 results of 8

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /