Cookbook: Difference between revisions

181 bytes removed ,  18 March 2016
→‎Plotting: remove section with a single recipe which is a single function call
(→‎Plotting: remove section with a single recipe which is a single function call)
Line 361: Line 361:
Check the [[Geometry package]] for many more distance functions (points, lines, polygons, etc.).
Check the [[Geometry package]] for many more distance functions (points, lines, polygons, etc.).


== Plotting ==
=== Get screen size ===
To get the size of your screen. Do
{{Code||<syntaxhighlight lang="octave" style="font-size:13px">
get (0, "screensize")
</syntaxhighlight>}}


[[Category:Tutorials]]
[[Category:Tutorials]]