from pygasflow.interactive.diagrams import GasDiagram
d = GasDiagram(select=0, gamma_range=(1.2, 1.8), R=400)
d.show_figure()