Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
giannisdoukas committed Jul 9, 2020
1 parent fb06655 commit 90305e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipython2cwl/iotypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ class CWLPNGPlot(CWLDumpable):


class CWLPNGFigure(CWLDumpable):
"""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
"""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
>>> import matplotlib.pyplot as plt
>>> data = [1,2,3]
Expand Down

0 comments on commit 90305e9

Please sign in to comment.