Skip to content

Commit 91dcf1d

Browse files
committed
update help text on graphplot
this closes #250 and explains the other default axis interactions defined in makie
1 parent c835d1e commit 91dcf1d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

NetworkDynamicsInspector/src/graphplot.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,10 @@ function graphplot_card(app, session)
215215
help = HoverHelp(html"""
216216
<ul>
217217
<li><strong>Click</strong> on a node or edge to select it for timeseries plotting (highlighted plot).</li>
218-
<li><strong>Shift + Click</strong>. only update the element info pane.</li>
219-
<li><strong>Ctrl + Click</strong> resets axis after zoom</li>
218+
<li><strong>Shift+click</strong>: update info pane below.</li>
219+
<li><strong>Ctrl+click</strong>: resets axis after zoom.</li>
220+
<li><strong>Click+drag</strong> or <strong>mousewheel</strong>: zoom in/out.</li>
221+
<li><strong>Rightclick+drag</strong>: pan the graph.</li>
220222
</ul>
221223
""")
222224
Card([WithConfig(fig; resize_to=:parent), help, gp_tooltip_js];

0 commit comments

Comments
 (0)