Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Joe Riel Newsgroups: comp.soft-sys.math.maple Subject: Re: problem with plot Date: Fri, 03 Oct 2014 16:46:12 -0700 Organization: A noiseless patient Spider Lines: 24 Message-ID: <878ukwpvi3.fsf@san.rr.com> References: <56d4fee8-b88e-4c2a-ae52-481eeed2f89e@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx05.eternal-september.org; posting-host="15591ad2607da309a0d1a78a1d632bc7"; logging-data="16965"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+x+JHDjzcj6DzHmBhkTY7k" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:DG11Yq2gyqM/+Ke1gg/ue978Wz4= sha1:AMRtLs1HjOgTjqDZnNwRG/YPQjs= Xref: csiph.com comp.soft-sys.math.maple:972 carlo berlingen writes: > Am Freitag, 3. Oktober 2014 23:18:20 UTC+2 schrieb carlo berlingen: >> 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 > > Hello, > that's almost the solution, but I would like have the same distance between 0 and 1, 1 an 2 .... > Carlo I don't understand. The scale is fixed on the x-axis. If you need to see x=0, add a view option to the plot command: view = [0..n,0..f(n)] where n is the last point selected. -- Joe Riel