|
backends
|
2008-09-11
|
mdboom
|
[r6086]
Fix backticks in PS output.
|
|
config
|
2008-04-22
|
mdboom
|
[r5060]
Fix inconsistency between svg.embed_chars and s...
|
|
mpl-data
|
2007-12-15
|
jdh2358
|
[r4745]
changed %g to %r for rec2csv
|
|
numerix
|
2007-12-26
|
efiring
|
[r4788]
Make numerix.ma and numerix.npyma work with num...
|
|
toolkits
|
2008-04-03
|
jdh2358
|
[r5028]
some small fixes to excel tools
|
|
__init__.py
|
2008-07-24
|
jdh2358
|
[r5845]
bumped version num
|
|
_cm.py
|
2007-08-28
|
mdboom
|
[r3748]
Improved speed of revcmap -- a startup time off...
|
|
_mathtext_data.py
|
2008-06-17
|
mdboom
|
[r5573]
Fix STIX fonts on narrow Unicode platforms.
|
|
_pylab_helpers.py
|
2007-06-07
|
nnemec
|
[r3371]
remove trailing spaces
|
|
afm.py
|
2008-10-05
|
jouni
|
[r6149]
Fix problem with AFM files that don't specify t...
|
|
agg.py
|
2007-07-18
|
jdh2358
|
[r3566]
added mpl1 sketch
|
|
art3d.py
|
2007-08-12
|
efiring
|
[r3701]
numpification of mlab
|
|
artist.py
|
2007-09-12
|
jdh2358
|
[r3844]
fixed a bar units bug
|
|
axes.py
|
2008-06-12
|
efiring
|
[r5488]
Support hold in quiver, contour, contourf
|
|
axes3d.py
|
2007-11-29
|
jdh2358
|
[r4509]
commited ludwigs axes3d patch
|
|
axis.py
|
2007-11-21
|
mdboom
|
[r4404]
Fix memory leak when using colorbar as discover...
|
|
axis3d.py
|
2007-07-20
|
nnemec
|
[r3592]
Numpification new try: dont touch numerix/, but...
|
|
backend_bases.py
|
2008-11-05
|
mdboom
|
[r6365]
Fix bug in zoom rectangle with twin axes
|
|
cbook.py
|
2008-05-17
|
jdh2358
|
[r5179]
a few more doc string fixes in cboo
|
|
cm.py
|
2007-12-06
|
mdboom
|
[r4643]
Fixing display of float images.
|
|
collections.py
|
2008-06-20
|
efiring
|
[r5604]
Don't try to render a line collection with no s...
|
|
colorbar.py
|
2007-11-14
|
jdh2358
|
[r4275]
added glen's Fc specteal patch
|
|
colors.py
|
2007-11-16
|
efiring
|
[r4328]
ScalarMappable.to_rgba can return uint8 instead...
|
|
contour.py
|
2008-03-21
|
mmetz_bn
|
[r5013]
Bugfix in ContourSet._process_linestyles
|
|
dates.py
|
2008-05-20
|
jdh2358
|
[r5205]
remove pesky date auto xlabel
|
|
dviread.py
|
2007-09-30
|
jouni
|
[r3901]
use_tex in pdf backend: don't use AFM files,
|
|
figure.py
|
2008-05-22
|
jdh2358
|
[r5213]
applied stans wx figsize patch
|
|
finance.py
|
2007-07-20
|
nnemec
|
[r3592]
Numpification new try: dont touch numerix/, but...
|
|
font_manager.py
|
2008-06-20
|
efiring
|
[r5603]
Make set_default_size set the variable actually...
|
|
fontconfig_pattern.py
|
2007-11-09
|
dsdale
|
[r4177]
move pyparsing back into mpl namespace
|
|
image.py
|
2008-05-29
|
jdh2358
|
[r5306]
imread via pil now returns lumininance or rgb i...
|
|
legend.py
|
2008-07-02
|
mdboom
|
[r5706]
Fix bug using autolegend with LineCollection.
|
|
lines.py
|
2008-07-12
|
efiring
|
[r5753]
Handle markeredgecolor=None etc. consistently
|
|
mathtext.py
|
2008-07-09
|
mdboom
|
[r5723]
Improve mathtext radical rendering
|
|
mlab.py
|
2008-11-21
|
jdh2358
|
[r6428]
fixed poly below
|
|
mpl.py
|
2007-07-13
|
jdh2358
|
[r3513]
finished numpification of extension code and ax...
|
|
patches.py
|
2008-09-07
|
jouni
|
[r6073]
Changed full arrows slightly to avoid an xpdf r...
|
|
proj3d.py
|
2007-07-20
|
nnemec
|
[r3592]
Numpification new try: dont touch numerix/, but...
|
|
pylab.py
|
2008-07-24
|
jdh2358
|
[r5833]
deprecated mlab2 functions from mlab
|
|
pyparsing.py
|
2007-11-21
|
mdboom
|
[r4402]
Fix to work on Python 2.3
|
|
pyplot.py
|
2008-06-02
|
jdh2358
|
[r5360]
added switch_backend bugfix from sf patch 1979402
|
|
quiver.py
|
2007-08-30
|
mdboom
|
[r3757]
Remove the "markup" kwarg and rcParam everywher...
|
|
rcsetup.py
|
2008-05-30
|
jdh2358
|
[r5329]
added support for None for dvipng and removed t...
|
|
table.py
|
2007-08-30
|
mdboom
|
[r3757]
Remove the "markup" kwarg and rcParam everywher...
|
|
texmanager.py
|
2008-07-17
|
dsdale
|
[r5771]
improve error reporting in texmanager
|
|
text.py
|
2007-12-12
|
mdboom
|
[r4707]
Support fontconfig syntax in Text constructor.
|
|
ticker.py
|
2008-01-31
|
dsdale
|
[r4917]
forgot to change unicode string to raw string
|
|
transforms.py
|
2007-07-13
|
jdh2358
|
[r3513]
finished numpification of extension code and ax...
|
|
type1font.py
|
2007-09-15
|
jouni
|
[r3853]
Bugfix and doc fixes in type1font.py
|
|
units.py
|
2007-07-20
|
nnemec
|
[r3592]
Numpification new try: dont touch numerix/, but...
|
|
widgets.py
|
2008-05-28
|
jdh2358
|
[r5292]
added keywords to configure sliders for sf patc...
|
|
windowing.py
|
2006-03-09
|
dsdale
|
[r2133]
fix whitespace (tabs converted to spaces)
|