Skip to content

Commit

Permalink
Refactor plotter function
Browse files Browse the repository at this point in the history
  • Loading branch information
richypitman committed Dec 15, 2023
1 parent 0ee44c8 commit 268135b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscal/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def format_relperm_plot(fig: plt.Figure, **kwargs) -> plt.Figure:
ax.set_ylabel(kwargs["ylabel"])

# Set axis limits
ax.set_xlim([0, 1])
ax.set_xlim((0.0, 1.0))

# Log y-axis fro semilog plot
# Some cases may have kr > 1 depending on base/absolute
Expand Down

0 comments on commit 268135b

Please sign in to comment.