MathGroup Archive 2008

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

Search the Archive

Re: Re: Help

  • To: mathgroup at smc.vnet.net
  • Subject: [mg92368] Re: [mg92351] Re: Help
  • From: "Curtis F. Osterhoudt" <cfo at lanl.gov>
  • Date: Mon, 29 Sep 2008 07:07:51 -0400 (EDT)
  • References: <gbjmbb$3ah$1@smc.vnet.net>
  • Reply-to: cfo at lanl.gov

  It works if one uses Evaluate@ran inside the Plot command. I use this
all the time in self-written packages to fix appropriate plot ranges.

      Hope that helps!
               C.O.


> Rui,
> for your next threads in mathgroup, I would suggest that you put a
> more meaninful title than "Help".
> This would facilitate visual scanning of the mathgroup messages.
>
>
> your
>
> ran={x, 0, 4}; Plot[Sin[x], ran]
>
> does not work, imo, because Plot localizes its variables. But there
> are perhaps also other reasons.
> Using
> On[] and Off[]
> might help you to resolve the arcane, but the output is very
> intricate.
>
>



  • Prev by Date: Re: Redirecting input
  • Next by Date: Re: ClearAll error message
  • Previous by thread: Re: Help
  • Next by thread: Re: Help