LineGraph
LineGraph represents line graphs both simple and stacked. It includes also cumulative graph functionality.
The DIRAC Graphs package is derived from the GraphTool plotting package of the CMS/Phedex Project by … <to be added>
- class DIRAC.Core.Utilities.Graphs.LineGraph.LineGraph(data, ax, prefs, *args, **kw)
Bases:
PlotBase
The LineGraph class is a straightforward line graph; given a dictionary of values, it takes the keys as the independent variable and the values as the dependent variable.
- __init__(data, ax, prefs, *args, **kw)
- draw()
- dumpPrefs()
- setAxes(axes)
- x_formatter_cb(ax)