In a .sage script file, I have:
maple.eval('plotsetup(ps, plotoutput=`logplot.eps`, \
plotoptions=`portrait,noborder,color`)')
maple.eval('plot(log(2*x), x=1..2,filled=true,color=yellow, \
view=[.75..2.25,0..1.5])')
but the corresponding .py file has, for the second command,
maple.eval('plot(log(2*x), x=1..2,filled=true,color=yellow, \
view=(ellipsis_range(.75,Ellipsis,2.25,0,Ellipsis,1.5)))')
Maple obviously doesn't understand this. It seems the preparser is a bit
too eager; it needs to ignore stuff that will get passed to Maple or
whatever. Can this be fixed?
Dan
--
--- Dan Drake <[EMAIL PROTECTED]>
----- KAIST Department of Mathematical Sciences
------- http://math.kaist.ac.kr/~drake
signature.asc
Description: Digital signature
