Plot[], Show[] and ; in Version 6
- To: mathgroup at smc.vnet.net
- Subject: [mg76433] Plot[], Show[] and ; in Version 6
- From: yasdfer at yahoo.com
- Date: Tue, 22 May 2007 02:48:42 -0400 (EDT)
Since version 6.0 suppresses Plot/Show outputs with ; (semicolon), how
do you plot and then do additional numerical (or graphical) outputs? I
have a lot of existing notebooks that follow such pattern and I am
hoping that there are some quick fixes.
For example, the following would work in older version and not in 6:
Block[{x=1,y=2},
Plot[x,{x,0,1}];
Print[Sqrt[y]];
Plot[x^2,{x,0,1}]
]
Thanks,
-Victor
- Follow-Ups:
- Re: Plot[], Show[] and ; in Version 6
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Plot[], Show[] and ; in Version 6
- From: "Lev Bishop" <lev.bishop+mathgroup@gmail.com>
- Re: Plot[], Show[] and ; in Version 6