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
|
<!--
//-----------------------------------------------------------------------------
// Copyright (C) 2002-2017 Thomas S. Ullrich
//
// This file is part of "xyscan".
//
// This file may be used under the terms of the GNU General Public License.
// This project is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License.
//
// Author: Thomas S. Ullrich
// Last update: Oct 4, 2017
//-----------------------------------------------------------------------------
-->
<html>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Scan Settings</title>
<body style="font-family: Arial, Helvetica, sans-serif, Geneva">
<h2>Scan Settings</h2>
<p>After the image is
<a href="load.html">loaded</a> and the <a href="markers.html">markers</a> are set
you need to tell <em>xyscan</em> if
the axis of the plot are in linear or logarithmic scale. The scale is controlled by two
check buttons in the <em>Axis Settings</em> tab. If you intend
to scan not only the data points but also the referring error
bars you need to define the <em>Error Scan Mode</em> in the referring tab. </p>
<p><a href="axis.html">Lin/Log Axes</a></p>
<p><a href="errors.html">Error Bar Scan Mode</a></p>
<p></p>
</body>
</html>
|