Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
136 commits Select commitHold shift + click to select a range
f35a719
A test commit
mdboomb2ac84d
Undoing last commit. Testing was successful.
mdboom5483c27
Fix offset labels (so the times symbol is displayed correctly)
mdboom79d3369
Merge Darren's win32 build changes to the maintenance branch (since
mdboom5a0a302
Fix display of '[' and ']' in mathtext.
mdboom253a406
Update changelog.
mdboom9ce195e
Fix SVG glyphs for use with Qt (which doesn't look forward for the
mdboom331e452
forced nonunicode fname for save in agg
jdh23588c58533
Fix poly_editor.py
mdboom966e631
Fix bug with pie chart slices less than 2.5 degrees.
mdboom43b3876
Apply patch by Manuel Metz to scatter docstring.
efiringd46da1c
Fixed a bug where plotting a singe point unitized errorbar data would
50babfa
Allow updating of shared axes when calling Axes.axis() (Thanks Jorgen…
mdboom29466fb
Fix \sqrt with a numeric radical.
mdboom70d9999
Fix text spacing problems in PDF backend with some fonts.
mdboombc88e8c
fixed a bug in ticker, unicode string passed to tex
ddalee4a937c
forgot to change unicode string to raw string
ddale455ef08
Fix reference leak on Glyph objects.
mdboom92ed201
Change "delete" to "delete []" for arrays on the heap. (It's
mdboombe0c7e5
Backing out Glyph object leak fix, since it causes segfaults with PDF
mdboomdd16528
Oops in last commit.
mdboomf0aa448
Hopefully fixing the Glyph memory leak properly now.
mdboombfc1952
Fix doubly-included fonts in Postscript files.
mdboom8c974c7
Updating changelog
mdboom6d51df5
Removed a reference to nx, replaced with numpy.
1e6c775
Update plotting() doc string to refer to getp/setp.
jkseppan2cca74a
added rec_groupby and rec2txt
jdh235814cc2a4
[ 1901410 ] Newbie bug report: clip_on set to False actually True
mdboomd0c4100
Fix classic Wx toolbar pan and zoom functions (Thanks Jeff Peery)
mdboomeda659a
Fix bug where Wx figures were getting shortened by the height of the …
mdboom5c7a23b
Correcting range of subfigure values. This is a backport of 4913 from
mdboom28f5328
Bugfix: [ 1912719 ] TypeError in Exception __get_configdir()
mdboom9febe2a
Bugfix in ContourSet._process_linestyles
mmetz-bnc6d43f0
Fix a pdf backend bug which sometimes caused the outermost
jkseppan0a5f908
Change character ids so they are a hash on the path data itself. (To
mdboomca55945
Change character ids so they are a hash on the path data itself. (To
mdboom4d0a552
Oops in last commit.
mdboom7270563
Fix saving to Unicode filenames in Agg backend. Fix Qt and Qt4 GUI's
mdboom50bf758
some small fixes to excel tools
jdh235882fce66
Fixed the double draw bug.
d6bfcd8
small fix for vlines w/ len 1 args
jdh2358a1e29fe
Fixing global font rcParam setting after initialization time (thanks
mdboom91f3c4f
dont remove repaint/update from draw(), or updates to the figure after
ddale02bd7f9
improve conversion from str to char*, avoid deprecation warnings during
ddale000c731
Fix inconsistency between svg.embed_chars and svg.embed_char_paths
mdboom4b7298d
Fix inconsistency between svg.embed_chars and svg.embed_char_paths
mdboom472ed1e
Fix sub/superscript placement when the size of font has been changed.
mdboom70b5687
Fix SVG text rendering bug affecting Mozilla-based viewers.
mdboomdf366c7
Fix bug where fraction beams were too wide at lower dpi's. Fix
mdboomefa87f1
Oops in last commit -- left in debugging info.
mdboomd3b021d
fixed bug in mlab.sqrtm; numpy.linalg.eig behaves different than Nume…
mmetz-bnd287cb4
Include stdio.h for gcc 4.3
mdboomd37b4d9
Update _subprocess.c from upstream Python 2.5.2 to get a few memory
mdboom03d4ae9
Don't call sys.exit() when pyemf is not found.
mdboom389636a
Fix build error with PyQt <= 3.14 [1851364] - MGD
mdboomc7b2759
use pngs for wx icons
jdh2358de48109
Fix blitting in Qt backends (which need ARGB, not RGBA)
mdboom56f9427
Forgot CHANGELOG
mdboom82da311
Fixing bugs in recent changes to Qt blitting.
mdboom5ee9bd2
[ 1922569 ] gcc 4.3 C++ compilation errors (Thanks, Jef Spaleta)
mdboom7089321
Fix kerning in SVG.
mdboom1f24714
Fix /singlequote (') in Ps backend.
mdboom6354bfc
Fix font embedding on Windows.
mdboomc84d50c
made backend agg open png in binary mode
jdh235832ca40b
added a doc string to the branch -- just experimenting with svn merge…
jdh23585985b7b
updated the coding guide to encourage svnmerge
jdh2358a47b18b
a few more doc string fixes in cboo
jdh23587c1670b
fixed some typos in the CODING_GUIDE
jdh2358f608f7c
fixed missing get_filterrad
jdh2358a60b45f
Use is_string_like instead of explicitly string or unicode.
mdboom7062d35
[ 1966974 ] win32FontDirectory() can fail with access denied (Thanks,
mdboom6a9ac5d
remove pesky date auto xlabel
jdh2358bf0fc71
Fixed bug in plotfile
mmetz-bne1f934c
Backport TkAgg segfault fix.
mdboom8aeb01b
applied stans wx figsize patch
jdh235860f07d8
fixed a wx bug
jdh2358d9e2ced
Getting mlab.py in sync with the trunk
sameerd2881611
added pil support to imread
jdh2358579f9cd
fixed a npy np mixup in image
jdh235899f3a36
added a line vertex selector widget
jdh2358376b438
added a line vertex selector widget
jdh2358d5579d9
fixed an empty vertex list bug
jdh235884eb65b
Fix rendering of composite glyphs in Type 3 conversion (particularly
mdboom9c5d7a8
added keywords to configure sliders for sf patch 1866207
jdh23581cba068
Fix PDFs that crash xpdf and ghostscript when two-byte codepoints are
mdboom86ca40d
Adding CHANGELOG entry and scary comment about what was going wrong.
mdboome83ae91
Implement path clipping in SVG backend.
mdboom3f66e1c
fixed two bugs in texmanager: dvipng version comparison, and
ddalea5a8502
added clippath support for ps
jdh2358b88868e
added clippath support for ps
jdh23581e10bbe
imread via pil now returns lumininance or rgb if possible
jdh2358790c7da
tagging new version
cmoad562ec2c
minor rev bump
cmoad44df377
added support for None for dvipng and removed the sqrt in the hack wh…
jdh235899c8dc0
removed debug print statement
jdh235806031ee
Fix crash in Agg drawing collections with no fill and/or edge color.
mdboomc399a94
added switch_backend bugfix from sf patch 1979402
jdh23582a311a4
Docstring changes
sameerdb586ec5
try to handle xaxis_date more gracefully when no data has been added
jdh2358b0921b9
fixed some bugs introduced in the xaxis_date fix
jdh235842251b9
fixed classic toolbar bugs
jdh2358e9c0464
don't install traits
ddaleb9092cb
forgot CHANGELOG message
ddale3323909
Support hold in quiver, contour, contourf
efiring8c02ec2
Fix STIX fonts on narrow Unicode platforms.
mdboom495c8d3
Make set_default_size set the variable actually being used elsewhere
efiring8aea540
Don't try to render a line collection with no segments
efiring28a0a21
improve mlab.load docstring to address bug 1901536
ddaledb6b57d
changed wx backend to respect extension over gui dialog default type
jdh2358a17668f
bumped the version num
jdh23581ee56a8
minor rev bump
cmoad5fa34fc
Fix direction of horizontal and vertical hatching.
mdboom491693c
Oops in last commit
mdboom4af4116
Fix mathtext parsing bug.
mdboombf8769a
removed Qt4's NavigationToolbar2.destroy method
ddale84efa33
Fix bug using autolegend with LineCollection.
mdboom3536249
Improve mathtext superscript placement.
mdboomcaf170e
Improve mathtext radical rendering
mdboombf8b763
Handle markeredgecolor=None etc. consistently
efiringc5c511e
improve error reporting in texmanager
ddale25c2c95
added Tuukka's YAArrow fix for horiz and vertical lines
jdh235849e8253
removed mlab2 functions
jdh2358f95a59a
deprecated mlab2 functions from mlab
jdh23585263e01
deprecated mlab2 functions from mlab
jdh2358e9e31dc
updated api changes and changelog to reflect mlab2 deprecation
jdh23584a5a4bb
bumped version num
jdh2358752f9da
Fixing edge cases in rec_join in branch
sameerd7d5461d
Backport memory leak fixes in _ttconv.cpp
mdbooma57332c
Fix locale problems in SVG backend (thanks, Mathieu Leplatre for repo…
mdboomb474cd6
Changed full arrows slightly to avoid an xpdf rendering
jkseppan15a4174
Fix backticks in PS output.
mdboom72c10b4
Fix problem with AFM files that don't specify the font's full name or…
jkseppan2f6ee5e
Fix bug in zoom rectangle with twin axes
mdboomc22ad48
fixed poly between
jdh235875f8bfa
fixed poly below
jdh23580563108
Merge remote branch 'origin/v0.91.x' into v0.98.x
jkseppanFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Fix bug where fraction beams were too wide at lower dpi's. Fix
sub/superscript placement at different dpi's.svn path=/branches/v0_91_maint/; revision=5089
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitdf366c7ad2bc97809100c0a74b8b15d64d68f785
There are no files selected for viewing
4 changes: 2 additions & 2 deletionslib/matplotlib/mathtext.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.