Groups | Search | Server Info | Login | Register


Groups > comp.soft-sys.math.maple > #191

AW: AW: Multiple plots with stepped parameters

From "Michael Komma" <komma@oe.uni-tuebingen.de>
Newsgroups comp.soft-sys.math.maple
Subject AW: AW: Multiple plots with stepped parameters
Date 2011-06-21 11:15 +0200
Organization solani.org
Message-ID <itpngg$jqo$1@solani.org> (permalink)
References <SalmonEgg-4EE972.11212019062011@news60.forteinc.com> <itoedi$f6c$1@solani.org> <SalmonEgg-1D51AE.17330720062011@news60.forteinc.com>

Show all headers | View raw


I think it's not too arcane. Perhaps plots:-display is a bit confusing, but
I'm accustomed to use it for more flexibility.

If you look at
?seq
The seq(f(i), i in x) calling sequence is equivalent to seq(f(i), i = x).

and

?plot,details
Generating Multiple Curves

You'll find the straight forward command

plot([seq(1/(exp(nu/T)-1),T=[0.5, 1.0, 2.0, 5.0, 10.0])],nu=0..10,0..20);

(as you proposed).

Michael


> The Maple command you give is
> arcane and I do not see how to get there without guidance like yours.
>
> I am going to continue looking at the German site given in your
> response. I am also looking at the responses by Vogt and Riel until I
> can master this aspect of plotting.
>
> -- 
>
> Sam
>
> Conservatives are against Darwinism but for natural selection.
> Liberals are for Darwinism but totally against any selection.  

Back to comp.soft-sys.math.maple | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Multiple plots with stepped parameters Salmon Egg <SalmonEgg@sbcglobal.net> - 2011-06-19 11:21 -0700
  Re: Multiple plots with stepped parameters Axel Vogt <&noreply@axelvogt.de> - 2011-06-19 21:38 +0200
    Re: Multiple plots with stepped parameters Joe Riel <joer@san.rr.com> - 2011-06-19 13:46 -0700
  AW: Multiple plots with stepped parameters "Michael Komma" <komma@oe.uni-tuebingen.de> - 2011-06-20 23:34 +0200
    Re: AW: Multiple plots with stepped parameters Salmon Egg <SalmonEgg@sbcglobal.net> - 2011-06-20 17:33 -0700
      Re: AW: Multiple plots with stepped parameters "Barister Mine" <me@privacy.net> - 2011-06-21 07:45 +0300
      AW: AW: Multiple plots with stepped parameters "Michael Komma" <komma@oe.uni-tuebingen.de> - 2011-06-21 11:15 +0200
      Re: AW: Multiple plots with stepped parameters Axel Vogt <&noreply@axelvogt.de> - 2011-06-21 23:04 +0200
  Re: Multiple plots with stepped parameters Roman <wfrisch@gmx.net> - 2011-06-21 00:50 -0700

csiph-web