We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b91b65 commit fb06655Copy full SHA for fb06655
examples/requirements.txt
@@ -0,0 +1,2 @@
1
+pandas
2
+matplotlib
ipython2cwl/iotypes.py
@@ -189,7 +189,7 @@ class CWLPNGPlot(CWLDumpable):
189
190
191
class CWLPNGFigure(CWLDumpable):
192
- """The same with CWLPNGPlot but creates new figures before plotting. Use that annotation of you don't want
+ """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
194
195
>>> import matplotlib.pyplot as plt
0 commit comments