|
backends
|
2010-01-04
|
mdboom
|
[r8068]
Fix bug in PDF, PS, SVG and OS-X backends: do n...
|
|
config
|
2009-02-24
|
efiring
|
[r6932]
Removal of numerix, stage 2.
|
|
delaunay
|
2009-07-24
|
jswhit
|
[r7293]
merge from scikits.delaunay trunk
|
|
mpl-data
|
2009-01-05
|
leejjoon
|
[r6734]
optional use of preview.sty in usetex mode
|
|
numerix
|
2009-02-25
|
efiring
|
[r6933]
Restore a stripped-down numerix with a deprecat...
|
|
projections
|
2009-11-02
|
mdboom
|
[r7916]
[2890345] pylab.thetagrids() does not accept fmt
|
|
sphinxext
|
2009-12-01
|
mdboom
|
[r7998]
[2906157] Let sphinx reference matplotlib-creat...
|
|
__init__.py
|
2009-09-24
|
jdh2358
|
[r7818]
try statically linking in the deps for OSX
|
|
_cm.py
|
2009-07-31
|
efiring
|
[r7311]
Cache the color data to reduce startup time.
|
|
_mathtext_data.py
|
2009-11-06
|
mdboom
|
[r7944]
Add support for \widebar{} in mathtext (Thanks ...
|
|
_pylab_helpers.py
|
2009-02-28
|
efiring
|
[r6943]
Add documentation, style updates to _pylab_help...
|
|
afm.py
|
2009-11-06
|
jdh2358
|
[r7942]
backport afm fix to branch
|
|
artist.py
|
2009-11-24
|
mdboom
|
[r7983]
[2902715] artist.set_clip_path does not handle ...
|
|
axes.py
|
2009-10-11
|
astraw
|
[r7867]
imshow: only apply axes patch clipping if image...
|
|
axis.py
|
2009-08-14
|
mdboom
|
[r7486]
Fix documentation about Axis.transAxis (thanks ...
|
|
backend_bases.py
|
2009-06-14
|
jdh2358
|
[r7221]
fixed a press/release pan bug when mouse button...
|
|
bezier.py
|
2009-09-07
|
leejjoon
|
[r7703]
fix a bug in lib/matplotlib/bezier.py
|
|
blocking_input.py
|
2009-08-30
|
jdh2358
|
[r7598]
applied Gael's ginput patch
|
|
cbook.py
|
2009-09-30
|
mdboom
|
[r7834]
Fix Grouper docstring -- it only supports weak-...
|
|
cm.py
|
2009-07-31
|
efiring
|
[r7312]
Removed the colormap data caching--it was tryin...
|
|
collections.py
|
2009-11-03
|
mdboom
|
[r7919]
[2890979] Close paths correctly in PolyCollection
|
|
colorbar.py
|
2009-06-19
|
leejjoon
|
[r7226]
fix sf bug 2806283 (patch by Joonas Paalasmaa)
|
|
colors.py
|
2009-11-16
|
efiring
|
[r7970]
Fix Normalize bug: ensure scalar output for sca...
|
|
contour.py
|
2009-05-08
|
efiring
|
[r7097]
clabel takes new kwarg, rightside_up (defaults ...
|
|
dates.py
|
2009-10-14
|
ryanmay
|
[r7884]
Add AutoDateFormatter and AutoDateLocator to __...
|
|
dviread.py
|
2009-09-20
|
jouni
|
[r7796]
Fix off-by-one error in dviread.Tfm
|
|
figure.py
|
2009-09-21
|
ryanmay
|
[r7808]
Correct typo of subtitle() -> suptitle().
|
|
finance.py
|
2009-03-18
|
jdh2358
|
[r6993]
use urllib2 for yahoo finace; more cleanups to ...
|
|
font_manager.py
|
2009-09-14
|
mdboom
|
[r7756]
Minor doc fixes
|
|
fontconfig_pattern.py
|
2008-10-28
|
mdboom
|
[r6342]
Add nearest neighbor search for fonts.
|
|
hatch.py
|
2009-01-06
|
mdboom
|
[r6744]
Add more hatch styles. Improve consistency acr...
|
|
image.py
|
2009-08-14
|
efiring
|
[r7484]
Prevent exception when image is off screen and ...
|
|
legend.py
|
2009-09-17
|
leejjoon
|
[r7778]
fix the legend bug that dash-style for LineColl...
|
|
lines.py
|
2009-09-18
|
mdboom
|
[r7784]
Fix bug where subslicing was cutting polar line...
|
|
mathtext.py
|
2009-11-06
|
mdboom
|
[r7944]
Add support for \widebar{} in mathtext (Thanks ...
|
|
mlab.py
|
2009-09-19
|
efiring
|
[r7790]
Fix bug in mlab.demean, with axis = -1
|
|
mpl.py
|
2008-01-24
|
efiring
|
[r4894]
Change tabs to spaces, except in pyparsing.py
|
|
offsetbox.py
|
2009-07-30
|
leejjoon
|
[r7308]
legend doc. update
|
|
patches.py
|
2009-10-01
|
mdboom
|
[r7837]
Fix alpha of Shadow patch.
|
|
path.py
|
2009-08-08
|
jdh2358
|
[r7431]
use a class helper method to make the compound ...
|
|
pylab.py
|
2009-08-06
|
jdh2358
|
[r7396]
removed pylab load and save
|
|
pyparsing.py
|
2008-06-11
|
mdboom
|
[r5473]
Fix Python 2.4 incompatibility.
|
|
pyplot.py
|
2009-12-31
|
mdboom
|
[r8057]
[2916753] Wrong API signature- yscale
|
|
quiver.py
|
2009-09-25
|
efiring
|
[r7827]
Fix bug in quiver handling of masked U, V
|
|
rcsetup.py
|
2009-06-13
|
heeres
|
[r7216]
mplot3d: fix Axes3D.grid(), add axes3d.grid to ...
|
|
scale.py
|
2009-04-04
|
efiring
|
[r7023]
Add log scale option to clip non-positive value...
|
|
spines.py
|
2009-09-05
|
astraw
|
[r7638]
spines: fix 'axes' position bug (closes SF#2852...
|
|
table.py
|
2009-05-07
|
leejjoon
|
[r7089]
per-artist rasterization
|
|
texmanager.py
|
2009-07-31
|
jdh2358
|
[r7325]
added miktex win32 patch from sf patch 2820194
|
|
text.py
|
2009-10-16
|
leejjoon
|
[r7887]
fix Text.get_prop_tup omitting _rotation_mode. ...
|
|
ticker.py
|
2009-11-23
|
jdh2358
|
[r7981]
make IndexFormatter derive from Formatter
|
|
tight_bbox.py
|
2009-04-16
|
leejjoon
|
[r7044]
Fixed a bug in mixed mode renderer that images ...
|
|
transforms.py
|
2009-05-22
|
efiring
|
[r7135]
Fix typo in r7131
|
|
type1font.py
|
2008-12-31
|
jouni
|
[r6718]
Improve pdf usetex by adding support for font e...
|
|
units.py
|
2009-02-21
|
efiring
|
[r6924]
Add new axis arguments to units.py docstring
|
|
widgets.py
|
2008-07-26
|
pkienzle
|
[r5892]
widgets.py: replace tabs with spaces
|
|
windowing.py
|
2008-01-24
|
efiring
|
[r4894]
Change tabs to spaces, except in pyparsing.py
|