Skip to content

Commit

Permalink
Add origin=lower as part of set_mpl_style [no-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-sadeghi committed Mar 8, 2024
1 parent 53a06d1 commit 154c13d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion porespy/visualization/_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ def set_mpl_style(): # pragma: no cover
lfont = 12

image_props = {'interpolation': 'none',
'cmap': 'viridis'}
'cmap': 'viridis',
'origin': 'lower'}
line_props = {'linewidth': 2,
'markersize': 8,
'markerfacecolor': 'w'}
Expand Down

0 comments on commit 154c13d

Please sign in to comment.