from pygasflow.interactive.diagrams import GasDiagram
d = GasDiagram(select=1, R_range=(0, 2000), gamma=1.8)
d.show_figure()