-
Notifications
You must be signed in to change notification settings - Fork 0
/
Interactive Graphics Device HELP and How-To Shortcuts.txt
56 lines (40 loc) · 1.61 KB
/
Interactive Graphics Device HELP and How-To Shortcuts.txt
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
_____________________________________________________________
<<< INTERACTIVE GRAPHICS DEVICE >>>
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
an open-source R script by Marc Laurencelle, alias marQIsoft
largely based on R example code for getGraphicsEvent function
==================== Keyboard shortcuts: ====================
ESC, Q, CTRL+[
To end interaction with the active graph
A, =, +
To zoom in globally (x & y simultaneously)
Z, -
To zoom out globally (x & y simultaneously)
6 / 4 (ideally keys from the numeric keypad)
To zoom in/out horizontally (along x) only
8 / 2 (ideally keys from the numeric keypad)
To zoom in/out vertically (along y) only
CTRL+L
To restore the last ~stable x&y view range
V
To change the vertical exaggeration ratio
X / Y
To set the central X/Y coordinate of the view range
RIGHT / LEFT / UP / DOWN
To move the view range in the desired direction
R, 0
To reset (restore) the zoom to the initial view
====================== Mouse actions: =======================
CLICK & DRAG
To move the view range freely using the mouse
CLICK ONLY
To recenter the view at the clicked x,y location
and display that location's x,y coordinates
!REMARK!
Due to limited reliability of R-Graphics devices'
mouse event management, mouse-up events are often
missed by R's GraphicsEventHandlers, which results
in frequent unwanted moves of the x&y view range.
I hope this issue will eventually be solved in a
future release of R.
________ Thanks for testing this homemade R script! _________