LabPlot: Free, open source and cross-platform Data Visualization and Analysis
1–10 of 44 posts
Re: LabPlot: Free, open source and cross-platform Data Visualization and Analysis
#2Re: LabPlot: Free, open source and cross-platform Data Visualization and Analysis
#3Re: LabPlot: Free, open source and cross-platform Data Visualization and Analysis
#4Re: LabPlot: Free, open source and cross-platform Data Visualization and Analysis
#5Pretty sure this is the project github: https://github.com/KDE/labplot
Re: LabPlot: Free, open source and cross-platform Data Visualization and Analysis
#6Unfortunately the only database it supports is SQLite, I really wanted to hook this up directly to a database or REST API. Going back and forth between exporting files and importing them into LabPlot is just too much work...
Re: LabPlot: Free, open source and cross-platform Data Visualization and Analysis
#7Re: LabPlot: Free, open source and cross-platform Data Visualization and Analysis
#8Unfortunately the only database it supports is SQLite, I really wanted to hook this up directly to a database or REST API. Going back and forth between exporting files and importing them into LabPlot is just too much work...
SQLite is great and there are a few 3rd party REST API solutions available. What's the problem?
Re: LabPlot: Free, open source and cross-platform Data Visualization and Analysis
#9Obviously there is a lot of work here, but I am a bit confused. If you already have lab code in Julia, Matlab, R, Python, Excel, etc., what is the motivation to use this tool? Is this hot in a specific community?
They can be useful if you have other tools (e.g. measurement software) that already produces the data you want, and you just want a GUI tool to create plots, and maybe do some simple things like least squares curve fitting etc.
If you already do a lot of data wrangling in something with a programming language and plotting libraries accessible from said language, like the ones you mention, yeah, this is not the tool for you.
Re: LabPlot: Free, open source and cross-platform Data Visualization and Analysis
#10Unfortunately the only database it supports is SQLite, I really wanted to hook this up directly to a database or REST API. Going back and forth between exporting files and importing them into LabPlot is just too much work...
https://docs.labplot.org/en/import_export/import_export_sql....
https://doc.qt.io/archives/qt-5.15/sql-driver.html
Are you talking about something else?