With the simple code below, I thought that `hstar` should also be plotted. Am I doing something wrong or is this not implemented? ``` import timflow.steady as tfs ml = tfs.ModelMaq(kaq=[10], z=[12, 10, 0], c=[100], topboundary='semi', hstar=14) ml.plots.xsection(params=True) ``` <img width="688" height="323" alt="Image" src="https://github.com/user-attachments/assets/0caf1d18-c7ac-46d6-b739-afe57aa16010" />
With the simple code below, I thought that
hstarshould also be plotted. Am I doing something wrong or is this not implemented?