Question: multiple plots

Hi i am currently using maple 10 student edition and is trying to reduce the number of graphs i need to display. here are the following plots i have 1) implicitplot(x^3+3*x*y+y^3 = 1, x = -2.5 .. 2.5, y = -2.5 .. 2.5) 2)display([polygon([[-1, -1], [1.50322, -.503215], [-.503215, 1.50322]])], scaling = constrained) 3) (plots[display])((plottools[line])([-1, -1], [.5, .5]), color = red) is it possible to combine all 3 plots into one? or even 2. another question is in plot number 2 I drew a triangle. is it possible to make it show the angles of the triangle as well as the length of the sides on the plot? thanks in advance for the input.
Please Wait...