WeeWX does not use matplotlib. You would have to extract the data from the database, then use it. The command-line tool "sqlite3 <https://sqlite.org/cli.html>" can emit CSV files.
On Thu, Jan 19, 2023 at 9:15 AM mihec <[email protected]> wrote: > Hi, > I would like to plot e.g. temperature and solar radiation from my sqlite3 > weewx's database file for the whole last year or just selected season. Is > there a code example how to do that? The problem I have is actually to > extract the data from the database file. The plotting part I can handle. > Alternatively, is there a way to convert the selected timeframe from the > database to the .csv file? > Thank you. > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/1b611686-0f84-4215-b1c3-d77e71f26664n%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/1b611686-0f84-4215-b1c3-d77e71f26664n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zECMtmP5FJS-SPD1mEVc11qU1Se-Q-8aA3SMD%3DGFAvqsyA%40mail.gmail.com.
