Skip to content

Merge v0.91.x into v0.98.x #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
136 commits merged into from
Feb 20, 2011
Merged
Changes from 1 commit
Commits
Show all changes
136 commits
Select commit Hold shift + click to select a range
f35a719
A test commit
mdboom Jan 8, 2008
b2ac84d
Undoing last commit. Testing was successful.
mdboom Jan 8, 2008
5483c27
Fix offset labels (so the times symbol is displayed correctly)
mdboom Jan 10, 2008
79d3369
Merge Darren's win32 build changes to the maintenance branch (since
mdboom Jan 10, 2008
5a0a302
Fix display of '[' and ']' in mathtext.
mdboom Jan 10, 2008
253a406
Update changelog.
mdboom Jan 10, 2008
9ce195e
Fix SVG glyphs for use with Qt (which doesn't look forward for the
mdboom Jan 14, 2008
331e452
forced nonunicode fname for save in agg
jdh2358 Jan 17, 2008
8c58533
Fix poly_editor.py
mdboom Jan 18, 2008
966e631
Fix bug with pie chart slices less than 2.5 degrees.
mdboom Jan 21, 2008
43b3876
Apply patch by Manuel Metz to scatter docstring.
efiring Jan 26, 2008
d46da1c
Fixed a bug where plotting a singe point unitized errorbar data would
Jan 28, 2008
50babfa
Allow updating of shared axes when calling Axes.axis() (Thanks Jorgen…
mdboom Jan 29, 2008
29466fb
Fix \sqrt with a numeric radical.
mdboom Jan 31, 2008
70d9999
Fix text spacing problems in PDF backend with some fonts.
mdboom Jan 31, 2008
bc88e8c
fixed a bug in ticker, unicode string passed to tex
ddale Jan 31, 2008
e4a937c
forgot to change unicode string to raw string
ddale Jan 31, 2008
455ef08
Fix reference leak on Glyph objects.
mdboom Feb 1, 2008
92ed201
Change "delete" to "delete []" for arrays on the heap. (It's
mdboom Feb 1, 2008
be0c7e5
Backing out Glyph object leak fix, since it causes segfaults with PDF
mdboom Feb 1, 2008
dd16528
Oops in last commit.
mdboom Feb 1, 2008
f0aa448
Hopefully fixing the Glyph memory leak properly now.
mdboom Feb 1, 2008
bfc1952
Fix doubly-included fonts in Postscript files.
mdboom Feb 1, 2008
8c974c7
Updating changelog
mdboom Feb 6, 2008
6d51df5
Removed a reference to nx, replaced with numpy.
Feb 8, 2008
1e6c775
Update plotting() doc string to refer to getp/setp.
jkseppan Feb 11, 2008
2cca74a
added rec_groupby and rec2txt
jdh2358 Feb 19, 2008
14cc2a4
[ 1901410 ] Newbie bug report: clip_on set to False actually True
mdboom Feb 25, 2008
d0c4100
Fix classic Wx toolbar pan and zoom functions (Thanks Jeff Peery)
mdboom Feb 29, 2008
eda659a
Fix bug where Wx figures were getting shortened by the height of the …
mdboom Mar 10, 2008
5c7a23b
Correcting range of subfigure values. This is a backport of 4913 from
mdboom Mar 10, 2008
28f5328
Bugfix: [ 1912719 ] TypeError in Exception __get_configdir()
mdboom Mar 21, 2008
9febe2a
Bugfix in ContourSet._process_linestyles
mmetz-bn Mar 21, 2008
c6d43f0
Fix a pdf backend bug which sometimes caused the outermost
jkseppan Mar 23, 2008
0a5f908
Change character ids so they are a hash on the path data itself. (To
mdboom Mar 26, 2008
ca55945
Change character ids so they are a hash on the path data itself. (To
mdboom Mar 26, 2008
4d0a552
Oops in last commit.
mdboom Mar 26, 2008
7270563
Fix saving to Unicode filenames in Agg backend. Fix Qt and Qt4 GUI's
mdboom Mar 27, 2008
50bf758
some small fixes to excel tools
jdh2358 Apr 3, 2008
82fce66
Fixed the double draw bug.
Apr 7, 2008
d6bfcd8
small fix for vlines w/ len 1 args
jdh2358 Apr 9, 2008
a1e29fe
Fixing global font rcParam setting after initialization time (thanks
mdboom Apr 11, 2008
91f3c4f
dont remove repaint/update from draw(), or updates to the figure after
ddale Apr 18, 2008
02bd7f9
improve conversion from str to char*, avoid deprecation warnings during
ddale Apr 19, 2008
000c731
Fix inconsistency between svg.embed_chars and svg.embed_char_paths
mdboom Apr 22, 2008
4b7298d
Fix inconsistency between svg.embed_chars and svg.embed_char_paths
mdboom Apr 22, 2008
472ed1e
Fix sub/superscript placement when the size of font has been changed.
mdboom Apr 24, 2008
70b5687
Fix SVG text rendering bug affecting Mozilla-based viewers.
mdboom Apr 28, 2008
df366c7
Fix bug where fraction beams were too wide at lower dpi's. Fix
mdboom Apr 28, 2008
efa87f1
Oops in last commit -- left in debugging info.
mdboom Apr 28, 2008
d3b021d
fixed bug in mlab.sqrtm; numpy.linalg.eig behaves different than Nume…
mmetz-bn Apr 29, 2008
d287cb4
Include stdio.h for gcc 4.3
mdboom May 1, 2008
d37b4d9
Update _subprocess.c from upstream Python 2.5.2 to get a few memory
mdboom May 2, 2008
03d4ae9
Don't call sys.exit() when pyemf is not found.
mdboom May 2, 2008
389636a
Fix build error with PyQt <= 3.14 [1851364] - MGD
mdboom May 2, 2008
c7b2759
use pngs for wx icons
jdh2358 May 6, 2008
de48109
Fix blitting in Qt backends (which need ARGB, not RGBA)
mdboom May 6, 2008
56f9427
Forgot CHANGELOG
mdboom May 6, 2008
82da311
Fixing bugs in recent changes to Qt blitting.
mdboom May 6, 2008
5ee9bd2
[ 1922569 ] gcc 4.3 C++ compilation errors (Thanks, Jef Spaleta)
mdboom May 7, 2008
7089321
Fix kerning in SVG.
mdboom May 8, 2008
1f24714
Fix /singlequote (') in Ps backend.
mdboom May 9, 2008
6354bfc
Fix font embedding on Windows.
mdboom May 14, 2008
c84d50c
made backend agg open png in binary mode
jdh2358 May 17, 2008
32ca40b
added a doc string to the branch -- just experimenting with svn merge…
jdh2358 May 17, 2008
5985b7b
updated the coding guide to encourage svnmerge
jdh2358 May 17, 2008
a47b18b
a few more doc string fixes in cboo
jdh2358 May 17, 2008
7c1670b
fixed some typos in the CODING_GUIDE
jdh2358 May 17, 2008
f608f7c
fixed missing get_filterrad
jdh2358 May 19, 2008
a60b45f
Use is_string_like instead of explicitly string or unicode.
mdboom May 19, 2008
7062d35
[ 1966974 ] win32FontDirectory() can fail with access denied (Thanks,
mdboom May 19, 2008
6a9ac5d
remove pesky date auto xlabel
jdh2358 May 20, 2008
bf0fc71
Fixed bug in plotfile
mmetz-bn May 21, 2008
e1f934c
Backport TkAgg segfault fix.
mdboom May 21, 2008
8aeb01b
applied stans wx figsize patch
jdh2358 May 22, 2008
60f07d8
fixed a wx bug
jdh2358 May 22, 2008
d9e2ced
Getting mlab.py in sync with the trunk
sameerd May 23, 2008
2881611
added pil support to imread
jdh2358 May 25, 2008
579f9cd
fixed a npy np mixup in image
jdh2358 May 25, 2008
99f3a36
added a line vertex selector widget
jdh2358 May 26, 2008
376b438
added a line vertex selector widget
jdh2358 May 26, 2008
d5579d9
fixed an empty vertex list bug
jdh2358 May 26, 2008
84eb65b
Fix rendering of composite glyphs in Type 3 conversion (particularly
mdboom May 28, 2008
9c5d7a8
added keywords to configure sliders for sf patch 1866207
jdh2358 May 28, 2008
1cba068
Fix PDFs that crash xpdf and ghostscript when two-byte codepoints are
mdboom May 28, 2008
86ca40d
Adding CHANGELOG entry and scary comment about what was going wrong.
mdboom May 28, 2008
e83ae91
Implement path clipping in SVG backend.
mdboom May 29, 2008
3f66e1c
fixed two bugs in texmanager: dvipng version comparison, and
ddale May 29, 2008
a5a8502
added clippath support for ps
jdh2358 May 29, 2008
b88868e
added clippath support for ps
jdh2358 May 29, 2008
1e10bbe
imread via pil now returns lumininance or rgb if possible
jdh2358 May 29, 2008
790c7da
tagging new version
cmoad May 29, 2008
562ec2c
minor rev bump
cmoad May 30, 2008
44df377
added support for None for dvipng and removed the sqrt in the hack wh…
jdh2358 May 30, 2008
99c8dc0
removed debug print statement
jdh2358 May 30, 2008
06031ee
Fix crash in Agg drawing collections with no fill and/or edge color.
mdboom Jun 2, 2008
c399a94
added switch_backend bugfix from sf patch 1979402
jdh2358 Jun 2, 2008
2a311a4
Docstring changes
sameerd Jun 4, 2008
b586ec5
try to handle xaxis_date more gracefully when no data has been added
jdh2358 Jun 4, 2008
b0921b9
fixed some bugs introduced in the xaxis_date fix
jdh2358 Jun 4, 2008
42251b9
fixed classic toolbar bugs
jdh2358 Jun 5, 2008
e9c0464
don't install traits
ddale Jun 9, 2008
b9092cb
forgot CHANGELOG message
ddale Jun 9, 2008
3323909
Support hold in quiver, contour, contourf
efiring Jun 12, 2008
8c02ec2
Fix STIX fonts on narrow Unicode platforms.
mdboom Jun 17, 2008
495c8d3
Make set_default_size set the variable actually being used elsewhere
efiring Jun 20, 2008
8aea540
Don't try to render a line collection with no segments
efiring Jun 20, 2008
28a0a21
improve mlab.load docstring to address bug 1901536
ddale Jun 21, 2008
db6b57d
changed wx backend to respect extension over gui dialog default type
jdh2358 Jun 22, 2008
a17668f
bumped the version num
jdh2358 Jun 22, 2008
1ee56a8
minor rev bump
cmoad Jun 23, 2008
5fa34fc
Fix direction of horizontal and vertical hatching.
mdboom Jun 26, 2008
491693c
Oops in last commit
mdboom Jun 26, 2008
4af4116
Fix mathtext parsing bug.
mdboom Jun 27, 2008
bf8769a
removed Qt4's NavigationToolbar2.destroy method
ddale Jun 30, 2008
84efa33
Fix bug using autolegend with LineCollection.
mdboom Jul 2, 2008
3536249
Improve mathtext superscript placement.
mdboom Jul 8, 2008
caf170e
Improve mathtext radical rendering
mdboom Jul 9, 2008
bf8b763
Handle markeredgecolor=None etc. consistently
efiring Jul 12, 2008
c5c511e
improve error reporting in texmanager
ddale Jul 17, 2008
25c2c95
added Tuukka's YAArrow fix for horiz and vertical lines
jdh2358 Jul 18, 2008
49e8253
removed mlab2 functions
jdh2358 Jul 24, 2008
f95a59a
deprecated mlab2 functions from mlab
jdh2358 Jul 24, 2008
5263e01
deprecated mlab2 functions from mlab
jdh2358 Jul 24, 2008
e9e31dc
updated api changes and changelog to reflect mlab2 deprecation
jdh2358 Jul 24, 2008
4a5a4bb
bumped version num
jdh2358 Jul 24, 2008
752f9da
Fixing edge cases in rec_join in branch
sameerd Jul 24, 2008
7d5461d
Backport memory leak fixes in _ttconv.cpp
mdboom Aug 1, 2008
a57332c
Fix locale problems in SVG backend (thanks, Mathieu Leplatre for repo…
mdboom Aug 25, 2008
b474cd6
Changed full arrows slightly to avoid an xpdf rendering
jkseppan Sep 7, 2008
15a4174
Fix backticks in PS output.
mdboom Sep 11, 2008
72c10b4
Fix problem with AFM files that don't specify the font's full name or…
jkseppan Oct 5, 2008
2f6ee5e
Fix bug in zoom rectangle with twin axes
mdboom Nov 5, 2008
c22ad48
fixed poly between
jdh2358 Nov 21, 2008
75f8bfa
fixed poly below
jdh2358 Nov 21, 2008
0563108
Merge remote branch 'origin/v0.91.x' into v0.98.x
jkseppan Feb 20, 2011
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Correcting range of subfigure values. This is a backport of 4913 from
the trunk: "fixed a bug where annotations w/ arrows were not getting
the figure instance set properly"

svn path=/branches/v0_91_maint/; revision=4998
  • Loading branch information
mdboom committed Mar 10, 2008
commit 5c7a23b25cee675de9089623be87c8dc3fed26dd
15 changes: 8 additions & 7 deletions lib/matplotlib/rcsetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,13 +425,14 @@ def __call__(self, s):
'figure.facecolor' : [ '0.75', validate_color], # facecolor; scalar gray
'figure.edgecolor' : [ 'w', validate_color], # edgecolor; white

'figure.subplot.left' : [0.125, ValidateInterval(0, 1, closedmin=False, closedmax=False)],
'figure.subplot.right' : [0.9, ValidateInterval(0, 1, closedmin=False, closedmax=False)],
'figure.subplot.bottom' : [0.1, ValidateInterval(0, 1, closedmin=False, closedmax=False)],
'figure.subplot.top' : [0.9, ValidateInterval(0, 1, closedmin=False, closedmax=False)],
'figure.subplot.wspace' : [0.2, ValidateInterval(0, 1, closedmin=False, closedmax=True)],
'figure.subplot.hspace' : [0.2, ValidateInterval(0, 1, closedmin=False, closedmax=True)],

'figure.subplot.left' : [0.125, ValidateInterval(0, 1, closedmin=True, closedmax=True)],
'figure.subplot.right' : [0.9, ValidateInterval(0, 1, closedmin=True, closedmax=True)],
'figure.subplot.bottom' : [0.1, ValidateInterval(0, 1, closedmin=True, closedmax=True)],
'figure.subplot.top' : [0.9, ValidateInterval(0, 1, closedmin=True, closedmax=True)],
'figure.subplot.wspace' : [0.2, ValidateInterval(0, 1, closedmin=True, closedmax=False)],
'figure.subplot.hspace' : [0.2, ValidateInterval(0, 1, closedmin=True, closedmax=False)],

'figure.autolayout' : [False, validate_bool],

'savefig.dpi' : [100, validate_float], # DPI
'savefig.facecolor' : ['w', validate_color], # facecolor; white
Expand Down