Roland Müller <[email protected]> wrote: > Hello, > > On 2/4/26 11:06, Chris Green wrote: > > I'm looking for a program to do simple chart plotting, e.g. I have > > some voltage measurements taken (say) once a minute and I want to > > display how the voltage varies over (say) a day. So that's 1440 > > measurements. > > There is gnuplot as already mentioned but there are other tools too. > > > Pandas: this supports many other data analysis functionality > > https://pandas.pydata.org/docs/reference/plotting.html > > https://blog.jetbrains.com/pycharm/2023/02/using-pycharm-to-read-data-from-a-mysql-database-into-pandas/ > > > > > Grafana; a data visualization tool with a lot of feature both for > plotting/visualization and using data sources > > https://grafana.com/docs/grafana/latest/datasources/ > Hmm, I took a look at that, it's **huge** and **complex**. All I want to do is plot values against time, grafana is massive overkill for doing that.
-- Chris Green ·

