X Tutup
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
200 changes: 0 additions & 200 deletions examples/api/sankey_demo_old.py

This file was deleted.

13 changes: 0 additions & 13 deletions examples/misc/sample_data_demo.py

This file was deleted.

63 changes: 0 additions & 63 deletions examples/pylab_examples/manual_axis.py

This file was deleted.

33 changes: 0 additions & 33 deletions examples/pylab_examples/text_handles.py

This file was deleted.

50 changes: 0 additions & 50 deletions examples/pylab_examples/toggle_images.py

This file was deleted.

3 changes: 0 additions & 3 deletions examples/tests/backend_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@
'log_test.py',
'major_minor_demo1.py',
'major_minor_demo2.py',
'manual_axis.py',
'masked_demo.py',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks like you didn't actually remove manual_axis.py. I unticked the box in #7956.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

eh, that's a mistake on my end.

'mathtext_demo.py',
'mathtext_examples.py',
Expand Down Expand Up @@ -237,7 +236,6 @@
'subplots_adjust.py',
'symlog_demo.py',
'table_demo.py',
'text_handles.py',
'text_rotation.py',
'text_rotation_relative_to_line.py',
'transoffset.py',
Expand Down Expand Up @@ -307,7 +305,6 @@
# examples that generate multiple figures

excluded = {
'pylab': ['__init__.py', 'toggle_images.py', ],
'units': ['__init__.py', 'date_support.py', ],
}

Expand Down
Loading
X Tutup