Path: csiph.com!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=c3=b6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: GNUplot for hysteresis loop not giving graph Date: Thu, 17 Dec 2020 09:16:35 +0100 Organization: A noiseless patient Spider Lines: 23 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 17 Dec 2020 08:16:33 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="1c03387bb53f102d593c609a5faa34b2"; logging-data="6478"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19NZN6B00sbjjMJLS06gINfDj2gIkUrnAQ=" User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 Cancel-Lock: sha1:WUSPqwnt2WbcTjvdRSMD1S8/Abc= In-Reply-To: Content-Language: en-GB Xref: csiph.com comp.graphics.apps.gnuplot:4380 On 16.12.2020 14:20, Buse Ozkan wrote: > I have tried the following: gnuplot --persist -e 'plot "plot1.dat" u > 1:2' > > gnuplot make_plot.gnu where the make_plot.gnu is a script with; set > term postscript eps enhanced color set out ‘hysteresis.eps’ set > xlabel ‘Applied field H_x (A/m)’ set ylabel ‘M_x / M_s’ set xrange > [-1050000:1050000] set yrange [-1.2:1.2] plot ‘plot.dat’ u 1:2 ti > ‘ellipsoid example’ w lp 3 > > > Is there any help you can give me about this? Also apart from the > manuals are there any other tutorials present for me to understand > the package more to use it effectively? If you first open gnuplot and then load the script you get error messages from gnuplot. load 'make_plot.gnu' Jörg