|
From: <als...@ma...> - 2007-06-07 14:37:15
|
Quoting Joel Swanson <jsw...@wp...>:
> plot [-3:3] (1/3)**x
>
> I think this should give me a nice curve starting at (-3,27), passing
> through (0,1) and ending at (3,1/27), but it doesn't. It gives me a
> horizontal line (0,0) to (3,0) and a warning that I have an empty y
> range. Any help would be appreciated.
>
> Joel Swanson
Hi,
just use plot [-3:3] (1./3.)**x
Ramzi Alsallaq
Florida State University
----------------------------------------------------------------
|