Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation 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
4#include "PlottingEngine.hh"
5
6namespace Garfield {
7
9
10inline void SetDefaultStyle() {
11 plottingEngine.SetDefaultStyle();
12}
13
14inline void SetSerif() {
15 plottingEngine.SetSerif();
16}
17
18inline void SetSansSerif() {
19 plottingEngine.SetSansSerif();
20}
21
22}
23
24#endif
void SetSansSerif()
Definition Plotting.hh:18
PlottingEngine plottingEngine
void SetSerif()
Definition Plotting.hh:14
void SetDefaultStyle()
Definition Plotting.hh:10