On Thu, Oct 8, 2009 at 1:31 PM, Mariah <[email protected]> wrote:
>
> When I paste into my Sage notebook cell
>
> load "/path/to/my/script.sage"
>
> and then click "evaluate", I get no output.
> All that happens is that a new cell comes up. The
> same thing happens when I use "attach" instead of "load".
>
> Yet if I paste the code in "/path/to/my/script.sage"
> into my Sage notebook cell and then click "Evaluate",
> then I get the plot that I expect.
>
> Have I hit another Sage bug? I am on a networked
> file system if that makes difference.
>
Try explicitly showing the plot, e.g., do
show(plot(sin))
instead of just
plot(sin)
William
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---