Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3751
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2017-09-13 06:55 -0700 |
| References | <81a289ce-bba5-424e-86ec-e24cc94d69a8@googlegroups.com> <c093a27d-521f-449d-aef4-3b4de5bc9b48@googlegroups.com> <opa1oq$ij4$1@dont-email.me> |
| Message-ID | <9342c95e-8745-41dc-a7e1-f448b2a77738@googlegroups.com> (permalink) |
| Subject | Re: Plotting many curves? |
| From | Cass Sackett <casackett@gmail.com> |
On Tuesday, September 12, 2017 at 9:31:10 PM UTC-4, Ethan A Merritt wrote: > Cass Sackett wrote: > > > OK I see there is a "MAX_LINE_LEN" definition in the source code that > > would need to be changed, cf > > http://www.delorie.com/gnu/docs/octave/octave_182.html > > > > Any chance someone here knows how to do that in windows? > > Current versions of gnuplot use MAX_LINE_LEN only as a starting point. > More space in the input buffer is allocated as needed. > > There is a limitation on the length of lines in a text data file, > but since you are plotting functions that is not relevant. > > It would help if you actually reported what the error messages were. > > On the other hand, the link you provided was to Octave documentation > rather than gnuplot. Are you actually running Octave rather than > directly running gnuplot? > > > Ethan I am running gnuplot 5.0, patchlevel 6. The link to Octave was just because that was the place I found that talked about the line length problem in gnuplot. The error (when I got it) looked like my plot command line had ended prematurely, and gnuplot was expecting another argument. But since the problem went away I can't cite the error exactly. > There are three things that makes life with gnuplot easier (IMHO). > > - Keep all your scripts in UTF8 encoding > - First line in all scripts "reset" > - Second line in all scripts "set encoding utf8" > > The "reset" command don't reset anything in gnuplot (see > help/documentation). So after several hours of work with gnuplot, and or > you get unexpected results, it is a good idea to restart gnuplot. > > Jörg I knew about reset, and had that. But not about utf8, I will put that in. Thanks for advice. And I should have known to try restarting.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Plotting many curves? Cass Sackett <casackett@gmail.com> - 2017-09-11 09:30 -0700
Re: Plotting many curves? Cass Sackett <casackett@gmail.com> - 2017-09-11 09:38 -0700
Re: Plotting many curves? Karl Ratzsch <mail.kfr@gmx.net> - 2017-09-11 23:16 +0200
Re: Plotting many curves? Ethan A Merritt <EAMerritt@gmail.com> - 2017-09-12 18:30 -0700
Re: Plotting many curves? Cass Sackett <casackett@gmail.com> - 2017-09-13 06:55 -0700
Re: Plotting many curves? Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2017-09-13 22:46 +0200
Re: Plotting many curves? Jörg Buchholz <bookwood4new@freenet.de> - 2017-09-12 13:06 +0200
Re: Plotting many curves? Cass Sackett <casackett@gmail.com> - 2017-09-12 06:25 -0700
Re: Plotting many curves? Jörg Buchholz <bookwood4new@freenet.de> - 2017-09-13 09:09 +0200
csiph-web