mol_plot_all 1.2.210 → 1.2.213
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 +13 -13
- package/node.deps.json +1 -1
- package/node.esm.js +21 -21
- package/node.esm.js.map +1 -1
- package/node.js +21 -21
- package/node.js.map +1 -1
- package/node.test.js +24 -24
- package/node.test.js.map +1 -1
- package/node.view.tree +13 -13
- package/package.json +1 -1
- package/web.d.ts +13 -13
- package/web.deps.json +1 -1
- package/web.esm.js +21 -21
- package/web.esm.js.map +1 -1
- package/web.js +21 -21
- package/web.js.map +1 -1
- package/web.test.js +3 -3
- package/web.test.js.map +1 -1
- package/web.view.tree +13 -13
package/web.view.tree
CHANGED
|
@@ -72,8 +72,8 @@ $mol_plot_graph $mol_svg_group
|
|
|
72
72
|
<= gap_y $mol_vector_range /
|
|
73
73
|
0
|
|
74
74
|
0
|
|
75
|
-
repos_x
|
|
76
|
-
repos_y
|
|
75
|
+
repos_x* 0
|
|
76
|
+
repos_y* 0
|
|
77
77
|
indexes /number
|
|
78
78
|
points /readonly(number)[]
|
|
79
79
|
front /$mol_svg
|
|
@@ -282,10 +282,10 @@ $mol_plot_dot $mol_plot_graph
|
|
|
282
282
|
$mol_plot_map_heat $mol_plot_group
|
|
283
283
|
series_z /number
|
|
284
284
|
graphs <= level_graphs /
|
|
285
|
-
Level
|
|
286
|
-
hint <= level_hint
|
|
287
|
-
points <= level_points
|
|
288
|
-
opacity <= level_opacity
|
|
285
|
+
Level* $mol_plot_map_heat_level
|
|
286
|
+
hint <= level_hint* \
|
|
287
|
+
points <= level_points* /
|
|
288
|
+
opacity <= level_opacity* \1
|
|
289
289
|
diameter <= level_diameter 10
|
|
290
290
|
aspect <= level_aspect 1
|
|
291
291
|
-
|
|
@@ -378,18 +378,18 @@ $mol_plot_ruler $mol_plot_graph
|
|
|
378
378
|
pos_y <= title_pos_y \100%
|
|
379
379
|
align <= title_align \start
|
|
380
380
|
text <= title
|
|
381
|
-
Label
|
|
382
|
-
pos <= label_pos
|
|
383
|
-
<= label_pos_x
|
|
384
|
-
<= label_pos_y
|
|
385
|
-
text <= label_text
|
|
381
|
+
Label* $mol_svg_text
|
|
382
|
+
pos <= label_pos* /
|
|
383
|
+
<= label_pos_x* \
|
|
384
|
+
<= label_pos_y* \
|
|
385
|
+
text <= label_text* \
|
|
386
386
|
align <= label_align \
|
|
387
387
|
|
|
388
388
|
$mol_plot_ruler_vert $mol_plot_ruler
|
|
389
389
|
title_align \end
|
|
390
390
|
label_align \end
|
|
391
391
|
title_pos_y \14
|
|
392
|
-
label_pos_x
|
|
392
|
+
label_pos_x* <= title_pos_x
|
|
393
393
|
background_height \100%
|
|
394
394
|
background_width <= title_pos_x
|
|
395
395
|
|
|
@@ -398,7 +398,7 @@ $mol_plot_ruler_hor $mol_plot_ruler
|
|
|
398
398
|
label_align \middle
|
|
399
399
|
title_pos_x \0
|
|
400
400
|
title_pos_y \100%
|
|
401
|
-
label_pos_y
|
|
401
|
+
label_pos_y* <= title_pos_y
|
|
402
402
|
background_width \100%
|
|
403
403
|
|
|
404
404
|
$mol_plot_mark_cross $mol_plot_graph
|