sympy / sympy.github.com

SymPy's web page (sympy.org)
https://sympy.org/
188 stars 108 forks source link

plot3d_parametric_line error on constant value in one dimension #136

Closed shiMusa closed 4 years ago

shiMusa commented 4 years ago

using plot_parametric(1,x,(x,-10,10)) with a constant value in one dimension in 2D works just fine, however in 3d using plot3d_parametric_line(1,x,x,(x,-10,10)) crashes. Probably because it can't use set_xlim via min and max values since they are the same for a constant... image

shiMusa commented 4 years ago

Sorry, wrong repo. Problem is known already in the right place 0:)