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


Showing 3 results of 3

From: <md...@us...> - 2008年07月08日 14:57:03
Revision: 5721
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5721&view=rev
Author: mdboom
Date: 2008年07月08日 07:55:33 -0700 (2008年7月08日)
Log Message:
-----------
Merged revisions 5685-5720 via svnmerge from 
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_91_maint
........
r5700 | dsdale | 2008年06月30日 09:24:13 -0400 (2008年6月30日) | 2 lines
removed Qt4's NavigationToolbar2.destroy method
........
r5706 | mdboom | 2008年07月02日 11:36:38 -0400 (2008年7月02日) | 2 lines
Fix bug using autolegend with LineCollection.
........
r5720 | mdboom | 2008年07月08日 10:50:20 -0400 (2008年7月08日) | 2 lines
Improve mathtext superscript placement.
........
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
 trunk/matplotlib/lib/matplotlib/mathtext.py
Property Changed:
----------------
 trunk/matplotlib/
Property changes on: trunk/matplotlib
___________________________________________________________________
Name: svnmerge-integrated
 - /branches/v0_91_maint:1-5684
 + /branches/v0_91_maint:1-5720
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年07月08日 14:50:20 UTC (rev 5720)
+++ trunk/matplotlib/CHANGELOG	2008年07月08日 14:55:33 UTC (rev 5721)
@@ -1,3 +1,5 @@
+2008年07月08日 Improve mathtext superscript placement - MGD
+
 2008年07月07日 Fix custom scales in pcolormesh (thanks Matthew Turk) - MGD
 
 2008年07月03日 Implemented findobj method for artist and pyplot - see
Modified: trunk/matplotlib/lib/matplotlib/mathtext.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/mathtext.py	2008年07月08日 14:50:20 UTC (rev 5720)
+++ trunk/matplotlib/lib/matplotlib/mathtext.py	2008年07月08日 14:55:33 UTC (rev 5721)
@@ -1169,7 +1169,7 @@
 # Percentage of x-height that sub/superscripts drop below the baseline
 SUBDROP = 0.3
 # Percentage of x-height that superscripts drop below the baseline
-SUP1 = 0.7
+SUP1 = 0.5
 # Percentage of x-height that subscripts drop below the baseline
 SUB1 = 0.0
 # Percentage of x-height that superscripts are offset relative to the subscript
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <md...@us...> - 2008年07月08日 14:52:03
Revision: 5720
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5720&view=rev
Author: mdboom
Date: 2008年07月08日 07:50:20 -0700 (2008年7月08日)
Log Message:
-----------
Improve mathtext superscript placement.
Modified Paths:
--------------
 branches/v0_91_maint/CHANGELOG
 branches/v0_91_maint/lib/matplotlib/mathtext.py
Modified: branches/v0_91_maint/CHANGELOG
===================================================================
--- branches/v0_91_maint/CHANGELOG	2008年07月08日 12:05:54 UTC (rev 5719)
+++ branches/v0_91_maint/CHANGELOG	2008年07月08日 14:50:20 UTC (rev 5720)
@@ -1,3 +1,5 @@
+2008年07月08日 Improve mathtext superscript placement - MGD
+
 2008年06月30日 Removed Qt4 NavigationToolbar2.destroy -- it appears to
 have been unnecessary and caused a bug reported by P.
 Raybaut - DSD
Modified: branches/v0_91_maint/lib/matplotlib/mathtext.py
===================================================================
--- branches/v0_91_maint/lib/matplotlib/mathtext.py	2008年07月08日 12:05:54 UTC (rev 5719)
+++ branches/v0_91_maint/lib/matplotlib/mathtext.py	2008年07月08日 14:50:20 UTC (rev 5720)
@@ -1167,7 +1167,7 @@
 # Percentage of x-height that sub/superscripts drop below the baseline
 SUBDROP = 0.3
 # Percentage of x-height that superscripts drop below the baseline
-SUP1 = 0.7
+SUP1 = 0.5
 # Percentage of x-height that subscripts drop below the baseline
 SUB1 = 0.0
 # Percentage of x-height that superscripts are offset relative to the subscript
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2008年07月08日 12:06:32
Revision: 5719
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5719&view=rev
Author: jswhit
Date: 2008年07月08日 05:05:54 -0700 (2008年7月08日)
Log Message:
-----------
add robinson and sinusoidal examples, fix verbage in azeqd example.
Modified Paths:
--------------
 trunk/toolkits/basemap/doc/users/azeqd.rst
 trunk/toolkits/basemap/doc/users/mapsetup.rst
Added Paths:
-----------
 trunk/toolkits/basemap/doc/users/figures/robin.py
 trunk/toolkits/basemap/doc/users/figures/sinu.py
 trunk/toolkits/basemap/doc/users/robin.rst
 trunk/toolkits/basemap/doc/users/sinu.rst
Modified: trunk/toolkits/basemap/doc/users/azeqd.rst
===================================================================
--- trunk/toolkits/basemap/doc/users/azeqd.rst	2008年07月07日 18:34:48 UTC (rev 5718)
+++ trunk/toolkits/basemap/doc/users/azeqd.rst	2008年07月08日 12:05:54 UTC (rev 5719)
@@ -5,11 +5,9 @@
 
 The shortest route from the center of the map
 to any other point is a straight line in the azimuthal
-equidistant projection. Such lines show the true scale
-on the earth's surface.
-So, for the specified point, this script draws a map that shows
-in which direction to depart for other points on earth and how far
-it will be to reach that destination.
+equidistant projection. 
+So, for the specified point, all points that lie on a circle around
+this point are equidistant on the surface of the earth on this projection.
 The specified point ``lon_0, lat_0`` shows up as a black dot in the center of the map.
 
 .. literalinclude:: figures/azeqd.py
Added: trunk/toolkits/basemap/doc/users/figures/robin.py
===================================================================
--- trunk/toolkits/basemap/doc/users/figures/robin.py	 (rev 0)
+++ trunk/toolkits/basemap/doc/users/figures/robin.py	2008年07月08日 12:05:54 UTC (rev 5719)
@@ -0,0 +1,14 @@
+from mpl_toolkits.basemap import Basemap
+import numpy as np
+import matplotlib.pyplot as plt
+# lon_0 is central longitude of projection.
+# resolution = 'c' means use crude resolution coastlines.
+m = Basemap(projection='robin',lon_0=0,resolution='c')
+m.drawcoastlines()
+m.fillcontinents(color='coral',lake_color='aqua')
+# draw parallels and meridians.
+m.drawparallels(np.arange(-90.,120.,30.))
+m.drawmeridians(np.arange(0.,420.,60.))
+m.drawmapboundary(fill_color='aqua') 
+plt.title("Robinson Projection")
+plt.savefig('robin.png')
Added: trunk/toolkits/basemap/doc/users/figures/sinu.py
===================================================================
--- trunk/toolkits/basemap/doc/users/figures/sinu.py	 (rev 0)
+++ trunk/toolkits/basemap/doc/users/figures/sinu.py	2008年07月08日 12:05:54 UTC (rev 5719)
@@ -0,0 +1,14 @@
+from mpl_toolkits.basemap import Basemap
+import numpy as np
+import matplotlib.pyplot as plt
+# lon_0 is central longitude of projection.
+# resolution = 'c' means use crude resolution coastlines.
+m = Basemap(projection='sinu',lon_0=0,resolution='c')
+m.drawcoastlines()
+m.fillcontinents(color='coral',lake_color='aqua')
+# draw parallels and meridians.
+m.drawparallels(np.arange(-90.,120.,30.))
+m.drawmeridians(np.arange(0.,420.,60.))
+m.drawmapboundary(fill_color='aqua') 
+plt.title("Sinusoidal Projection")
+plt.savefig('sinu.png')
Modified: trunk/toolkits/basemap/doc/users/mapsetup.rst
===================================================================
--- trunk/toolkits/basemap/doc/users/mapsetup.rst	2008年07月07日 18:34:48 UTC (rev 5718)
+++ trunk/toolkits/basemap/doc/users/mapsetup.rst	2008年07月08日 12:05:54 UTC (rev 5719)
@@ -32,3 +32,5 @@
 gnomon.rst
 ortho.rst
 moll.rst
+ robin.rst
+ sinu.rst
Added: trunk/toolkits/basemap/doc/users/robin.rst
===================================================================
--- trunk/toolkits/basemap/doc/users/robin.rst	 (rev 0)
+++ trunk/toolkits/basemap/doc/users/robin.rst	2008年07月08日 12:05:54 UTC (rev 5719)
@@ -0,0 +1,10 @@
+.. _robin:
+
+Robinson Projection
+===================
+
+A global projection once used by the National Geographic Society for world maps.
+
+.. literalinclude:: figures/robin.py
+
+.. image:: figures/robin.png
Added: trunk/toolkits/basemap/doc/users/sinu.rst
===================================================================
--- trunk/toolkits/basemap/doc/users/sinu.rst	 (rev 0)
+++ trunk/toolkits/basemap/doc/users/sinu.rst	2008年07月08日 12:05:54 UTC (rev 5719)
@@ -0,0 +1,11 @@
+.. _sinu:
+
+Sinusoidal Projection
+=====================
+
+A global equal-area projection where the length of each parallel is
+equal to the cosine of the latitude.
+
+.. literalinclude:: figures/sinu.py
+
+.. image:: figures/sinu.png
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

Showing 3 results of 3

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 によって変換されたページ (->オリジナル) /