1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
<?xml version="1.0" ?>
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
<!ENTITY % English "INCLUDE">
]>
<!-- Please keep this man page content in sync with Command Line Options sections of Okular handbook -->
<refentry lang="&language;">
<refentryinfo>
<title>LabPlot User's Manual</title>
<author><firstname>Helen</firstname><surname>Faulkner</surname>
<contrib>LabPlot man page.</contrib>
<email>helen_ml_faulkner@yahoo.co.uk</email></author>
<date>2018-09-28</date>
<releaseinfo>LabPlot 2.6</releaseinfo>
<productname>LabPlot</productname>
</refentryinfo>
<refmeta>
<refentrytitle><command>labplot</command></refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
<refname>labplot</refname>
<refpurpose>an application by KDE for interactive graphing and analysis of scientific data.</refpurpose>
</refnamediv>
<!-- body begins here -->
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>labplot</command>
<arg choice="opt"><replaceable>LabPlot options</replaceable></arg>
<arg choice="opt"><replaceable>file</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 id="description"><title>Description</title>
<para>
LabPlot is a data plotting and analysis tool.
</para>
<para>
Its features include 2D and 3D data and function plotting, easy editing of plots, analysis of data and functions, support for different worksheets using MDI and LabPlot project files.
</para>
<para>
Note that LabPlot is called using <command>labplot</command>.
</para>
</refsect1>
<refsect1 id="options"><title>LabPlot options</title>
<para>
For a full summary of generic options, run <userinput><command>labplot</command> <parameter>--help</parameter></userinput>.
</para>
<variablelist>
<varlistentry>
<term><option>--no-splash</option></term>
<listitem>
<para>Do not show the splash screen.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--presenter</option></term>
<listitem>
<para>Start in the presenter mode.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 id="arguments"><title>Arguments</title>
<variablelist>
<varlistentry>
<term><option>file</option></term>
<listitem>
<para>The location of the project to be opened, usually ending with <literal role="extension">.lml</literal>.</para>
<para>The project file can be also compressed, with its filename ending with <literal role="extension">.lml.gz</literal>, <literal role="extension">.lml.bz2</literal> or <literal role="extension">.lml.xz</literal>.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>See Also</title>
<simplelist>
<member>Full user documentation is available through the KDE Help Centre.
You can also enter the URL <ulink
url="help:/labplot">help:/labplot</ulink>
(either enter this <acronym>URL</acronym> into &dolphin;, or run
<userinput><command>khelpcenter</command>
<parameter>help:/labplot</parameter></userinput>).</member>
<member>kf5options(7)</member>
<member>qt5options(7)</member>
<member>There is also further information available at
<ulink url="https://labplot.kde.org/">https://labplot.kde.org/</ulink></member>
</simplelist>
</refsect1>
<refsect1 id="authors"><title>Authors</title>
<para>
LabPlot was written by
</para>
<simplelist>
<member>Stefan Gerlach <stefan.gerlach@uni.kn>,</member>
<member>Alexander Semke <alexander.semke@web.de>,</member>
<member>Fábián Kristóf-Szabolcs <f-kristof@hotmail.com></member>
<member>and several other authors.</member>
</simplelist>
<para>
This manual page was prepared by Helen Faulkner <helen_ml_faulkner@yahoo.co.uk> for the Debian GNU/Linux system (but may be used by others).
</para>
<para>
License: GNU General Public Version 2 <<ulink url="http://www.gnu.org/licenses/gpl-2.0.html">http://www.gnu.org/licenses/gpl-2.0.html</ulink>>
</para>
</refsect1>
</refentry>
|