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

Skip to content

Clean up and move text rotation example #8066

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 4 commits into from
Feb 25, 2017
Merged
Show file tree
Hide file tree
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
Move text_rotation example
  • Loading branch information
dstansby committed Feb 12, 2017
commit f19839e896f4303b0ab790ab8f93a3df65605f88
2 changes: 1 addition & 1 deletion examples/tests/backend_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@

files['text_labels_and_annotations'] = [
'text_demo_fontdict.py',
'text_rotation.py',
'unicode_demo.py',
]

Expand Down Expand Up @@ -236,7 +237,6 @@
'subplots_adjust.py',
'symlog_demo.py',
'table_demo.py',
'text_rotation.py',
'text_rotation_relative_to_line.py',
'transoffset.py',
'xcorr_demo.py',
Expand Down