Skip to content

Commit 10ce58c

Browse files
author
Mark Fiers
committed
uses 'tag' for title & plot name
1 parent 6a7da0c commit 10ce58c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hagfish_cplot

+2-2
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='cplot')
4343

4444
PLOTHIGH = True
4545
PLOTOK = True
@@ -122,6 +122,6 @@ class plotter(hagfishPlotBand):
122122
color='black')
123123

124124
plot.plotBands(plotter)
125-
plot.save(tag='cbin')
125+
plot.save()
126126

127127

0 commit comments

Comments
 (0)