8000 FIX: mathtext accents by tacaswell · Pull Request #4887 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

FIX: mathtext accents #4887

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 5 commits into from
Sep 1, 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.
Diff view
Diff view
Prev Previous commit
Next Next commit
TST: update test symbols
*Note this does not update the test image and still passes locally*
  • Loading branch information
tacaswell committed Aug 29, 2015
commit ef62fd04dc53cf58751b9e69c109738e836e5d21
2 changes: 1 addition & 1 deletion lib/matplotlib/tests/test_mathtext.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
r'${xyz}^k{x}_{k}{x}^{p}{y}^{p-2} {d}_{i}^{j}{b}_{j}{c}_{k}{d} {x}^{j}_{i}{E}^{0}{E}^0_u$',
r'${\int}_x^x x\oint_x^x x\int_{X}^{X}x\int_x x \int^x x \int_{x} x\int^{x}{\int}_{x} x{\int}^{x}_{x}x$',
r'testing$^{123}$',

' '.join('$\\' + p + '$' for p in sorted(mathtext.Parser._snowflake))
]

digits = "0123456789"
Expand Down
0