Log in to edit a copy.
Download.
Other published documents...
eoc exam
174 days ago by johnsoru
p = plot(2/3+x/3,(x,-10,10),ymin=-10,ymax=10)
p
p.save("graph1.pdf")
graph1.pdf
p = plot(2/3+x/3,(x,-10,10),ymin=-10,ymax=10,linestyle="--",fill=-1000)
p
p.save("graph2.pdf")
graph2.pdf