from pygasflow.interactive.diagrams import FannoDiagram
d = FannoDiagram(mach_range=(0, 3), gamma=1.2, size=(600, 350))
d.show_figure()