utzer [Pleroma]Hey everyone!<br>I’m looking for a good way to create a <a class="hashtag" href="https://soc.utzer.de/tag/graph" rel="nofollow noopener" target="_blank">#graph</a> or <a class="hashtag" href="https://soc.utzer.de/tag/chart" rel="nofollow noopener" target="_blank">#chart</a> from a <a class="hashtag" href="https://soc.utzer.de/tag/dataset" rel="nofollow noopener" target="_blank">#dataset</a> under <a class="hashtag" href="https://soc.utzer.de/tag/linux" rel="nofollow noopener" target="_blank">#Linux</a>.<br><br>The data is in a <a class="hashtag" href="https://soc.utzer.de/tag/csv" rel="nofollow noopener" target="_blank">#CSV</a> file and has around 180,000 rows. One column contains the timestamps, and several other columns contain the actual <a class="hashtag" href="https://soc.utzer.de/tag/measurement" rel="nofollow noopener" target="_blank">#measurement</a> values.<br><br>Not every value is recorded at every timestamp, so there are different <a class="hashtag" href="https://soc.utzer.de/tag/sampling" rel="nofollow noopener" target="_blank">#sampling</a> rates across columns, and some fields are empty. The solution should be able to handle that – missing data, large file size, and multiple series plotted over <a class="hashtag" href="https://soc.utzer.de/tag/time" rel="nofollow noopener" target="_blank">#time</a>.<br><br>What’s your preferred tool or approach for this kind of visualization?<br>Ideally something scriptable or easily repeatable.<br><br><a class="hashtag" href="https://soc.utzer.de/tag/datavisualization" rel="nofollow noopener" target="_blank">#DataVisualization</a> <a class="hashtag" href="https://soc.utzer.de/tag/csvhandling" rel="nofollow noopener" target="_blank">#CSVHandling</a> <a class="hashtag" href="https://soc.utzer.de/tag/linux" rel="nofollow noopener" target="_blank">#Linux</a>