mol_plot_all 1.2.647 → 1.2.648
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.d.ts +28 -28
- package/node.js +86 -86
- package/node.js.map +1 -1
- package/node.mjs +86 -86
- package/node.test.js +94 -94
- package/node.test.js.map +1 -1
- package/node.view.tree +29 -29
- package/package.json +1 -1
- package/web.d.ts +28 -28
- package/web.js +86 -86
- package/web.js.map +1 -1
- package/web.mjs +86 -86
- package/web.test.js +8 -8
- package/web.test.js.map +1 -1
- package/web.view.tree +29 -29
package/web.view.tree
CHANGED
|
@@ -92,44 +92,44 @@ $mol_plot_graph_sample $mol_view
|
|
|
92
92
|
color <= color \black
|
|
93
93
|
|
|
94
94
|
$mol_touch $mol_plugin
|
|
95
|
-
start_zoom?
|
|
96
|
-
start_distance?
|
|
97
|
-
zoom?
|
|
95
|
+
start_zoom? 0
|
|
96
|
+
start_distance? 0
|
|
97
|
+
zoom? 1
|
|
98
98
|
allow_draw true
|
|
99
99
|
allow_pan true
|
|
100
100
|
allow_zoom true
|
|
101
|
-
action_type?
|
|
102
|
-
action_point?
|
|
101
|
+
action_type? \
|
|
102
|
+
action_point? $mol_vector_2d /
|
|
103
103
|
NaN
|
|
104
104
|
NaN
|
|
105
105
|
-
|
|
106
|
-
start_pan?
|
|
106
|
+
start_pan? /
|
|
107
107
|
0
|
|
108
108
|
0
|
|
109
|
-
pan?
|
|
109
|
+
pan? $mol_vector_2d /
|
|
110
110
|
0
|
|
111
111
|
0
|
|
112
112
|
pointer_center $mol_vector_2d /
|
|
113
113
|
NaN
|
|
114
114
|
NaN
|
|
115
115
|
-
|
|
116
|
-
start_pos?
|
|
116
|
+
start_pos? null
|
|
117
117
|
swipe_precision 16
|
|
118
118
|
-
|
|
119
|
-
swipe_right?
|
|
120
|
-
swipe_bottom?
|
|
121
|
-
swipe_left?
|
|
122
|
-
swipe_top?
|
|
119
|
+
swipe_right? null
|
|
120
|
+
swipe_bottom? null
|
|
121
|
+
swipe_left? null
|
|
122
|
+
swipe_top? null
|
|
123
123
|
-
|
|
124
|
-
swipe_from_right?
|
|
125
|
-
swipe_from_bottom?
|
|
126
|
-
swipe_from_left?
|
|
127
|
-
swipe_from_top?
|
|
124
|
+
swipe_from_right? null
|
|
125
|
+
swipe_from_bottom? null
|
|
126
|
+
swipe_from_left? null
|
|
127
|
+
swipe_from_top? null
|
|
128
128
|
-
|
|
129
|
-
swipe_to_right?
|
|
130
|
-
swipe_to_bottom?
|
|
131
|
-
swipe_to_left?
|
|
132
|
-
swipe_to_top?
|
|
129
|
+
swipe_to_right? null
|
|
130
|
+
swipe_to_bottom? null
|
|
131
|
+
swipe_to_left? null
|
|
132
|
+
swipe_to_top? null
|
|
133
133
|
-
|
|
134
134
|
draw_start?event null
|
|
135
135
|
draw?event null
|
|
@@ -151,8 +151,8 @@ $mol_touch $mol_plugin
|
|
|
151
151
|
$mol_plot_pane $mol_svg_root
|
|
152
152
|
aspect \none
|
|
153
153
|
-
|
|
154
|
-
hue_base?
|
|
155
|
-
hue_shift?
|
|
154
|
+
hue_base? +NaN
|
|
155
|
+
hue_shift? 111
|
|
156
156
|
-
|
|
157
157
|
gap_hor 48
|
|
158
158
|
gap_vert 24
|
|
@@ -178,7 +178,7 @@ $mol_plot_pane $mol_svg_root
|
|
|
178
178
|
shift_default $mol_vector_2d /
|
|
179
179
|
0
|
|
180
180
|
0
|
|
181
|
-
shift?
|
|
181
|
+
shift? $mol_vector_2d /
|
|
182
182
|
0
|
|
183
183
|
0
|
|
184
184
|
scale_limit $mol_vector_2d /
|
|
@@ -191,11 +191,11 @@ $mol_plot_pane $mol_svg_root
|
|
|
191
191
|
scale_default $mol_vector_2d /
|
|
192
192
|
0
|
|
193
193
|
0
|
|
194
|
-
scale?
|
|
194
|
+
scale? $mol_vector_2d /
|
|
195
195
|
1
|
|
196
196
|
-1
|
|
197
|
-
scale_x?
|
|
198
|
-
scale_y?
|
|
197
|
+
scale_x? 1
|
|
198
|
+
scale_y? -1
|
|
199
199
|
size $mol_vector_2d /
|
|
200
200
|
0
|
|
201
201
|
0
|
|
@@ -223,8 +223,8 @@ $mol_plot_pane $mol_svg_root
|
|
|
223
223
|
plugins /
|
|
224
224
|
^
|
|
225
225
|
<= Touch $mol_touch
|
|
226
|
-
zoom?
|
|
227
|
-
pan?
|
|
226
|
+
zoom? <=> zoom? 1
|
|
227
|
+
pan? <=> shift?
|
|
228
228
|
pointer_center => cursor_position
|
|
229
229
|
allow_draw <= allow_draw true
|
|
230
230
|
allow_pan <= allow_pan true
|
|
@@ -344,7 +344,7 @@ $mol_plot_ruler $mol_plot_graph
|
|
|
344
344
|
Infinity
|
|
345
345
|
-Infinity
|
|
346
346
|
axis_points /number
|
|
347
|
-
normalize?
|
|
347
|
+
normalize? 0
|
|
348
348
|
precision 1
|
|
349
349
|
sub /
|
|
350
350
|
<= Background $mol_svg_rect
|