- Please put your data file in the ~/.hepscale
- ''hepscale ls .'' will list your datafiles
- If you have a data file named ''mass.dat'', you can plot with ''hepscale plot mass.dat''
(mass.dat)
"""
LinePlot
Mass
4 13 MassUnit
l red 1 TeV $$
l red 1 GeV $$
l red 1 MeV $$
l red 100 MeV $$
p red 125.5 GeV
- Explanations:
- l1: LinePlot: For future extension
- l2: Mass: title of the plot
- l3: 4 13: plot the scale from 1e4 to 1e13, the unit varying, so please just try these two number
- l3: MassUnit: use mass as unit, other option: TimeUnit, LengthUnit
- l4-...: the first symbol l,p or i means the point style. l means to draw a verticle line, p mean to draw the physics quantity, i mean to draw the quantity as 1/x.