Updates:
        Labels: CodeInDifficulty-Easy CodeInCategory-Code

Comment #2 on issue 2815 by krastano...@gmail.com: the plotting module does not follow PEP8 (code formating)
http://code.google.com/p/sympy/issues/detail?id=2815

Mainly 'if else' conditions that are all placed on the same line and are hard to read.

To find them one can use

$ grep -E ': {1,}' *

It checks for ':' that are not the last character on the line for all files in the current directory.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to