Is it possible to use parametric_plot to superimpose one function plot onto another?
Currently I'm creating two separate plots, as below, but would rather see them together and at the same scale. parametric_plot( (x_1, y_1), beg_1, end_1 ).show() parametric_plot( (x_2, y_2), beg_2, end_2 ).show() Is there a way to do this, either with this function or another one in Sage? Thanks, Andrew --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---