Visualizing Data in Linux: Recommendations Needed

  • Thread starter Thread starter ilvreth
  • Start date Start date
  • Tags Tags
    Data Linux
AI Thread Summary
The discussion centers on the need for effective plotting software for Linux users, particularly in the research field where OriginLab is commonly used. The user expresses frustration with existing options like xmgrace and gnuplot, citing their complexity and difficulty in handling mathematical symbols in different languages. Recommendations for alternative plotting tools include Euler, Maxima, Octave, Scilab, and Freemat, which can be found in the Ubuntu Software Center. Additionally, Python with the matplotlib library is suggested as a versatile option that can serve as a substitute for more traditional software environments. The conversation emphasizes the importance of finding a plotting tool that aligns with specific graphing needs and usability preferences.
ilvreth
Messages
33
Reaction score
0
Hi to all!

I need your opinion about something simple.
All we know that in research "industry", in order to visualize their results, they extensively use originLab. Someone told me that "if you want to be called a researcher, then you have to learn origin...".

Ok, fine. But I am a Linux user and I do not want to switch back to Windows. Origin is not written for Linux or other unix-like operating system.

I am currently using for my plots, a program called "xmgrace" for linux. I have also tried an other one which is called gnuplot but both of them are "life-wasters" and difficult to manipulate especially when you are typing in english and greek (for mathematical symbols inside the graph).

Would you please give me some recommentation for a (cutting-edge) plotter which works well with linux?? I do not say that originlab is good, but if there is something good for linux then I would not say no for it.
 
Physics news on Phys.org
Depending on what kind of graphs/plots you are interested, it may be that one program is more tailor towards that than other...you may have to read a bit about each and find out which one fits your needs.

If you have, say, Ubuntu, you may want to go to the Software center or whatever is called (I haven't done Ubuntu in a while)...browse to the scientific or engineering categories look for stuff there...things like:

Euler
Maxima
Octave
Scilab
Freemat

You can also read up on

Asymptote

Having said that, there is always

Python/matplotlib (this is what I use)

combination which can be used to substitute for environments like matlab, freemat, etc.
 
Back
Top