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
Update spines_demo.py
  • Loading branch information
NelleV authored Mar 7, 2017
commit df511a517b4cb1ac41f55aca58a988aed6ae73a0
2 changes: 1 addition & 1 deletion examples/ticks_and_spines/spines_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This demo compares:
- normal axes, with spines on all four sides;
- an axes with spines only on the left and bottom;
- an axes using custom bounds to limit the extent of the spine;
- an axes using custom bounds to limit the extent of the spine.
"""
import numpy as np
import matplotlib.pyplot as plt
Expand Down