| Author |
Comment/Response |
Ellen Groop
|
07/12/00 6:50pm
I have an array of plots of the same functions with different parameters. I would like to graph all plots within the array in one graph. I have tried to make the array into a list by creating a table but the total number of elements in the array will be input by the user so I do not have set number of plots to work with. The plots I am woring with have the form : LogLogPlot[V/. FindRoot[ . . . . ], {r , a, b}]. How can I combine the plots from the array into one graph?
URL: , |
|