narunlifescience / AlphaPlot

:chart_with_upwards_trend: Application for statistical analysis and data visualization which can generate different types of publication quality 2D and 3D plots with extensive visual customization.
http://alphaplot.sourceforge.net/
GNU General Public License v2.0
243 stars 37 forks source link
alpha-plot data-analysis data-visualization graph graph2d graph3d graphpad multipeak-fitting origin peak-fitting plotting qcustomplot qtchart qtiplot scidavis scientific-plotting scientific-research scientific-visualization sigmaplot

alt text

License Build Testing Join the chat at https://gitter.im/narunlifescience/AlphaPlot Download AlphaPlot Download AlphaPlot Download AlphaPlot Download AlphaPlot

Alpha Plot is a free application for Scientific Data Analysis and Visualization for Windows, Linux and Mac OS X (probably BSD also).

Web Link
Website https://alphaplot.sourceforge.io/
Wiki https://alphaplot.sourceforge.io/wiki
Github https://github.com/narunlifescience/AlphaPlot
Sourceforge https://sourceforge.net/projects/alphaplot/
Test builds https://alphaplot.sourceforge.io/test-build.html

Packaging status Download on Flathub

Donate

AlphaPlot is an open-source project that has been made possible due to the generous contributions by community backers. If you are interested in supporting this project, please consider becoming a sponsor or becoming a patron https://www.patreon.com/alphaplot

Watch the Video

AlphaPlot Plotting Basics

Examples

Installation

Get the code (if you haven't already):

git clone https://github.com/narunlifescience/AlphaPlot.git 

Compile and install:

qmake
make 
sudo make install

For Windows/OSX see installation notes

Opening an issue

Ask for a new feature

Please:

Report a bug

Please:

If there are no answers, it doesn't mean we don't care about your feature request/bug. It just means we can't reproduce the bug or haven't had time to implement it :smiley:

Dependencies

AlphaPlot may require the following packages ...

Package Link
Qt https://www.qt.io/
QCustomPlot https://www.qcustomplot.com/
muParser http://muparser.beltoforion.de/
GSL http://www.gnu.org/software/gsl/

Out of this, QCustomPlot and muParser sources(s) are already present in 3rdparty folder and will be statically built to AlphaPlot. So these packages need not be installed on your system.

Note: AlphaPlot uses QtDataVisualization module for 3D plotting. You may have to install its equivalent manually if the build fails with the following ERROR: Unknown module(s) in QT: datavisualization. If you are building with a local Qt installation, you may install the module with Qt maintenance tool.

Credits

Author

Packagers

The following people have made installing AlphaPlot easier by providing specialized binary packages. In alphabetical order.

sudo add-apt-repository ppa:devacom/science
sudo apt-get update
sudo apt install alphaplot

SciDAVis & QtiPlot Developers

AlphaPlot is a fork of SciDAVis(at the time of the fork, i.e. SciDAVis 1.D009) which in turn is a fork of QtiPlot(at the time of the fork, i.e. QtiPlot 0.9-rc2). The following people have written parts of the SciDAVis & QtiPlot source code, ranging from a few lines to large chunks(in alphabetical order).

The AlphaPlot manual is based on the QtiPlot and SciDAVis manual, written by(in alphabetical order):

We thank all the tools and library developers & contributors used by AlphaPlot(in no particular order):

... and many more we just forgot to mention!