<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>gnuplot on Coffee and Contemplation</title><link>https://coffeeandcontemplation.dev/tags/gnuplot/</link><description>Recent content in gnuplot on Coffee and Contemplation</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><managingEditor>dev@gmail.com (dev)</managingEditor><webMaster>dev@gmail.com (dev)</webMaster><lastBuildDate>Wed, 09 Nov 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://coffeeandcontemplation.dev/tags/gnuplot/index.xml" rel="self" type="application/rss+xml"/><item><title>Plotting a timeseries graph with gnuplot</title><link>https://coffeeandcontemplation.dev/post/2022-11-09-plotting-temp-timeseries/</link><pubDate>Wed, 09 Nov 2022 00:00:00 +0000</pubDate><author>dev@gmail.com (dev)</author><guid>https://coffeeandcontemplation.dev/post/2022-11-09-plotting-temp-timeseries/</guid><description>So, there was this raspberry pi contraption to log temperature to a file. The next step is to plot this in a graph. We get a single column file of recorded temperatures from the raspberry pi pico.
It is pretty easy to plot a graph from a two column file using gnuplot. If the filename is temp_log, all you need is:
plot &amp;#39;temp_log&amp;#39; with lines I was too lazy to find how to plot a single column file.</description></item></channel></rss>