| Author |
Comment/Response |
Bill Simpson
|
08/28/12 4:53pm
Assuming you are using a recent version of Mathematica, try using Print and see if that works for you, as described here
http://reference.wolfram.com/mathematica/ref/Print.html
when you click on Applications about half way down the page.
A completely different way of doing this would be to make a vector or matrix of the graphs using GraphicsGrid as described here
http://reference.wolfram.com/mathematica/ref/GraphicsGrid.html
You could make that perhaps using Table instead of For
URL: , |
|