Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


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

Re: problem with plot

From Joe Riel <joer@san.rr.com>
Newsgroups comp.soft-sys.math.maple
Subject Re: problem with plot
Date 2014-10-03 15:28 -0700
Organization A noiseless patient Spider
Message-ID <87d2a8pz2t.fsf@san.rr.com> (permalink)
References <e8a44385-7f9a-40fd-b6a5-0775d94dacba@googlegroups.com>

Show all headers | View raw


carlo berlingen <carlo.numerik@t-online.de> writes:

> I have to plot a sequence f(n), the x-axis n=0,1,2,3, ...
> I would like begin the with the point (1,f(1).
> Any ideas?
> Thx  Carlo

plot([seq([i,f(i)], i=1..30)], style=point);

-- 
Joe Riel

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


Thread

problem with plot carlo berlingen <carlo.numerik@t-online.de> - 2014-10-03 14:18 -0700
  Re: problem with plot Joe Riel <joer@san.rr.com> - 2014-10-03 15:28 -0700
  Re: problem with plot carlo berlingen <carlo.numerik@t-online.de> - 2014-10-03 16:21 -0700
    Re: problem with plot Joe Riel <joer@san.rr.com> - 2014-10-03 16:46 -0700
      Re: problem with plot carlo berlingen <carlo.numerik@t-online.de> - 2014-10-04 12:08 -0700

csiph-web