Skip to content

Commit d0a02c9

Browse files
author
Mark Fiers
committed
uses tag in title & plot name
1 parent 10ce58c commit d0a02c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hagfish_cplot2

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ l.info("starting %s" % sys.argv[0])
3939
data = hagfishData(options, args)
4040

4141
#prepare the plot
42-
plot = hagfishPlot(options, data)
42+
plot = hagfishPlot(options, data, tag='cplot2')
4343

4444
PLOTHIGH = True
4545
PLOTOK = True

0 commit comments

Comments
 (0)