We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb06655 commit 90305e9Copy full SHA for 90305e9
ipython2cwl/iotypes.py
@@ -189,8 +189,8 @@ class CWLPNGPlot(CWLDumpable):
189
190
191
class CWLPNGFigure(CWLDumpable):
192
- """The same with :class:`~ipython2cwl.iotypes.CWLPNGPlot` but creates new figures before plotting. Use that annotation of you don't want
193
- to write multiple graphs in the same image
+ """The same with :class:`~ipython2cwl.iotypes.CWLPNGPlot` but creates new figures before plotting. Use that
+ annotation of you don't want to write multiple graphs in the same image
194
195
>>> import matplotlib.pyplot as plt
196
>>> data = [1,2,3]
0 commit comments