Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2089 by pevzi23: Wrong code representation in wiki
http://code.google.com/p/sympy/issues/detail?id=2089
For, example there http://wiki.sympy.org/wiki/Plotting_Module we see many
lines like this:
<source lang="python"> >>> Plot(x**2) # implies [x,-5,5,100] >>> Plot(x**2,
[], []) # [x,-1,1,40], [y,-1,1,40] >>> Plot(x**2-y**2, [100], [100]) #
[x,-1,1,100], [y,-1,1,100] >>> Plot(x**2, [x,-13,13,100]) >>> Plot(x**2,
[-13,13]) # [x,-13,13,100] >>> Plot(x**2, [x,-13,13]) # [x,-13,13,100] >>>
Plot(1*x, [], [x], 'mode=cylindrical') # [unbound_theta,0,2*Pi,40],
[x,-1,1,20] </source>
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.