Skip to content

Commit

Permalink
include panelQM12 plot
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jan 20, 2014
1 parent 14b9bef commit b52e7f8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyana/examples/gp_panel.py
Expand Up @@ -7,7 +7,14 @@
from ..ccsgp.config import default_colors

def gp_panel(version):
"""example for a panel plot using QM12 data (see gp_xfac)"""
"""example for a panel plot using QM12 data (see gp_xfac)
.. image:: ../ccsgp_get_started_data/examples/gp_panel/panelQM12.png
:width: 450 px
:param version: plot version / input subdir name
:type version: str
"""
inDir, outDir = getWorkDirs()
inDir = os.path.join(inDir, version)
data = {}
Expand Down

0 comments on commit b52e7f8

Please sign in to comment.