Revision: 6717
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6717&view=rev
Author:   jdh2358
Date:     2008-12-30 16:06:59 +0000 (Tue, 30 Dec 2008)

Log Message:
-----------
added rcparams import to path

Modified Paths:
--------------
    branches/v0_98_5_maint/lib/matplotlib/path.py

Modified: branches/v0_98_5_maint/lib/matplotlib/path.py
===================================================================
--- branches/v0_98_5_maint/lib/matplotlib/path.py       2008-12-29 15:34:30 UTC 
(rev 6716)
+++ branches/v0_98_5_maint/lib/matplotlib/path.py       2008-12-30 16:06:59 UTC 
(rev 6717)
@@ -12,6 +12,7 @@
     point_in_path_collection, get_path_collection_extents, \
     path_in_path, path_intersects_path, convert_path_to_polygons
 from matplotlib.cbook import simple_linear_interpolation
+from matplotlib import rcParams
 
 class Path(object):
     """


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

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to