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