Xfce Forum

Sub domains
 

You are not logged in.

#1 2019-09-12 21:46:39

pagat
Member
Registered: 2019-09-12
Posts: 12

Not Xfce

I have general question for everybody.
I am linked to MS because I am using VisualBasic for MS Excel to draw graphs.
Is there any programming language with support for linux to draw charts, using with LibreOffice or without it. For example, I could have data file like csv or simple txt format and then I need something to bild a chart

Offline

#2 2019-09-12 22:07:32

Skaperen
Member
From: right by Jesus, our Saviour
Registered: 2013-06-15
Posts: 812

Re: Not Xfce

most languages on Linux have some tools, somewhere, to draw charts.  it may require a contributed package in some cases.  reading a text file is generally easy and reading a csv is supported in most.  python is the language i suggest.  just 2 or 3 lines of code is all that is needed to read a csv and there is support for reading excel spread sheets.  there are many graphical drawing modules and packages to use.  python is also usable on Linux, Windows, Unix, BSD, and Mac OSX, so you can write code to run anywhere.  i have heard of a VisualBasic package for Linux but i have no idea what is supported in it.

Offline

#3 2019-09-13 02:08:59

hpp3
Member
Registered: 2004-03-17
Posts: 27

Re: Not Xfce

PyChart:
https://wiki.python.org/moin/PyChart

Also, you can embed LibreOffice Basic, Javascript, Beanshell, or Python into Libreoffice:
https://help.libreoffice.org/Common/Scripting

Last edited by hpp3 (2019-09-13 02:11:41)

Offline

#4 2019-09-14 12:12:49

Fritz74
Member
Registered: 2019-09-12
Posts: 7

Re: Not Xfce

One more vote for Python. Take a look at the following article:
https://towardsdatascience.com/replacin … 0aa060d35e

Offline

#5 2019-09-15 21:09:02

pagat
Member
Registered: 2019-09-12
Posts: 12

Re: Not Xfce

I would like to say that I come back to this topic from time to time and carefully read what you wrote to me.

Last edited by pagat (2019-09-15 21:10:14)

Offline

Board footer

Powered by FluxBB