Single 1D spectrum¶
1D plotting is covered in more detail in the tutorial section of this documentation.
import penguins as pg
ds = pg.read('.', 101)
ds.stage()
pg.mkplot()
pg.show()
1D plotting is covered in more detail in the tutorial section of this documentation.
import penguins as pg
ds = pg.read('.', 101)
ds.stage()
pg.mkplot()
pg.show()