<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.scott5.org/index.php?action=history&amp;feed=atom&amp;title=Gnuplot</id>
	<title>Gnuplot - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.scott5.org/index.php?action=history&amp;feed=atom&amp;title=Gnuplot"/>
	<link rel="alternate" type="text/html" href="https://wiki.scott5.org/index.php?title=Gnuplot&amp;action=history"/>
	<updated>2026-04-12T20:53:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.scott5.org/index.php?title=Gnuplot&amp;diff=497&amp;oldid=prev</id>
		<title>Scott at 22:11, 4 February 2011</title>
		<link rel="alternate" type="text/html" href="https://wiki.scott5.org/index.php?title=Gnuplot&amp;diff=497&amp;oldid=prev"/>
		<updated>2011-02-04T22:11:40Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{lowercase title}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Create a title:                  &amp;gt; set title &amp;quot;Force-Deflection Data&amp;quot;&lt;br /&gt;
Put a label on the x-axis:       &amp;gt; set xlabel &amp;quot;Deflection (meters)&amp;quot;&lt;br /&gt;
Put a label on the y-axis:       &amp;gt; set ylabel &amp;quot;Force (kN)&amp;quot;&lt;br /&gt;
Change the x-axis range:         &amp;gt; set xrange [0.001:0.005]&lt;br /&gt;
Change the y-axis range:         &amp;gt; set yrange [20:500]&lt;br /&gt;
Have Gnuplot determine ranges:   &amp;gt; set autoscale&lt;br /&gt;
Move the key:                    &amp;gt; set key 0.01,100&lt;br /&gt;
Delete the key:                  &amp;gt; unset key&lt;br /&gt;
Put a label on the plot:         &amp;gt; set label &amp;quot;yield point&amp;quot; at 0.003, 260&lt;br /&gt;
Remove all labels:               &amp;gt; set nolabel&lt;br /&gt;
Plot using log-axes:             &amp;gt; set logscale&lt;br /&gt;
Plot using log-axes on y-axis:   &amp;gt; set nologscale; set logscale y&lt;br /&gt;
Change the tic-marks:            &amp;gt; set xtics (0.002,0.004,0.006,0.008)&lt;br /&gt;
Return to the default tics:      &amp;gt; set noxtics; set xtics&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sample.plt:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
plot &amp;#039;sample.dat&amp;#039; using 2 title &amp;quot;close&amp;quot; with lines, \&lt;br /&gt;
&amp;#039;sample.dat&amp;#039; using 3 title &amp;quot;target-min&amp;quot;, \&lt;br /&gt;
&amp;#039;sample.dat&amp;#039; using 4 title &amp;quot;target-max&amp;quot;, \&lt;br /&gt;
&amp;#039;sample.dat&amp;#039; using 5 title &amp;quot;ema(20)&amp;quot; with lines&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Run it using this command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;gt; load &amp;#039;sample.plt&amp;#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Scott</name></author>
	</entry>
</feed>