this post was submitted on 12 Dec 2023
5 points (100.0% liked)

LabPlot Data Analysis and Visualization Software

107 readers
2 users here now

KDE's data visualization and analysis software. LabPlot is free, open source, works on Linux, WIndows and macOS, and is accessible to everyone.

Share here your tips, tricks and resources, request help, talk to the maintainers and devs, read LabPlot news, connect with other users.

founded 1 year ago
MODERATORS
 

Did you know that you can work with Jupyter notebooks directly in LabPlot?

@[email protected]

For example, let's open the following notebook to see how it works in #labplot

👉 https://github.com/demotu/BMC/blob/master/notebooks/Statistics-Descriptive.ipynb

#DataAnalysis #DataScience #Data #DataViz #Visualization #Plotting #Science #Statistics #FOSS #OpenSource #Python #Jupyter

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 5 months ago (1 children)

@silmaril this is correct at the moment. Clearly, this not what people want to have usually and we need to change this.

To determine the required version, you can check the dependencies of executable ‘cantor_pyrhonserver’ on Linux either in your package manager or with ldd. For windows we compile and ship everything and document the required version of python in our FAQ.

[–] [email protected] 1 points 5 months ago (1 children)

Would it be possible to display the Python version and/or it's executable path in the CAS configuration dialog?

That's where I would look for this information and it wouldn't leave any potential for documentation not being up to date.

The FAQ currently states:

On Linux distributions it usually means LabPlot only works with the system version of Python.

What is the "system version"?

On my system python3 --version returns Python 3.10.12, but print(sys.version) in LabPlot returns 3.11.9 (main, Nov 10 2011, 15:00:00) [GCC 13.2.0]

The information about Python versions on Windows seems to be correct, but I would recommend to mention the LabPlot version we are talking about in the FAQ, since this will probably change in future versions.

[–] [email protected] 0 points 5 months ago (1 children)

@silmaril "system version" is the version that was used by your system/distribution to link cantor against. We'll re-phrase this part to make it more clear until we have a better and more flexible solution in place.

Yes, showing the version should be possible in the settings dialog. We added this point to our TODO-list.

[–] [email protected] 1 points 5 months ago (1 children)

Great to hear!

I'd phrase this differently: The "system version" is the version that was used by the build system.

Most users don't build the application themselves, so this is some system they have zero knowledge about, which means this information is not helpful at all.

I understood "your system" as "the system I am using to run this software".

I know this might be hard for developers sometimes, but please try to phrase all documentation (except chapters about actual development, builds etc.) from the user's point of view. Build systems are no part of a typical user's environment ;-)

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago)

@silmaril Thank you for your feedback! And let us reiterate here that any help would be greatly appreciated 🙂