8000 Tick vertical alignment by mdboom · Pull Request #6200 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Tick vertical alignment #6200

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 2 commits into from
Apr 13, 2016
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
Increase test tolerance
  • Loading branch information
mdboom committed Apr 13, 2016
commit 6b9ad78ce370f876b4be56d4aa21ff3b2a659097
2 changes: 1 addition & 1 deletion lib/matplotlib/tests/test_backend_pgf.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_rcupdate():
'pgf.preamble': ['\\usepackage[utf8x]{inputenc}',
'\\usepackage[T1]{fontenc}',
'\\usepackage{sfmath}']})
tol = (4, 0)
tol = (6, 0)
for i, rc_set in enumerate(rc_sets):
mpl.rcParams.update(rc_set)
create_figure()
Expand Down
0