Re: plot in text mode
- To: mathgroup at smc.vnet.net
- Subject: [mg89751] Re: [mg89686] plot in text mode
- From: Carl Woll <carlw at wolfram.com>
- Date: Thu, 19 Jun 2008 05:46:59 -0400 (EDT)
- References: <200806180823.EAA26111@smc.vnet.net>
Budaoy wrote: >I use text mode of Mathematica 6 to plot a graph, eg Plot[Sin[x], {x, 0, 5}], >but math.exe won't give a graph but a "-Graph-"; however in Mathematica 5 it >will give a graph. How can I get a graph? > >Thanks. > > You need to use StandardForm or TraditionalForm to see the rendered plot: Plot[Sin[x], {x, 0, 5}] //StandardForm Carl Woll Wolfram Research
- References:
- plot in text mode
- From: Budaoy <yaomengliang@gmail.com>
- plot in text mode