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 )
2 | No.2 Revision |
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 )