Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3943
| From | Karl Ratzsch <mail.kfr@gmx.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: How to load .gnu file in window version of gnuplot? |
| Date | 2018-04-14 10:08 +0200 |
| Organization | solani.org |
| Message-ID | <pascu8$s5p$1@solani.org> (permalink) |
| References | <9c2e070c-a61f-4b48-a24d-77987d0e7754@googlegroups.com> |
Am 13.04.2018 um 16:10 schrieb Abdul Jalil: > Dear Users > I am new user of gnuplot.I am using linux version of gnuplot but when I want to plot the data " Could not find/open font when opening font "arial", using internal non-scalable font > "slabek.gnu", line 25: Too many using specs for this style" I'll assume that your script wants to use a specific font, "arial", which you don't have on your linux machine. Just specify a different font , or remove the font option completely, but that error isn't fatal anyway. "Too many using specs" means the "plot" command in the script is bad, either because it never worked or was written for a rather old version of gnuplot, or because you have a very old gnuplot version on your linux maching. Current is 5.2. > In order to avoid this error I have installed window version of gnuplot.But I am stucked in plotting when one file depending on other file how can we load the file? > like in linux slb.gnu file read data from orbtal.dat file.But in window how we resolve the issue? > You need to run the script in the right directory, where it can *find* the data file. ? Try running gnuplot's demo scripts to familarise yourself with the concepts. Or open http://gnuplot.sourceforge.net/demo_5.2/ , start with "simple functions", and just type the commands you see on the right of the web page into the gnuplot console. The learning curve is rather steep, you'll learn quickly. Karl
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
How to load .gnu file in window version of gnuplot? Abdul Jalil <jalilawan@gmail.com> - 2018-04-13 07:10 -0700 Re: How to load .gnu file in window version of gnuplot? Karl Ratzsch <mail.kfr@gmx.net> - 2018-04-14 10:08 +0200
csiph-web