whether to plot lines representing mean free paths, and debye lengths, on each subplot.
None –> True if input was a Dataset; False if it was a DataArray.
(cannot infer klims from DataArray of growth values.)
Dataset –> use to infer klims. Use only default kwargs for xarray_klines.
dict –> use as kwargs for xarray_klines. infer klims from array input (must be a Dataset).
tuple –> (Dataset, dict). use dataset to infer klims; use dict as xarray_klines kwargs.
Internally, uses different kwarg defaults than xarray_klines. Defaults here:
label = ‘{shortvar} ({fluid})’
add_legend = True for axs[0,0], False for all other plots.
log = infer from ylabel of top-left ax (if direction==’h’, else xlabel of bottom left.)