|
From: <md...@us...> - 2009-02-09 13:15:48
|
Revision: 6891
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6891&view=rev
Author: mdboom
Date: 2009-02-09 13:15:45 +0000 (Mon, 09 Feb 2009)
Log Message:
-----------
Fix URLs in matplotlibrc.template (thanks, Sandro Tosi)
Modified Paths:
--------------
branches/v0_98_5_maint/matplotlibrc.template
Modified: branches/v0_98_5_maint/matplotlibrc.template
===================================================================
--- branches/v0_98_5_maint/matplotlibrc.template 2009-02-08 20:29:42 UTC (rev 6890)
+++ branches/v0_98_5_maint/matplotlibrc.template 2009-02-09 13:15:45 UTC (rev 6891)
@@ -38,7 +38,7 @@
#maskedarray : False # True to use external maskedarray module
# instead of numpy.ma; this is a temporary
# setting for testing maskedarray.
-#interactive : False # see http://matplotlib.sourceforge.net/interactive.html
+#interactive : False
#toolbar : toolbar2 # None | classic | toolbar2
#timezone : UTC # a pytz timezone string, eg US/Central or Europe/Paris
@@ -48,7 +48,7 @@
### LINES
-# See http://matplotlib.sourceforge.net/matplotlib.lines.html for more
+# See http://matplotlib.sourceforge.net/api/artist_api.html#module-matplotlib.lines for more
# information on line properties.
#lines.linewidth : 1.0 # line width in points
#lines.linestyle : - # solid line
@@ -65,7 +65,7 @@
### PATCHES
# Patches are graphical objects that fill 2D space, like polygons or
# circles. See
-# http://matplotlib.sourceforge.net/matplotlib.patches.html for more
+# http://matplotlib.sourceforge.net/api/artist_api.html#module-matplotlib.patches
# information on patch properties
#patch.linewidth : 1.0 # edge width in points
#patch.facecolor : blue
@@ -75,7 +75,7 @@
### FONT
#
# font properties used by text.Text. See
-# http://matplotlib.sourceforge.net/matplotlib.font_manager.html for more
+# http://matplotlib.sourceforge.net/api/font_manager_api.html for more
# information on font properties. The 6 font properties used for font
# matching are given below with their default values.
#
@@ -126,7 +126,7 @@
### TEXT
# text properties used by text.Text. See
-# http://matplotlib.sourceforge.net/matplotlib.text.html for more
+# http://matplotlib.sourceforge.net/api/artist_api.html#module-matplotlib.text for more
# information on text properties
#text.color : black
@@ -191,7 +191,7 @@
### AXES
# default face and edge color, default tick sizes,
# default fontsizes for ticklabels, and so on. See
-# http://matplotlib.sourceforge.net/matplotlib.axes.html#Axes
+# http://matplotlib.sourceforge.net/api/axes_api.html#module-matplotlib.axes
#axes.hold : True # whether to clear the axes by default on
#axes.facecolor : white # axes background color
#axes.edgecolor : black # axes edge color
@@ -211,7 +211,7 @@
#polaraxes.grid : True # display grid on polar axes
### TICKS
-# see http://matplotlib.sourceforge.net/matplotlib.axis.html#Ticks
+# see http://matplotlib.sourceforge.net/api/axis_api.html#matplotlib.axis.Tick
#xtick.major.size : 4 # major tick size in points
#xtick.minor.size : 2 # minor tick size in points
#xtick.major.pad : 4 # distance to major tick label in points
@@ -251,7 +251,7 @@
#legend.shadow : False
### FIGURE
-# See http://matplotlib.sourceforge.net/matplotlib.figure.html#Figure
+# See http://matplotlib.sourceforge.net/api/figure_api.html#matplotlib.figure.Figure
#figure.figsize : 8, 6 # figure size in inches
#figure.dpi : 80 # figure dots per inch
#figure.facecolor : 0.75 # figure facecolor; 0.75 is scalar gray
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|