Skip to content

Commit ab5f93e

Browse files
committed
Add Mandelbrot tips to ? button content
1 parent 05146a8 commit ab5f93e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,10 @@
592592
</div>
593593
<div id="help-menu">
594594
<span style="position: fixed; left: 1.2rem; top: 1.2rem;" id="help-menu-close">×</span>
595-
<p style="clear: both; margin-left: -1.0rem; padding-top: 1.0rem">mouse</p>
595+
<p style="clear: both; margin-left: -1.0rem; padding-top: 1.0rem">tips for the Mandelbrot set plot (<a target="_blank" href="https://philthompson.me/very-plotter-tips.html">more tips</a>)</p>
596+
<p>screen black? increase iterations with M key or settings menu</p>
597+
<p>too slow? add a few workers with U key or settings menu</p>
598+
<p style="clear: both; margin-left: -1.0rem">mouse</p>
596599
<p>drag mouse to move &mdash; scroll mouse wheel to zoom</p>
597600
<p>hold alt (option on Mac) and drag mouse to zoom</p>
598601
<p>hold shift and click to re-center (good for slow-to-draw plots)</p>

0 commit comments

Comments
 (0)