MathGroup Archive 2007

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

Search the Archive

Re: using units and plotting

  • To: mathgroup at smc.vnet.net
  • Subject: [mg80870] Re: using units and plotting
  • From: Szabolcs <szhorvat at gmail.com>
  • Date: Tue, 4 Sep 2007 06:36:12 -0400 (EDT)
  • Organization: University of Bergen
  • References: <fbj32s$nlr$1@smc.vnet.net>

phillman5 wrote:
> Is there any hints how to plot things other than downloading custom
> packages when you use units?  To plot position verus time.
> 
> <<Units`
> dist:= a t^2
> a=9.8 Meter/Second^2
> Plot[dist,{t, 0 Second, 10 Second}]
> 
> Does not work.  Of course you can use
> 
> Plot[dist/Meter,{t, 0 Second, 10 Second}]
> 
> to make the y axis unitless, but how about the x axis?
>

What's wrong with the solution I gave as a reply to your previous question?

http://groups.google.com/group/comp.soft-sys.math.mathematica/browse_thread/thread/f6dec9ee3f2e53d0/d21108aef82e8ce9#d21108aef82e8ce9


  • Prev by Date: Re: Plot question
  • Next by Date: Re: Insert a Mathematica-Notebook
  • Previous by thread: using units and plotting
  • Next by thread: Re: using units and plotting