
Student Support Forum: 'What's wrong in ver. 6 with Plots in For, Do, ....' topicStudent Support Forum > General > "What's wrong in ver. 6 with Plots in For, Do, ...."
| Author |
Comment/Response |
Patrik Hudec
|
05/29/07 5:02pm
Hi
I've a matrix, for every row I need to call ListPlot, but when calling it in For, Do, ... there's no output, why?
Example (simple):
ListPlot[{1,2}] - output OK
but Do[ListPlot[{1, 2}], {5}] or For[i=1, i<=5, i++, ListPlot[{1,2}] there's nothing happening. Why there's not 5× ListPlot[{1,2}]?
Because in previous ver. 5.2 I called MultipleListPlot in For[...] and now nothing's happening!
Give me please your advise. Tnx, Patrik
URL: , |
|
| | | |
 | |
|