Skip to content

Commit

Permalink
revert back to default style in doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
henrysky committed Aug 26, 2024
1 parent 3ed0b7a commit e3bb91a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ To use the style sheet for you own plot without importing ``mw-plot``, you can d
>>> import matplotlib.pyplot as plt
>>> plt.style.use("mw_plot.mplstyle")
..
>>> plt.style.use("default") # to revert back to default style to avoid installing latex dependency in CI tests
Now you can plot anything and matplotlib will use the style sheet.

Useful Constants
Expand Down

0 comments on commit e3bb91a

Please sign in to comment.