Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Merge requests
!334
Qtiplot
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Qtiplot
qtiplot
into
master
Overview
0
Commits
8
Pipelines
1
Changes
2
Merged
Jan Siwiec
requested to merge
qtiplot
into
master
3 years ago
Overview
0
Commits
8
Pipelines
1
Changes
2
Expand
related to #100
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c04769d3
8 commits,
3 years ago
2 files
+
37
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
docs.it4i/software/viz/qtiplot.md
0 → 100644
+
34
−
0
Options
# QtiPlot
A cross-platform scientific application for data analysis and visualisation.
## Introduction
[
QtiPlot
][
1
]
is a cross-platform scientific application for data analysis and visualisation.
QtiPlot can be used to present 2D and 3D data and has various data analysis functions like curve fitting.
The program is also extensible to a considerable degree via muParser and Python scripting language,
which allows adding the arbitrary user-defined functions with access to graphs, matrices and data tables.
## Installed Versions
For the current list of installed versions, use:
```
console
$
ml av QtiPlot
```
## Running QtiPlot
!!! important
You must first enable
[
VNC
][
a
]
or
[
X Window System
][
b
]
GUI environment.
To run QtiPlot, use:
```
console
$
ml QtiPlot
;
qtiplot
```
[
1
]:
https://www.qtiplot.com/index.html
[
a
]:
../../../general/accessing-the-clusters/graphical-user-interface/vnc/
[
b
]:
../../../general/accessing-the-clusters/graphical-user-interface/x-window-system/
Loading