Home
last modified time | relevance | path

Searched refs:ax_drag (Results 1 – 1 of 1) sorted by relevance

/libCEED/examples/fluids/postprocess/
H A Dvortexshedding.py27 fig, ax_drag = plt.subplots() variable
28 ax_lift = ax_drag.twinx()
34 ax=ax_drag,
42 ax_drag.set_title(f"Shedding period {period}")
43 ax_drag.set_ylim(0.41, 0.49)
44 ax_drag.tick_params(axis="y", colors=palette[0])
45 ax_drag.yaxis.label.set_color(palette[0])