Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 473f88d

Browse files
committed
added mpl1 sketch
svn path=/trunk/matplotlib/; revision=3566
1 parent 353385d commit 473f88d

8 files changed

Lines changed: 707 additions & 106 deletions

File tree

lib/matplotlib/agg.py

Lines changed: 102 additions & 95 deletions
Large diffs are not rendered by default.

lib/matplotlib/axes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5820,7 +5820,8 @@ def __init__(self, fig, *args, **kwargs):
58205820
"""
58215821
# this is some discarded code I was using to find the minimum positive
58225822
# data point for some log scaling fixes. I realized there was a
5823-
# cleaner way to do it, but am keeping this around as an example for
5823+
# cleaner way to do it, but am ke
5824+
eping this around as an example for
58245825
# how to get the data out of the axes. Might want to make something
58255826
# like this a method one day, or better yet make get_verts and Artist
58265827
# method

makeswig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'agg',
77
)
88
#SWIG = 'swig'
9-
SWIG = '/home/jdhunter/local/bin/swig'
9+
SWIG = '/home/titan/johnh/dev/bin/swig'
1010
AGGINCLUDE = 'agg23/include'
1111

1212
swigit = '%(SWIG)s -python -c++ -outdir lib/matplotlib -o src/%(SWIGFILE)s.cxx -I%(AGGINCLUDE)s swig/%(SWIGFILE)s.i '

0 commit comments

Comments
 (0)