From dd3fdbd97cf8451551b1f5a881e93e14231eb4b9 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Thu, 12 Aug 2021 10:41:20 +0200 Subject: [PATCH] Qtiplot --- docs.it4i/software/viz/qtiplot.md | 34 +++++++++++++++++++++++++++++++ mkdocs.yml | 5 +++-- 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 docs.it4i/software/viz/qtiplot.md diff --git a/docs.it4i/software/viz/qtiplot.md b/docs.it4i/software/viz/qtiplot.md new file mode 100644 index 000000000..f4a9b52f9 --- /dev/null +++ b/docs.it4i/software/viz/qtiplot.md @@ -0,0 +1,34 @@ +# 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/ diff --git a/mkdocs.yml b/mkdocs.yml index cdd8b3b0b..0c86beab6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -227,10 +227,11 @@ nav: - Virtualization: software/tools/virtualization.md - Visualisation: - GPI-2: software/viz/gpi2.md - - OpenFOAM: software/viz/openfoam.md - - ParaView: software/viz/paraview.md - In situ: software/viz/insitu.md - NICE DCV: software/viz/NICEDCVsoftware.md + - OpenFOAM: software/viz/openfoam.md + - ParaView: software/viz/paraview.md + - QtiPlot: software/viz/qtiplot.md - VirtualGL: software/viz/vgl.md - VESTA: software/viz/vesta.md - PBS Pro Documentation: pbspro.md -- GitLab