Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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 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