Revision: 6209
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6209&view=rev
Author:   mdboom
Date:     2008-10-15 17:46:36 +0000 (Wed, 15 Oct 2008)

Log Message:
-----------
Use small icon in documentation; large logo for home page only.
Update application icon to use new colors from website.

Modified Paths:
--------------
    trunk/matplotlib/doc/_templates/index.html
    trunk/matplotlib/doc/_templates/layout.html
    trunk/matplotlib/examples/pylab_examples/matplotlib_icon.py
    trunk/matplotlib/lib/matplotlib/mpl-data/images/matplotlib.png
    trunk/matplotlib/lib/matplotlib/mpl-data/images/matplotlib.svg

Added Paths:
-----------
    trunk/matplotlib/doc/_static/icon.png

Added: trunk/matplotlib/doc/_static/icon.png
===================================================================
(Binary files differ)


Property changes on: trunk/matplotlib/doc/_static/icon.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: trunk/matplotlib/doc/_templates/index.html
===================================================================
--- trunk/matplotlib/doc/_templates/index.html  2008-10-15 15:58:27 UTC (rev 
6208)
+++ trunk/matplotlib/doc/_templates/index.html  2008-10-15 17:46:36 UTC (rev 
6209)
@@ -1,5 +1,13 @@
 {% extends "layout.html" %}
 {% set title = 'Overview' %}
+
+{% block relbar1 %}
+<div style="background-color: white; text-align: left; padding: 10px 10px 15px 
15px">
+<img src="{{ pathto("_static/logo2.png", 1) }}">
+</div>
+{{ super() }}
+{% endblock %}
+
 {% block body %}
   <h1>Welcome</h1>
 
@@ -22,10 +30,10 @@
 
   For the power user, you have full control of line styles, font
   properties, axes properties, etc, via an object oriented interface
-  or via a handle graphics interface familiar to matlab users.  
+  or via a handle graphics interface familiar to Matlab&reg; users.
 
   The plotting functions in the <a href=api/pyplot_api.html>pyplot</a>
-  interface have a high degree of Matlab&reg compatibility.<p>
+  interface have a high degree of Matlab&reg; compatibility.<p>
 
   <br>
   <table border=1 cellpadding=3 cellspacing=2>

Modified: trunk/matplotlib/doc/_templates/layout.html
===================================================================
--- trunk/matplotlib/doc/_templates/layout.html 2008-10-15 15:58:27 UTC (rev 
6208)
+++ trunk/matplotlib/doc/_templates/layout.html 2008-10-15 17:46:36 UTC (rev 
6209)
@@ -1,20 +1,15 @@
 {% extends "!layout.html" %}
 
 {% block rootrellink %}
-        <li><a href="{{ pathto('index') }}">matplotlib home </a> |&nbsp;</li>
-        <li><a href="{{ pathto('contents') }}">documentation </a> &raquo;</li>
+        <li><a href="{{ pathto('index') }}">
+            <img style="border: none; vertical-align: middle;" src="{{ 
pathto('_static/icon.png', 1) }}" width="16" height="16"/>
+            matplotlib home</a>&nbsp;|&nbsp;</li>
+        <li><a href="{{ pathto('contents') }}">documentation</a> &raquo;</li>
 {% endblock %}
 
-{% block relbar1 %}
-<div style="background-color: white; text-align: left; padding: 10px 10px 15px 
15px">
-<img src="{{ pathto("_static/logo2.png", 1) }}">
-</div>
-{{ super() }}
-{% endblock %}
-
 {# put the sidebar before the body #}
 {% block sidebar1 %}{{ sidebar() }}{% endblock %}
 {% block sidebar2 %}{% endblock %}
 
 
- 
\ No newline at end of file
+

Modified: trunk/matplotlib/examples/pylab_examples/matplotlib_icon.py
===================================================================
--- trunk/matplotlib/examples/pylab_examples/matplotlib_icon.py 2008-10-15 
15:58:27 UTC (rev 6208)
+++ trunk/matplotlib/examples/pylab_examples/matplotlib_icon.py 2008-10-15 
17:46:36 UTC (rev 6209)
@@ -3,19 +3,19 @@
 make the matplotlib svg minimization icon
 """
 import matplotlib
-matplotlib.use('SVG')
+#matplotlib.use('Svg')
 from pylab import *
 
 rc('grid', ls='-', lw=2, color='k')
 fig = figure(figsize=(1, 1), dpi=72)
-axes([0.025, 0.025, 0.95, 0.95], axisbg='y')
+axes([0.025, 0.025, 0.95, 0.95], axisbg='#bfd1d4')
 
 t = arange(0, 2, 0.05)
 s = sin(2*pi*t)
-plot(t,s, linewidth=4)
+plot(t,s, linewidth=4, color="#ca7900")
 axis([-.2, 2.2, -1.2, 1.2])
 
-grid(True)
+# grid(True)
 setp(gca(), xticklabels=[], yticklabels=[])
-#savefig('../images/matplotlib.svg', facecolor='0.75')
+savefig('matplotlib.svg', facecolor='0.75')
 

Modified: trunk/matplotlib/lib/matplotlib/mpl-data/images/matplotlib.png
===================================================================
(Binary files differ)

Modified: trunk/matplotlib/lib/matplotlib/mpl-data/images/matplotlib.svg
===================================================================
--- trunk/matplotlib/lib/matplotlib/mpl-data/images/matplotlib.svg      
2008-10-15 15:58:27 UTC (rev 6208)
+++ trunk/matplotlib/lib/matplotlib/mpl-data/images/matplotlib.svg      
2008-10-15 17:46:36 UTC (rev 6209)
@@ -1,269 +1,76 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!-- Created with matplotlib (http://matplotlib.sourceforge.net/) -->
 <svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
    xmlns="http://www.w3.org/2000/svg";
-   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
    version="1.0"
    x="0.0"
    y="0.0"
    width="72.000000"
-   height="72.000000"   
-   id="svg1">
-<g id="figure1">
-<polygon         
-style="stroke: #ffffff;  stroke-width: 1.000000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: #bfbfbf;   "
-   points = "0.000000,72.000000 0.000000,0.000000 72.000000,0.000000 
72.000000,72.000000"  />
-<g id="axes1">
-<polygon         
-style="stroke: #000000;  stroke-width: 1.000000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: #bfbf00;   "
-   points = "1.800000,70.200000 1.800000,1.800000 70.200000,1.800000 
70.200000,70.200000"  />
-<g id="matplotlib.axis1">
-<g id="xtick1">
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 7.500000,70.200000 L 7.500000,70.200000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 7.500000,70.200000 L 7.500000,66.200000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 7.500000,70.200000 L 7.500000,66.200000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 7.500000,1.800000 L 7.500000,1.800000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 7.500000,5.800000 L 7.500000,1.800000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 7.500000,5.800000 L 7.500000,1.800000"   />
-
-<defs>
-    <clipPath id="375800226">
-    <rect x="1.800000" y="1.800000" width="68.400000" height="68.400000"
-    style="stroke: gray; fill: none;"/>
-    </clipPath>
-</defs>
-
-<path         
-style="stroke: #000000;  stroke-width: 2.000000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   
clip-path:url(#375800226);  "
- d="M 7.500000,70.200000 L 7.500000,1.800000 "   />
-</g>
-<g id="xtick2">
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 21.750000,70.200000 L 21.750000,70.200000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 21.750000,70.200000 L 21.750000,66.200000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 21.750000,70.200000 L 21.750000,66.200000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 21.750000,1.800000 L 21.750000,1.800000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 21.750000,5.800000 L 21.750000,1.800000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 21.750000,5.800000 L 21.750000,1.800000"   />
-<path         
-style="stroke: #000000;  stroke-width: 2.000000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   
clip-path:url(#375800226);  "
- d="M 21.750000,70.200000 L 21.750000,1.800000 "   />
-</g>
-<g id="xtick3">
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 36.000000,70.200000 L 36.000000,70.200000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 36.000000,70.200000 L 36.000000,66.200000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 36.000000,70.200000 L 36.000000,66.200000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 36.000000,1.800000 L 36.000000,1.800000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 36.000000,5.800000 L 36.000000,1.800000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 36.000000,5.800000 L 36.000000,1.800000"   />
-<path         
-style="stroke: #000000;  stroke-width: 2.000000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   
clip-path:url(#375800226);  "
- d="M 36.000000,70.200000 L 36.000000,1.800000 "   />
-</g>
-<g id="xtick4">
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 50.250000,70.200000 L 50.250000,70.200000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 50.250000,70.200000 L 50.250000,66.200000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 50.250000,70.200000 L 50.250000,66.200000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 50.250000,1.800000 L 50.250000,1.800000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 50.250000,5.800000 L 50.250000,1.800000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 50.250000,5.800000 L 50.250000,1.800000"   />
-<path         
-style="stroke: #000000;  stroke-width: 2.000000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   
clip-path:url(#375800226);  "
- d="M 50.250000,70.200000 L 50.250000,1.800000 "   />
-</g>
-<g id="xtick5">
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 64.500000,70.200000 L 64.500000,70.200000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 64.500000,70.200000 L 64.500000,66.200000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 64.500000,70.200000 L 64.500000,66.200000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 64.500000,1.800000 L 64.500000,1.800000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 64.500000,5.800000 L 64.500000,1.800000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 64.500000,5.800000 L 64.500000,1.800000"   />
-<path         
-style="stroke: #000000;  stroke-width: 2.000000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   
clip-path:url(#375800226);  "
- d="M 64.500000,70.200000 L 64.500000,1.800000 "   />
-</g>
-</g>
-<g id="matplotlib.axis2">
-<g id="ytick1">
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 1.800000,64.500000 L 1.800000,64.500000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 1.800000,64.500000 L 5.800000,64.500000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 1.800000,64.500000 L 5.800000,64.500000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 70.200000,64.500000 L 70.200000,64.500000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 66.200000,64.500000 L 70.200000,64.500000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 66.200000,64.500000 L 70.200000,64.500000"   />
-<path         
-style="stroke: #000000;  stroke-width: 2.000000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   
clip-path:url(#375800226);  "
- d="M 1.800000,64.500000 L 70.200000,64.500000 "   />
-</g>
-<g id="ytick2">
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 1.800000,50.250000 L 1.800000,50.250000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 1.800000,50.250000 L 5.800000,50.250000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 1.800000,50.250000 L 5.800000,50.250000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 70.200000,50.250000 L 70.200000,50.250000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 66.200000,50.250000 L 70.200000,50.250000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 66.200000,50.250000 L 70.200000,50.250000"   />
-<path         
-style="stroke: #000000;  stroke-width: 2.000000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   
clip-path:url(#375800226);  "
- d="M 1.800000,50.250000 L 70.200000,50.250000 "   />
-</g>
-<g id="ytick3">
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 1.800000,36.000000 L 1.800000,36.000000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 1.800000,36.000000 L 5.800000,36.000000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 1.800000,36.000000 L 5.800000,36.000000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 70.200000,36.000000 L 70.200000,36.000000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 66.200000,36.000000 L 70.200000,36.000000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 66.200000,36.000000 L 70.200000,36.000000"   />
-<path         
-style="stroke: #000000;  stroke-width: 2.000000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   
clip-path:url(#375800226);  "
- d="M 1.800000,36.000000 L 70.200000,36.000000 "   />
-</g>
-<g id="ytick4">
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 1.800000,21.750000 L 1.800000,21.750000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 1.800000,21.750000 L 5.800000,21.750000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 1.800000,21.750000 L 5.800000,21.750000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 70.200000,21.750000 L 70.200000,21.750000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 66.200000,21.750000 L 70.200000,21.750000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 66.200000,21.750000 L 70.200000,21.750000"   />
-<path         
-style="stroke: #000000;  stroke-width: 2.000000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   
clip-path:url(#375800226);  "
- d="M 1.800000,21.750000 L 70.200000,21.750000 "   />
-</g>
-<g id="ytick5">
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 1.800000,7.500000 L 1.800000,7.500000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 1.800000,7.500000 L 5.800000,7.500000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 1.800000,7.500000 L 5.800000,7.500000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   "
- d="M 70.200000,7.500000 L 70.200000,7.500000 "   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 66.200000,7.500000 L 70.200000,7.500000"   />
-<path         
-style="stroke: #000000;  stroke-width: 0.500000;  stroke-linejoin: miter;  
stroke-linecap: butt;   opacity: 1.000000;  fill: none;   "
- d="M 66.200000,7.500000 L 70.200000,7.500000"   />
-<path         
-style="stroke: #000000;  stroke-width: 2.000000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   
clip-path:url(#375800226);  "
- d="M 1.800000,7.500000 L 70.200000,7.500000 "   />
-</g>
-</g>
-<path         
-style="stroke: #0000ff;  stroke-width: 4.000000;  stroke-linejoin: miter;  
stroke-linecap: square;   opacity: 1.000000;  fill: none;   
clip-path:url(#375800226);  "
- d="M 7.500000,36.000000 L 8.925000,27.193016 L 10.350000,19.248120 L 
11.775000,12.943016 L 13.200000,8.894889 L 14.625000,7.500000 L 
16.050000,8.894889 L 17.475000,12.943016 L 18.900000,19.248120 L 
20.325000,27.193016 L 21.750000,36.000000 L 23.175000,44.806984 L 
24.600000,52.751880 L 26.025000,59.056984 L 27.450000,63.105111 L 
28.875000,64.500000 L 30.300000,63.105111 L 31.725000,59.056984 L 
33.150000,52.751880 L 34.575000,44.806984 L 36.000000,36.000000 L 
37.425000,27.193016 L 38.850000,19.248120 L 40.275000,12.943016 L 
41.700000,8.894889 L 43.125000,7.500000 L 44.550000,8.894889 L 
45.975000,12.943016 L 47.400000,19.248120 L 48.825000,27.193016 L 
50.250000,36.000000 L 51.675000,44.806984 L 53.100000,52.751880 L 
54.525000,59.056984 L 55.950000,63.105111 L 57.375000,64.500000 L 
58.800000,63.105111 L 60.225000,59.056984 L 61.650000,52.751880 L 
63.075000,44.806984 "   />
-</g>
-</g>
+   height="72.000000"
+   id="svg1"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="matplotlib.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   
inkscape:export-filename="/wonkabar/data1/builds/matplotlib/lib/matplotlib/mpl-data/images/matplotlib.png"
+   inkscape:export-xdpi="78.900002"
+   inkscape:export-ydpi="78.900002">
+  <metadata
+     id="metadata2903">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs2901">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 36 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="72 : 36 : 1"
+       inkscape:persp3d-origin="36 : 24 : 1"
+       id="perspective2905" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="725"
+     inkscape:window-width="1250"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false"
+     inkscape:zoom="6.4722222"
+     inkscape:cx="36"
+     inkscape:cy="36"
+     inkscape:window-x="411"
+     inkscape:window-y="278"
+     inkscape:current-layer="svg1" />
+  <polygon
+     id="polygon2736"
+     points="0,72 0,0 72,0 72,72 0,72 "
+     
style="fill:#bfbfbf;stroke:#ffffff;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter"
 />
+  <polygon
+     
style="fill:#bfd1d4;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;fill-opacity:1"
+     points="1.8,70.2 1.8,1.8 70.2,1.8 70.2,70.2 1.8,70.2 "
+     id="polygon2739" />
+  <path
+     
style="fill:none;stroke:#ca7900;stroke-width:4;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
+     d="M 7.5,36 L 8.925,27.193016 L 10.35,19.24812 L 11.775,12.943016 L 
13.2,8.894889 L 14.625,7.5 L 16.05,8.894889 L 17.475,12.943016 L 18.9,19.24812 
L 20.325,27.193016 L 21.75,36 L 23.175,44.806984 L 24.6,52.75188 L 
26.025,59.056984 L 27.45,63.105111 L 28.875,64.5 L 30.3,63.105111 L 
31.725,59.056984 L 33.15,52.75188 L 34.575,44.806984 L 36,36 L 37.425,27.193016 
L 38.85,19.24812 L 40.275,12.943016 L 41.7,8.894889 L 43.125,7.5 L 
44.55,8.894889 L 45.975,12.943016 L 47.4,19.24812 L 48.825,27.193016 L 50.25,36 
L 51.675,44.806984 L 53.1,52.75188 L 54.525,59.056984 L 55.95,63.105111 L 
57.375,64.5 L 58.8,63.105111 L 60.225,59.056984 L 61.65,52.75188 L 
63.075,44.806984"
+     id="path2898" />
 </svg>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to