[Matplotlib-devel] matplotlib limitations and design flaws
Jouni K. Seppänen
jks at iki.fi
Tue Feb 16 06:20:51 EST 2016
Benjamin Root <ben.v.root at gmail.com> writes:
> And if I need to temporarily "comment out" a chunk of code, triple quoting
> works great.
You can also insert an "if 0:" indented between your normal indentation
levels, and end the block with "if 1:" unless you wanted to comment out
to the end of the natural block.
--
Jouni K. Seppänen
http://www.iki.fi/jks
More information about the Matplotlib-devel
mailing list