Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #972
| From | Joe Riel <joer@san.rr.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.maple |
| Subject | Re: problem with plot |
| Date | 2014-10-03 16:46 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <878ukwpvi3.fsf@san.rr.com> (permalink) |
| References | <e8a44385-7f9a-40fd-b6a5-0775d94dacba@googlegroups.com> <56d4fee8-b88e-4c2a-ae52-481eeed2f89e@googlegroups.com> |
carlo berlingen <carlo.numerik@t-online.de> 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
Back to comp.soft-sys.math.maple | Previous | Next — Previous in thread | Next in thread | Find similar
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