Skip to content

Commit

Permalink
Merge pull request #2894 from PMEAL/fix_examples
Browse files Browse the repository at this point in the history
Fix examples
  • Loading branch information
jgostick authored Jan 29, 2024
2 parents ec495f0 + 5459313 commit 5660520
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 26 deletions.
52 changes: 27 additions & 25 deletions examples/getting_started.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openpnm/visualization/_plottools.py
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ def set_mpl_style(): # pragma: no cover
image_props = {'interpolation': 'none',
'cmap': 'viridis'}
line_props = {'linewidth': 2,
'markersize': 8,
'markersize': 7,
'markerfacecolor': 'w'}
font_props = {'size': sfont}
axes_props = {'titlesize': lfont,
Expand Down

0 comments on commit 5660520

Please sign in to comment.