Skip to content

Commit

Permalink
Use new name for matplotlib style
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner committed Sep 19, 2023
1 parent e064efd commit a837359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conflowgen/reporting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def show_report_as_graph(self, **kwargs) -> None:
kwargs.pop("static", None)
kwargs.pop("display_as_ipython_svg", None)

with plt.style.context('seaborn-colorblind'):
with plt.style.context('seaborn-v0_8-colorblind'):
self.get_report_as_graph(**kwargs)
plt.show(block=True)

Expand Down

0 comments on commit a837359

Please sign in to comment.