>> Actually one more question --- if I run the terminal, e.g. ipython,
>> then you have your own hook in ipython (executed after each command)
>> which checks which files were generated (in ~/.sage/temp) and does
>> the right thing (e.g. calling jmol or some viewer for the image?).
>> The
>> co
On Thu, Apr 16, 2009 at 7:51 PM, Ondrej Certik wrote:
>
> On Thu, Apr 16, 2009 at 6:27 PM, Robert Bradshaw
> wrote:
>>
>> On Apr 16, 2009, at 6:14 PM, J Elaych wrote:
>>
>>>
>>> For 3d plots it's really very similar, but of course they aren't
>>> always png's. Calling show with viewer="tachyon"
On Apr 16, 7:51 pm, Ondrej Certik wrote:
> Just curious, what is OP?
Original poster.
> Actually one more question --- if I run the terminal, e.g. ipython,
> then you have your own hook in ipython (executed after each command)
> which checks which files were generated (in ~/.sage/temp)
On Thu, Apr 16, 2009 at 6:27 PM, Robert Bradshaw
wrote:
>
> On Apr 16, 2009, at 6:14 PM, J Elaych wrote:
>
>>
>> For 3d plots it's really very similar, but of course they aren't
>> always png's. Calling show with viewer="tachyon" just renders a png,
>> and we're in the above case. Calling show
On Apr 16, 6:27 pm, Robert Bradshaw
wrote:
> On Apr 16, 2009, at 6:14 PM, J Elaych wrote:
>
>
>
>
>
> > For 3d plots it's really very similar, but of course they aren't
> > always png's. Calling show with viewer="tachyon" just renders a png,
> > and we're in the above case. Calling show with
On Apr 16, 2009, at 6:14 PM, J Elaych wrote:
>
> For 3d plots it's really very similar, but of course they aren't
> always png's. Calling show with viewer="tachyon" just renders a png,
> and we're in the above case. Calling show with no options (no
> viewer="tachyon") uses jmol, which means tha
For 3d plots it's really very similar, but of course they aren't
always png's. Calling show with viewer="tachyon" just renders a png,
and we're in the above case. Calling show with no options (no
viewer="tachyon") uses jmol, which means that a certain file type is
output. The notebook then noti
On Apr 16, 2009, at 3:50 PM, William Stein wrote:
> 2009/4/16 Ondrej Certik :
>>
>> Hi,
>>
>> the notebook (sagelite) can work with Graphics primitives in Sage,
>> that's very nice.
>>
>> I would like to make sympy (and other packages) to be able to easily
>> work with the plotting. One way to do
2009/4/16 Ondrej Certik :
>
> Hi,
>
> the notebook (sagelite) can work with Graphics primitives in Sage,
> that's very nice.
>
> I would like to make sympy (and other packages) to be able to easily
> work with the plotting. One way to do plotting is to use matplotlib
> (or anything else) and drop