Hi, I need to print the graphic use *f**ramedPlot *maybe it could be the better option, but i don't knw how to do this.
The options are:
x = linspace(-2, 2, 1000)
#Let's take seno, cosseno, cosc and seca(x) = sin(x)b(x) = cosc(x)c(x) =
cos(x)d(x) = sec(x)
#Print the Graphic#FramedPlotusing Winstonx = linspace(0,2,1000)plot((a(x)))
title("Graphic")
How could a print the 4 options in the same grafic using framedPlot?
Thanks! :)
