py2ls 0.1.8.9__py3-none-any.whl → 0.1.9.1__py3-none-any.whl
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.
- py2ls/data/.DS_Store +0 -0
- py2ls/data/styles/style1.json +145 -0
- py2ls/data/styles/style2.json +146 -0
- py2ls/data/styles/style3.json +146 -0
- py2ls/data/styles/style4.json +142 -0
- py2ls/data/styles/style5.json +142 -0
- py2ls/data/styles/style6.json +142 -0
- py2ls/plot.py +299 -246
- {py2ls-0.1.8.9.dist-info → py2ls-0.1.9.1.dist-info}/METADATA +1 -1
- {py2ls-0.1.8.9.dist-info → py2ls-0.1.9.1.dist-info}/RECORD +11 -5
- {py2ls-0.1.8.9.dist-info → py2ls-0.1.9.1.dist-info}/WHEEL +0 -0
@@ -0,0 +1,142 @@
|
|
1
|
+
{
|
2
|
+
"c": [
|
3
|
+
"#474747",
|
4
|
+
"#FF2C00",
|
5
|
+
"#0C5DA5"
|
6
|
+
],
|
7
|
+
"loc": {
|
8
|
+
"go": 0,
|
9
|
+
"xloc": [
|
10
|
+
1,
|
11
|
+
2,
|
12
|
+
3
|
13
|
+
]
|
14
|
+
},
|
15
|
+
"style": {
|
16
|
+
"export": null
|
17
|
+
},
|
18
|
+
"layer": [
|
19
|
+
"s",
|
20
|
+
"e"
|
21
|
+
],
|
22
|
+
"b": {
|
23
|
+
"go": 0,
|
24
|
+
"loc": "c",
|
25
|
+
"FaceColor": [
|
26
|
+
"#474747",
|
27
|
+
"#FF2C00",
|
28
|
+
"#0C5DA5"
|
29
|
+
],
|
30
|
+
"FaceAlpha": 1,
|
31
|
+
"EdgeColor": "k",
|
32
|
+
"EdgeAlpha": 1,
|
33
|
+
"LineStyle": "-",
|
34
|
+
"LineWidth": 0.8,
|
35
|
+
"x_width": 0.2,
|
36
|
+
"ShowBaseLine": "off",
|
37
|
+
"hatch": null
|
38
|
+
},
|
39
|
+
"e": {
|
40
|
+
"go": 1,
|
41
|
+
"loc": "c",
|
42
|
+
"LineWidth": 1,
|
43
|
+
"CapLineWidth": 1,
|
44
|
+
"CapSize": 2,
|
45
|
+
"Marker": "d",
|
46
|
+
"LineStyle": "none",
|
47
|
+
"LineColor": "k",
|
48
|
+
"LineJoin": "round",
|
49
|
+
"MarkerSize": 12,
|
50
|
+
"FaceColor": [
|
51
|
+
"#474747",
|
52
|
+
"#FF2C00",
|
53
|
+
"#0C5DA5"
|
54
|
+
],
|
55
|
+
"MarkerEdgeColor": [
|
56
|
+
"k"
|
57
|
+
],
|
58
|
+
"Visible": true,
|
59
|
+
"Orientation": "vertical",
|
60
|
+
"error": "sem",
|
61
|
+
"x_width": 0.1,
|
62
|
+
"cap_dir": "b"
|
63
|
+
},
|
64
|
+
"s": {
|
65
|
+
"go": 1,
|
66
|
+
"loc": "c",
|
67
|
+
"FaceColor": "w",
|
68
|
+
"cmap": null,
|
69
|
+
"FaceAlpha": 1,
|
70
|
+
"x_width": 0.05,
|
71
|
+
"Marker": "o",
|
72
|
+
"MarkerSize": 15,
|
73
|
+
"LineWidth": 0.8,
|
74
|
+
"MarkerEdgeColor": "k"
|
75
|
+
},
|
76
|
+
"l": {
|
77
|
+
"go": 1,
|
78
|
+
"LineStyle": "-",
|
79
|
+
"LineColor": "k",
|
80
|
+
"LineWidth": 0.5,
|
81
|
+
"LineAlpha": 0.5
|
82
|
+
},
|
83
|
+
"bx": {
|
84
|
+
"go": 0,
|
85
|
+
"loc": "c",
|
86
|
+
"FaceColor": [
|
87
|
+
"#474747",
|
88
|
+
"#FF2C00",
|
89
|
+
"#0C5DA5"
|
90
|
+
],
|
91
|
+
"EdgeColor": "k",
|
92
|
+
"FaceAlpha": 0.85,
|
93
|
+
"EdgeAlpha": 1,
|
94
|
+
"LineStyle": "-",
|
95
|
+
"x_width": 0.1,
|
96
|
+
"ShowBaseLine": "off",
|
97
|
+
"Notch": false,
|
98
|
+
"Outliers": "on",
|
99
|
+
"OutlierMarker": "+",
|
100
|
+
"OutlierColor": "r",
|
101
|
+
"OutlierSize": 6,
|
102
|
+
"LineWidth": 0.5,
|
103
|
+
"Whisker": 0.5,
|
104
|
+
"Orientation": "vertical",
|
105
|
+
"BoxLineWidth": 0.5,
|
106
|
+
"WhiskerLineStyle": "-",
|
107
|
+
"WhiskerLineColor": "k",
|
108
|
+
"WhiskerLineWidth": 0.5,
|
109
|
+
"Caps": true,
|
110
|
+
"CapLineColor": "k",
|
111
|
+
"CapLineWidth": 0.5,
|
112
|
+
"CapSize": 0.1,
|
113
|
+
"MedianLine": true,
|
114
|
+
"MedianLineStyle": "-",
|
115
|
+
"MedianStyle": "line",
|
116
|
+
"MedianLineColor": "k",
|
117
|
+
"MedianLineWidth": 2.0,
|
118
|
+
"MedianLineTop": false,
|
119
|
+
"MeanLine": false,
|
120
|
+
"showmeans": false,
|
121
|
+
"MeanLineStyle": "-",
|
122
|
+
"MeanLineColor": "w",
|
123
|
+
"MeanLineWidth": 2.0
|
124
|
+
},
|
125
|
+
"v": {
|
126
|
+
"go": 0,
|
127
|
+
"x_width": 0.3,
|
128
|
+
"loc": "r",
|
129
|
+
"EdgeColor": "none",
|
130
|
+
"FaceColor": [
|
131
|
+
"#474747",
|
132
|
+
"#FF2C00",
|
133
|
+
"#0C5DA5"
|
134
|
+
],
|
135
|
+
"FaceAlpha": 0.3,
|
136
|
+
"BandWidth": "scott",
|
137
|
+
"Function": "pdf",
|
138
|
+
"Kernel": "gau",
|
139
|
+
"NumPoints": 500,
|
140
|
+
"BoundaryCorrection": "reflection"
|
141
|
+
}
|
142
|
+
}
|
@@ -0,0 +1,142 @@
|
|
1
|
+
{
|
2
|
+
"c": [
|
3
|
+
"#474747",
|
4
|
+
"#FF2C00",
|
5
|
+
"#0C5DA5"
|
6
|
+
],
|
7
|
+
"loc": {
|
8
|
+
"go": 0,
|
9
|
+
"xloc": [
|
10
|
+
1,
|
11
|
+
2,
|
12
|
+
3
|
13
|
+
]
|
14
|
+
},
|
15
|
+
"style": {
|
16
|
+
"export": null
|
17
|
+
},
|
18
|
+
"layer": [
|
19
|
+
"s",
|
20
|
+
"e"
|
21
|
+
],
|
22
|
+
"b": {
|
23
|
+
"go": 0,
|
24
|
+
"loc": "c",
|
25
|
+
"FaceColor": [
|
26
|
+
"#474747",
|
27
|
+
"#FF2C00",
|
28
|
+
"#0C5DA5"
|
29
|
+
],
|
30
|
+
"FaceAlpha": 1,
|
31
|
+
"EdgeColor": "k",
|
32
|
+
"EdgeAlpha": 1,
|
33
|
+
"LineStyle": "-",
|
34
|
+
"LineWidth": 0.8,
|
35
|
+
"x_width": 0.2,
|
36
|
+
"ShowBaseLine": "off",
|
37
|
+
"hatch": null
|
38
|
+
},
|
39
|
+
"e": {
|
40
|
+
"go": 1,
|
41
|
+
"loc": "c",
|
42
|
+
"LineWidth": 1,
|
43
|
+
"CapLineWidth": 1,
|
44
|
+
"CapSize": 2,
|
45
|
+
"Marker": "d",
|
46
|
+
"LineStyle": "none",
|
47
|
+
"LineColor": "k",
|
48
|
+
"LineJoin": "round",
|
49
|
+
"MarkerSize": 12,
|
50
|
+
"FaceColor": [
|
51
|
+
"#474747",
|
52
|
+
"#FF2C00",
|
53
|
+
"#0C5DA5"
|
54
|
+
],
|
55
|
+
"MarkerEdgeColor": [
|
56
|
+
"k"
|
57
|
+
],
|
58
|
+
"Visible": true,
|
59
|
+
"Orientation": "vertical",
|
60
|
+
"error": "sem",
|
61
|
+
"x_width": 0.1,
|
62
|
+
"cap_dir": "b"
|
63
|
+
},
|
64
|
+
"s": {
|
65
|
+
"go": 1,
|
66
|
+
"loc": "c",
|
67
|
+
"FaceColor": "w",
|
68
|
+
"cmap": null,
|
69
|
+
"FaceAlpha": 1,
|
70
|
+
"x_width": 0.05,
|
71
|
+
"Marker": "o",
|
72
|
+
"MarkerSize": 15,
|
73
|
+
"LineWidth": 0.8,
|
74
|
+
"MarkerEdgeColor": "k"
|
75
|
+
},
|
76
|
+
"l": {
|
77
|
+
"go": 1,
|
78
|
+
"LineStyle": "-",
|
79
|
+
"LineColor": "k",
|
80
|
+
"LineWidth": 0.5,
|
81
|
+
"LineAlpha": 0.5
|
82
|
+
},
|
83
|
+
"bx": {
|
84
|
+
"go": 0,
|
85
|
+
"loc": "c",
|
86
|
+
"FaceColor": [
|
87
|
+
"#474747",
|
88
|
+
"#FF2C00",
|
89
|
+
"#0C5DA5"
|
90
|
+
],
|
91
|
+
"EdgeColor": "k",
|
92
|
+
"FaceAlpha": 0.85,
|
93
|
+
"EdgeAlpha": 1,
|
94
|
+
"LineStyle": "-",
|
95
|
+
"x_width": 0.1,
|
96
|
+
"ShowBaseLine": "off",
|
97
|
+
"Notch": false,
|
98
|
+
"Outliers": "on",
|
99
|
+
"OutlierMarker": "+",
|
100
|
+
"OutlierColor": "r",
|
101
|
+
"OutlierSize": 6,
|
102
|
+
"LineWidth": 0.5,
|
103
|
+
"Whisker": 0.5,
|
104
|
+
"Orientation": "vertical",
|
105
|
+
"BoxLineWidth": 0.5,
|
106
|
+
"WhiskerLineStyle": "-",
|
107
|
+
"WhiskerLineColor": "k",
|
108
|
+
"WhiskerLineWidth": 0.5,
|
109
|
+
"Caps": true,
|
110
|
+
"CapLineColor": "k",
|
111
|
+
"CapLineWidth": 0.5,
|
112
|
+
"CapSize": 0.1,
|
113
|
+
"MedianLine": true,
|
114
|
+
"MedianLineStyle": "-",
|
115
|
+
"MedianStyle": "line",
|
116
|
+
"MedianLineColor": "k",
|
117
|
+
"MedianLineWidth": 2.0,
|
118
|
+
"MedianLineTop": false,
|
119
|
+
"MeanLine": false,
|
120
|
+
"showmeans": false,
|
121
|
+
"MeanLineStyle": "-",
|
122
|
+
"MeanLineColor": "w",
|
123
|
+
"MeanLineWidth": 2.0
|
124
|
+
},
|
125
|
+
"v": {
|
126
|
+
"go": 0,
|
127
|
+
"x_width": 0.3,
|
128
|
+
"loc": "r",
|
129
|
+
"EdgeColor": "none",
|
130
|
+
"FaceColor": [
|
131
|
+
"#474747",
|
132
|
+
"#FF2C00",
|
133
|
+
"#0C5DA5"
|
134
|
+
],
|
135
|
+
"FaceAlpha": 0.3,
|
136
|
+
"BandWidth": "scott",
|
137
|
+
"Function": "pdf",
|
138
|
+
"Kernel": "gau",
|
139
|
+
"NumPoints": 500,
|
140
|
+
"BoundaryCorrection": "reflection"
|
141
|
+
}
|
142
|
+
}
|