MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

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



  • Prev by Date: Re: Resolve a function
  • Next by Date: Re: Dynamic GUI problem II.
  • Previous by thread: Re: plot in text mode
  • Next by thread: Re: plot in text mode