mol_plot_all 1.2.209 → 1.2.212
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/node.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
|
package/package.json
CHANGED
package/web.d.ts
CHANGED
|
@@ -735,8 +735,8 @@ declare namespace $ {
|
|
|
735
735
|
dimensions(): $mol_vector_2d<$mol_vector_range<number>>;
|
|
736
736
|
size_real(): $mol_vector_2d<number>;
|
|
737
737
|
gap(): $mol_vector_2d<$mol_vector_range<number>>;
|
|
738
|
-
repos_x(
|
|
739
|
-
repos_y(
|
|
738
|
+
repos_x(id: any): number;
|
|
739
|
+
repos_y(id: any): number;
|
|
740
740
|
indexes(): readonly number[];
|
|
741
741
|
points(): readonly (readonly number[])[];
|
|
742
742
|
front(): readonly $mol_svg[];
|
|
@@ -1042,12 +1042,12 @@ declare namespace $ {
|
|
|
1042
1042
|
class $mol_plot_map_heat extends $mol_plot_group {
|
|
1043
1043
|
series_z(): readonly number[];
|
|
1044
1044
|
graphs(): readonly any[];
|
|
1045
|
-
Level(
|
|
1045
|
+
Level(id: any): $mol_plot_map_heat_level;
|
|
1046
1046
|
Sample(): $mol_plot_graph_sample;
|
|
1047
1047
|
level_graphs(): readonly any[];
|
|
1048
|
-
level_hint(
|
|
1049
|
-
level_points(
|
|
1050
|
-
level_opacity(
|
|
1048
|
+
level_hint(id: any): string;
|
|
1049
|
+
level_points(id: any): readonly any[];
|
|
1050
|
+
level_opacity(id: any): string;
|
|
1051
1051
|
level_diameter(): number;
|
|
1052
1052
|
level_aspect(): number;
|
|
1053
1053
|
}
|
|
@@ -1221,7 +1221,7 @@ declare namespace $ {
|
|
|
1221
1221
|
normalize(val?: any): number;
|
|
1222
1222
|
precision(): number;
|
|
1223
1223
|
sub(): readonly any[];
|
|
1224
|
-
Label(
|
|
1224
|
+
Label(id: any): $$.$mol_svg_text;
|
|
1225
1225
|
background_x(): string;
|
|
1226
1226
|
background_y(): string;
|
|
1227
1227
|
background_width(): string;
|
|
@@ -1234,10 +1234,10 @@ declare namespace $ {
|
|
|
1234
1234
|
title_pos_y(): string;
|
|
1235
1235
|
title_align(): string;
|
|
1236
1236
|
Title(): $$.$mol_svg_text_box;
|
|
1237
|
-
label_pos_x(
|
|
1238
|
-
label_pos_y(
|
|
1239
|
-
label_pos(
|
|
1240
|
-
label_text(
|
|
1237
|
+
label_pos_x(id: any): string;
|
|
1238
|
+
label_pos_y(id: any): string;
|
|
1239
|
+
label_pos(id: any): readonly any[];
|
|
1240
|
+
label_text(id: any): string;
|
|
1241
1241
|
label_align(): string;
|
|
1242
1242
|
}
|
|
1243
1243
|
}
|
|
@@ -1268,7 +1268,7 @@ declare namespace $ {
|
|
|
1268
1268
|
title_align(): string;
|
|
1269
1269
|
label_align(): string;
|
|
1270
1270
|
title_pos_y(): string;
|
|
1271
|
-
label_pos_x(
|
|
1271
|
+
label_pos_x(id: any): string;
|
|
1272
1272
|
background_height(): string;
|
|
1273
1273
|
background_width(): string;
|
|
1274
1274
|
}
|
|
@@ -1296,7 +1296,7 @@ declare namespace $ {
|
|
|
1296
1296
|
label_align(): string;
|
|
1297
1297
|
title_pos_x(): string;
|
|
1298
1298
|
title_pos_y(): string;
|
|
1299
|
-
label_pos_y(
|
|
1299
|
+
label_pos_y(id: any): string;
|
|
1300
1300
|
background_width(): string;
|
|
1301
1301
|
}
|
|
1302
1302
|
}
|