-
Notifications
You must be signed in to change notification settings - Fork 11
Home_Duke
1 - Setup
How do you set up your enviroment to use this plotting library.
2 - Your first plot
What do you need to do to create your first plot.
3 - Additional plots
If you want to have additional plots, like a ratio, this functionallity is explained here.
If you want to manage your histograms in one place. Use this class (independent of the plotter)
5 - Systematic bands
To add one or more systematic uncertainty band to your plot you need the functions introduced here.
6 - Second y-Axis
Here the function to plot additional histograms on a second y-Axis in the same plot are explained.
7 - Interactive mode
If you want to use the matplotlib browser to make some final modifications of your plot, you will need the functions explained here.
If you want to add some user specific feature to your plot, this functionality is explained in this section.
9 - 2D Plots
If you want to plot trees, see this section.
10 - Tree
To get some nice 2D plots with a similar functionality as the 1D plots, you can use the functions introduced here.