Thank you! - 原文 - 发件人: Jaap Spies 主 题: Re: 回复: [sage-support] Re: 3D
plot in sage时 间: 2010年3月16日 05:43:18wxu...@sohu.com wrote:> Thank you very
much!>> I will try this.>You could try the experimental version found
here:http://sage.math.washington.edu/home/jsp/SPKGS/ETS/Ja
wxu...@sohu.com wrote:
Thank you very much!
I will try this.
You could try the experimental version found here:
http://sage.math.washington.edu/home/jsp/SPKGS/ETS/
Jaap
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage
Thank you very much! I will try this.regards,YC - 原文 - 发件人: Jason Grout
主 题: Re: 回复: [sage-support] Re: 3D plot in sage时 间: 2010年3月16日 03:36:36On
03/16/2010 02:24 AM, wxu...@sohu.com wrote:> Hi Jason and everyone,> >
Thank you very much for your reply.> > Now I have a fu
On 03/16/2010 02:24 AM, wxu...@sohu.com wrote:
> Hi Jason and everyone,
>
> Thank you very much for your reply.
>
> Now I have a function or a set of data depending all the three
> coordinates x, y, z.
> In other words, there is a corresponding value at every point in 3
> dimensional space, whi
Jason Grout 主 题: Re: 回复: [sage-support]
Re: 3D plot in sage时 间: 2010年3月16日 05:19:05On 03/12/2010 05:43 AM,
wxu...@sohu.com wrote:> Actually I do need them to be plotted by color.>
it seems that sage is not designed for this way.> could anyone give some
information about> what open sourc
On 03/12/2010 05:43 AM, wxu...@sohu.com wrote:
> Actually I do need them to be plotted by color.
> it seems that sage is not designed for this way.
> could anyone give some information about
> what open source software can do this?
>
I really don't understand what sort of plot you want. Can you
Actually I do need them to be plotted by color.it seems that sage is not
designed for this way.could anyone give some information aboutwhat open source
software can do this?Thanks a lot!YC - 原文 - 发件人: Jason Grout 主 题: Re:
回复: [sage-support] Re: 3D plot in sage时 间: 2010年3月12日 01:26:30On
On 03/12/2010 03:51 AM, Marshall Hampton wrote:
> One option is several implicit plots, colored by value, i.e. something
> like:
>
> var('x,y,z')
> f=cos(x)*cos(y)+cos(y)*cos(z)+cos(z)*cos(x)
>
> imps = []
> plot_range = srange(0,3,.75)
> color_range = [i/N(len(plot_range)) for i in range(len(plo
One option is several implicit plots, colored by value, i.e. something
like:
var('x,y,z')
f=cos(x)*cos(y)+cos(y)*cos(z)+cos(z)*cos(x)
imps = []
plot_range = srange(0,3,.75)
color_range = [i/N(len(plot_range)) for i in range(len(plot_range))]
for i,q in enumerate(plot_range):
red = color_rang
I don't want to plot f(x,y,z)=0.Yes, it should a 4d plot as you said.can that
be done in sage?Thanks!YC - 原文 - 发件人: John H Palmieri 主 题:
[sage-support] Re: 3D plot in sage时 间: 2010年3月10日 07:04:29On Mar 10,
9:39 am, wxu...@sohu.com wrote:> Hi everyone,I want do this thing as
follows in
10 matches
Mail list logo