<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Gnuplot</title><link>https://sourceforge.net/p/nuto/wiki/Gnuplot/</link><description>Recent changes to Gnuplot</description><atom:link href="https://sourceforge.net/p/nuto/wiki/Gnuplot/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 07 Jan 2014 14:30:12 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/nuto/wiki/Gnuplot/feed" rel="self" type="application/rss+xml"/><item><title>Gnuplot modified by Joerg F. Unger</title><link>https://sourceforge.net/p/nuto/wiki/Gnuplot/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,8 @@
 Gnuplot FAQ
 =========
-* How can I plot columns from different files
+* How can I plot columns from different files?
 Gnuplot can only plot data from one file. However, a workaround is to join the two files horizontally (which requires them to have the some number of rows). This is done by using the paste command of a standard linux bash

-    plot '&lt; paste ./Time.dat ./DisplacementsNodeCenterTop.dat ' using 1:3 with lines
+        plot '&lt; paste ./Time.dat ./DisplacementsNodeCenterTop.dat ' using 1:3 with lines
+
+* How can I export to a Latex File?
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joerg F. Unger</dc:creator><pubDate>Tue, 07 Jan 2014 14:30:12 -0000</pubDate><guid>https://sourceforge.net2b150e5ed4f8cba39eef3e6f01d3703e9fce4889</guid></item><item><title>Gnuplot modified by Joerg F. Unger</title><link>https://sourceforge.net/p/nuto/wiki/Gnuplot/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="gnuplot-faq"&gt;Gnuplot FAQ&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;How can I plot columns from different files&lt;br /&gt;
Gnuplot can only plot data from one file. However, a workaround is to join the two files horizontally (which requires them to have the some number of rows). This is done by using the paste command of a standard linux bash&lt;/p&gt;
&lt;p&gt;plot '&amp;lt; paste ./Time.dat ./DisplacementsNodeCenterTop.dat ' using 1:3 with lines&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joerg F. Unger</dc:creator><pubDate>Tue, 07 Jan 2014 14:28:15 -0000</pubDate><guid>https://sourceforge.net69f405dfee68a35d5dfdcccca4e94d0da22cf399</guid></item></channel></rss>