Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/gnuplot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoray kavukcuoglu <koray@kavukcuoglu.org>2013-10-17 02:19:21 +0400
committerkoray kavukcuoglu <koray@kavukcuoglu.org>2013-10-17 02:19:21 +0400
commit923de0c04d4dfd03051f0978594de0214519061e (patch)
treed4751fd3f4fd3bffcc55eb562793cd1178d1bc1d
parentf2fd2fda45ccbed607d2ec1d90000effa1d81f8e (diff)
parent5eb9ea1aab50eabc160d51802083f380ecc538a2 (diff)
Merge pull request #171 from jucor/gnuplotqt
Document qt terminal for gnuplot
-rw-r--r--dok/index.dok6
1 files changed, 3 insertions, 3 deletions
diff --git a/dok/index.dok b/dok/index.dok
index 00f3a39..39b34fa 100644
--- a/dok/index.dok
+++ b/dok/index.dok
@@ -16,8 +16,8 @@ or above is suggested for full support of all functionality.
By default, plot package will search for terminal in following order
* '' windows '' terminal if operating system is windows
- * '' wxt '', '' x11 '' terminal if operating system is linux
- * '' aqua '', ''wxt'', '' x11 '' terminal if operating system is mac
+ * '' wxt '', '' qt '', '' x11 '' terminal if operating system is linux
+ * '' aqua '', ''wxt'', '' qt '', '' x11 '' terminal if operating system is mac
It is also possible to manually set any terminal type using
[[#gnuplot.setterm|gnuplot.setterm]]. Interactivity is
@@ -188,7 +188,7 @@ Surface plotting creates a 3D surface plot of a given matrix '' z
''. Entries of '' z '' are used as height values. It is also possible
to specify '' x '' and '' y '' locations corresponding to each point
in '' z ''. If a terminal with interactive capabilities is being used
-by ''Gnuplot'' backend (like ''x11'' or ''wxt''), then rotating,
+by ''Gnuplot'' backend (like ''x11'' or ''wxt'' or ''qt''), then rotating,
zooming is also possible.
==== gnuplot.splot(z) ====