math-suite/Source/Help/documentation/apps/graphing/preferences.htm

68 lines
2.0 KiB
HTML
Raw Normal View History

2018-02-05 23:24:46 +00:00
<!-- saved from url=(0014)about:internet -->
<html>
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<head>
<title>Graphing Calculator: Preferences</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Graphing Calculator: Preferences</h1>
<div class="section">
<h2>Content</h2>
<ul>
<li><a href="#intro">Introduction</a></li>
<li><a href="#prec">Graph precision</a></li>
<li><a href="#number-prec">Grid numbers precision</a></li>
<li><a href="#density">Grid density</a></li>
<li><a href="#sens">Navigation and zoom sensitivity</a></li>
</ul>
</div>
<div class="section">
<a name="intro"></a>
<h2>Introduction</h2>
<p>From <em>Preferences</em> you can configure the way graphs are drawn. To access <em>Preferences</em>, open it from the <em>Application</em> menu.</p>
</div>
<div class="section">
<a name="prec"></a>
<h2>Graph precision</h2>
<p>The slider allows you to adjust the precision of the graph. When the precision is lower, drawing is much faster, however it may look bad. When the precision is high, drawing can get very slow, but the graph will look much more accurate.</p>
<img src="img/pref0.png" />
</div>
<div class="section">
<a name="number-prec"></a>
<h2>Grid numbers precision</h2>
<p>The slider allows you to adjust how many decimals are shown in the graph. If the value is too high, they may overlap each other.</p>
<img src="img/pref1.png" />
</div>
<div class="section">
<a name="density"></a>
<h2>Grid density</h2>
<p>The slider allows you to adjust how many grid lines are drawn.</p>
<img src="img/pref2.png" />
</div>
<div class="section">
<a name="sens"></a>
<h2>Navigation and zoom sensitivity</h2>
<p>Adjusting these sliders, you can make the graph move and zoom slower or faster.</p>
</div>
<div class="footer">
Software created by Chibici Tiberiu.
Contact: <a href="mailto:chibicitiberiu@gmail.com">chibicitiberiu@gmail.com</a>
</div>
</body>
</html>