SciDAVis
Sign in to saveSciDAVis (Scientific Data Analysis and Visualization) is an open-source cross-platform computer program for interactive scientific graphing and data analysis. Development started in 2007 as fork of QtiPlot, which in turn is a clone of the proprietary program Origin.
Source code
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. SciDAVis runs on GNU/Linux, Windows and MacOS X; possibly also on other platforms like BSD. Full SciDAVis releases have a major and minor number. Within a major number, the software should support backwards compatibility of data files and scripting APIs. Also consider using a prebuilt package, available for PC and Mac or Linux. The following people have written parts of the SciDAVis source code, ranging from a few lines to large chunks. In alphabetical order. The following people have written parts of the manual and/or other documentation. In alphabetical order : The following people have contributed translations or parts thereof. In alphabetical order. Tilman Benkert[1], Markus Bongard, Tobias Burnus, Rémy Claverie, f0ma, Jose Antonio Lorenzo Fernandez, Pavel Fric, Jan Helebrant, Daniel Klaer, Peter Landgren, Fellype do Nascimento, Tomomasa Ohkubo, Mikhail Shevyakov, Mauricio Troviano The following people have made installing SciDAVis easier by providing specialized binary packages. In alphabetical order. Burkhard Bunk (Debian), Quentin Denis (SUSE), Yu-Hung Lien (Mac OS X), Eric Tanguy (Fedora), Mauricio Troviano (Windows installer) SciDAVis uses code from QtiPlot, which consisted (at the time of the fork, i.e. QtiPlot 0.9-rc2) of code by the following people: Tilman Benkert[1], Shen Chen, Borries Demeler, José Antonio Lorenzo Fernández, Knut Franke, Vasileios Gkanis, Gudjon Gudjonsson, Alex Kargovsky, Michael Mac-Vicar, Tomomasa Ohkubo, Aaron Van Tassle, Branimir Vasilic, Ion Vasilief, Vincent Wagelaar
Excerpt from the source-code README · 4,345 chars · not written by Vinony
Wikidata facts
- Official website
- scidavis.sourceforge.net
- Image
- Scidavis 0.1.0 screenshot.png
Show 2 more facts
- software version identifier
- 2.9.2
- source code repository URL
- github.com/highperformancecoder/scidavis
Sources (7)
via Wikidata · CC0
~4 min read
Article
6 sectionsContents
- Features
- History
- Release history
- See also
- References
- External links
SciDAVis (Scientific Data Analysis and Visualization) is an open-source cross-platform computer program for interactive scientific graphing and data analysis. Development started in 2007 as fork of QtiPlot, which in turn is a clone of the proprietary program Origin.
== Features == SciDAVis can generate different types of 2D and 3D plots (such as line, scatter, bar, pie, and surface plots) from data that is either imported from ASCII files, entered by hand, or calculated using formulas. The data is held in spreadsheets, which are referred to as tables with column-based data (typically X and Y values for 2D plots) or matrices (for 3D plots). The spreadsheets, as well as graphs and note windows, are gathered in a project and can be organized using folders. The built-in analysis operations include column/row statistics, (de)convolution, FFT and FFT-based filters. Curve fitting can be performed with user-defined or built-in linear and nonlinear functions, including multi-peak fitting, based on the GNU Scientific Library. The plots can be exported to several bitmap formats, PDF, EPS or SVG. Note windows support in-place evaluation of mathematical expressions or an optional scripting interface to Python. The GUI of the application uses the Qt toolkit.