Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Make "classic" style have effect #5437

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
merged 3 commits into from
Nov 16, 2015
Merged
Changes from 1 commit
Commits
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
Fix indentation
  • Loading branch information
mdboom committed Nov 16, 2015
commit 4236a66d81f3fa5966a87ed2bf80940dcb96f5b5
2 changes: 1 addition & 1 deletion 2 lib/matplotlib/mathtext.py
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ def _get_font_constant_set(state):
# STIX sans isn't really its own fonts, just different code points
# in the STIX fonts, so we have to detect this one separately.
if (constants is STIXFontConstants and
isinstance(state.font_output, StixSansFonts)):
isinstance(state.font_output, StixSansFonts)):
return STIXSansFontConstants
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tab this over one so that it doesn't line up with the code block.

Sorry, made that comment in the commit rather than the PR.

return constants

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.