Re: problem For with GraphPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg78117] Re: problem For with GraphPlot
- From: dh <dh at metrohm.ch>
- Date: Sat, 23 Jun 2007 07:10:14 -0400 (EDT)
- References: <f5dkbu$mr$1@smc.vnet.net>
Hi Christophe, I guess you are using version 6. Here graphics is treated like text, you must tell mathematica to print it, e.g.: For[i=0,i<4,i++,Print[GraphPlot[g]]] hope this helps, Daniel Christophe Lucarz wrote: > Hello everybody, > > When I do this : GraphPlot[g], it draws correctly the graph > When I want to iterate the drawing of the same graph 4 times, it doesn't > work : For[i = 0, i < 4, i++, GraphPlot[g]] > > Any idea? > Thx > Christophe > > >