Garfield 0.3
Toolkit for the detailed simulation of particle detectors based on ionization measurement in gases and semiconductors
Loading...
Searching...
No Matches
Plotting.hh
Go to the documentation of this file.
1#ifndef G_PLOTTING_H
2#define G_PLOTTING_H
3
5
6namespace Garfield {
7
9
10inline void SetDefaultStyle() { plottingEngine.SetDefaultStyle(); }
11
12inline void SetSerif() { plottingEngine.SetSerif(); }
13
14inline void SetSansSerif() { plottingEngine.SetSansSerif(); }
15
16} // namespace Garfield
17
18#endif
void SetSansSerif()
Definition Plotting.hh:14
PlottingEngine plottingEngine
void SetSerif()
Definition Plotting.hh:12
void SetDefaultStyle()
Definition Plotting.hh:10