First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Your blob is too larger. Explicitly set the number of plot_points to be smaller:

parametric_plot3d( [b*t, -a*t, f(b*t,-a*t)], [t,-e,e], color="yellow", size=15, plot_points=200 )

click to hide/show revision 2
No.2 Revision

updated 9 years ago

kcrisman gravatar image

Your blob is too larger. large. Explicitly set the number of plot_points to be smaller:

parametric_plot3d( [b*t, -a*t, f(b*t,-a*t)], [t,-e,e], color="yellow", size=15, plot_points=200 )