py2ls 0.1.9.8__py3-none-any.whl → 0.1.10.0__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/batman.py +183 -0
- py2ls/data/styles/style10.json +213 -0
- py2ls/data/styles/style11.json +213 -0
- py2ls/data/styles/style12.json +192 -0
- py2ls/ich2ls.py +590 -0
- py2ls/ips.py +1 -0
- py2ls/netfinder.py +5 -2
- py2ls/plot.py +260 -72
- py2ls/stats.py +1 -3
- {py2ls-0.1.9.8.dist-info → py2ls-0.1.10.0.dist-info}/METADATA +1 -1
- {py2ls-0.1.9.8.dist-info → py2ls-0.1.10.0.dist-info}/RECORD +12 -7
- {py2ls-0.1.9.8.dist-info → py2ls-0.1.10.0.dist-info}/WHEEL +0 -0
| @@ -0,0 +1,192 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
                "style": "style8",
         | 
| 3 | 
            +
                "layer": [
         | 
| 4 | 
            +
                    "v",
         | 
| 5 | 
            +
                    "e"
         | 
| 6 | 
            +
                ],
         | 
| 7 | 
            +
                "b": {
         | 
| 8 | 
            +
                    "go": 0,
         | 
| 9 | 
            +
                    "loc": "c",
         | 
| 10 | 
            +
                    "FaceAlpha": 1,
         | 
| 11 | 
            +
                    "EdgeColor": "k",
         | 
| 12 | 
            +
                    "EdgeAlpha": 1,
         | 
| 13 | 
            +
                    "LineStyle": "-",
         | 
| 14 | 
            +
                    "LineWidth": 0.8,
         | 
| 15 | 
            +
                    "x_width": 0.05,
         | 
| 16 | 
            +
                    "ShowBaseLine": "off",
         | 
| 17 | 
            +
                    "hatch": null,
         | 
| 18 | 
            +
                    "FaceColor": [
         | 
| 19 | 
            +
                        "#474747",
         | 
| 20 | 
            +
                        "#FF2C00"
         | 
| 21 | 
            +
                    ],
         | 
| 22 | 
            +
                    "x_dist": 0.05
         | 
| 23 | 
            +
                },
         | 
| 24 | 
            +
                "e": {
         | 
| 25 | 
            +
                    "go": 0,
         | 
| 26 | 
            +
                    "loc": "c",
         | 
| 27 | 
            +
                    "LineWidth": 1,
         | 
| 28 | 
            +
                    "CapLineWidth": 1,
         | 
| 29 | 
            +
                    "CapSize": 2,
         | 
| 30 | 
            +
                    "Marker": "d",
         | 
| 31 | 
            +
                    "LineStyle": "-",
         | 
| 32 | 
            +
                    "LineColor": "k",
         | 
| 33 | 
            +
                    "LineJoin": "round",
         | 
| 34 | 
            +
                    "MarkerSize": "auto",
         | 
| 35 | 
            +
                    "MarkerEdgeColor": [
         | 
| 36 | 
            +
                        "none"
         | 
| 37 | 
            +
                    ],
         | 
| 38 | 
            +
                    "Visible": true,
         | 
| 39 | 
            +
                    "Orientation": "vertical",
         | 
| 40 | 
            +
                    "error": "sem",
         | 
| 41 | 
            +
                    "x_width": 0.03,
         | 
| 42 | 
            +
                    "cap_dir": "b",
         | 
| 43 | 
            +
                    "LineAlpha": 0.5,
         | 
| 44 | 
            +
                    "FaceColor": [
         | 
| 45 | 
            +
                        "#474747",
         | 
| 46 | 
            +
                        "#FF2C00"
         | 
| 47 | 
            +
                    ],
         | 
| 48 | 
            +
                    "x_dist": 0.03
         | 
| 49 | 
            +
                },
         | 
| 50 | 
            +
                "s": {
         | 
| 51 | 
            +
                    "go": 0,
         | 
| 52 | 
            +
                    "loc": "r",
         | 
| 53 | 
            +
                    "cmap": null,
         | 
| 54 | 
            +
                    "FaceAlpha": 1,
         | 
| 55 | 
            +
                    "x_width": 0.1,
         | 
| 56 | 
            +
                    "Marker": "o",
         | 
| 57 | 
            +
                    "MarkerSize": 15,
         | 
| 58 | 
            +
                    "LineWidth": 0.8,
         | 
| 59 | 
            +
                    "MarkerEdgeColor": "k",
         | 
| 60 | 
            +
                    "FaceColor": [
         | 
| 61 | 
            +
                        "#474747",
         | 
| 62 | 
            +
                        "#FF2C00"
         | 
| 63 | 
            +
                    ],
         | 
| 64 | 
            +
                    "x_dist": 0.1
         | 
| 65 | 
            +
                },
         | 
| 66 | 
            +
                "l": {
         | 
| 67 | 
            +
                    "go": 0,
         | 
| 68 | 
            +
                    "LineStyle": "-",
         | 
| 69 | 
            +
                    "LineColor": "k",
         | 
| 70 | 
            +
                    "LineWidth": 0.5,
         | 
| 71 | 
            +
                    "LineAlpha": 0.5
         | 
| 72 | 
            +
                },
         | 
| 73 | 
            +
                "bx": {
         | 
| 74 | 
            +
                    "go": 1,
         | 
| 75 | 
            +
                    "loc": "c",
         | 
| 76 | 
            +
                    "EdgeColor": "k",
         | 
| 77 | 
            +
                    "FaceAlpha": 1,
         | 
| 78 | 
            +
                    "EdgeAlpha": 1,
         | 
| 79 | 
            +
                    "LineStyle": "-",
         | 
| 80 | 
            +
                    "x_width": 0.1,
         | 
| 81 | 
            +
                    "ShowBaseLine": "off",
         | 
| 82 | 
            +
                    "Notch": false,
         | 
| 83 | 
            +
                    "Outliers": "on",
         | 
| 84 | 
            +
                    "OutlierMarker": "+",
         | 
| 85 | 
            +
                    "OutlierColor": "r",
         | 
| 86 | 
            +
                    "OutlierSize": 6,
         | 
| 87 | 
            +
                    "LineWidth": 0.5,
         | 
| 88 | 
            +
                    "Whisker": 0.5,
         | 
| 89 | 
            +
                    "Orientation": "vertical",
         | 
| 90 | 
            +
                    "BoxLineWidth": 0.5,
         | 
| 91 | 
            +
                    "WhiskerLineStyle": "-",
         | 
| 92 | 
            +
                    "WhiskerLineColor": "w",
         | 
| 93 | 
            +
                    "WhiskerLineWidth": 1,
         | 
| 94 | 
            +
                    "Caps": 0,
         | 
| 95 | 
            +
                    "CapLineColor": "k",
         | 
| 96 | 
            +
                    "CapLineWidth": 0.5,
         | 
| 97 | 
            +
                    "CapSize": 0.1,
         | 
| 98 | 
            +
                    "MedianLine": true,
         | 
| 99 | 
            +
                    "MedianLineStyle": "-",
         | 
| 100 | 
            +
                    "MedianStyle": "line",
         | 
| 101 | 
            +
                    "MedianLineColor": "k",
         | 
| 102 | 
            +
                    "MedianLineWidth": 2.0,
         | 
| 103 | 
            +
                    "MedianLineTop": false,
         | 
| 104 | 
            +
                    "MeanLine": false,
         | 
| 105 | 
            +
                    "showmeans": false,
         | 
| 106 | 
            +
                    "MeanLineStyle": "-",
         | 
| 107 | 
            +
                    "MeanLineColor": "w",
         | 
| 108 | 
            +
                    "MeanLineWidth": 2.0,
         | 
| 109 | 
            +
                    "OutlierFaceColor": "r",
         | 
| 110 | 
            +
                    "OutlierEdgeColor": "r",
         | 
| 111 | 
            +
                    "FaceColor": [
         | 
| 112 | 
            +
                        "w",
         | 
| 113 | 
            +
                        "w"
         | 
| 114 | 
            +
                    ],
         | 
| 115 | 
            +
                    "x_dist": 0.1
         | 
| 116 | 
            +
                },
         | 
| 117 | 
            +
                "v": {
         | 
| 118 | 
            +
                    "go": 1,
         | 
| 119 | 
            +
                    "x_width": 0.1,
         | 
| 120 | 
            +
                    "loc": "f",
         | 
| 121 | 
            +
                    "EdgeColor": "k",
         | 
| 122 | 
            +
                    "FaceAlpha": 1,
         | 
| 123 | 
            +
                    "BandWidth": "scott",
         | 
| 124 | 
            +
                    "Function": "pdf",
         | 
| 125 | 
            +
                    "Kernel": "gau",
         | 
| 126 | 
            +
                    "NumPoints": 500,
         | 
| 127 | 
            +
                    "BoundaryCorrection": "reflection",
         | 
| 128 | 
            +
                    "x_dist": 0.1,
         | 
| 129 | 
            +
                    "LineWidth": 0.5,
         | 
| 130 | 
            +
                    "FaceColor": [
         | 
| 131 | 
            +
                        "#474747",
         | 
| 132 | 
            +
                        "#FF2C00"
         | 
| 133 | 
            +
                    ],
         | 
| 134 | 
            +
                    "hatch": null
         | 
| 135 | 
            +
                },
         | 
| 136 | 
            +
                "r": {
         | 
| 137 | 
            +
                    "go": 0,
         | 
| 138 | 
            +
                    "bw_adjust": 1,
         | 
| 139 | 
            +
                    "clip": false,
         | 
| 140 | 
            +
                    "FaceColor": [
         | 
| 141 | 
            +
                        "#474747",
         | 
| 142 | 
            +
                        "#FF2C00",
         | 
| 143 | 
            +
                        "#0C5DA5",
         | 
| 144 | 
            +
                        "#845B97",
         | 
| 145 | 
            +
                        "#58BBCC",
         | 
| 146 | 
            +
                        "#FF9500",
         | 
| 147 | 
            +
                        "#D57DBE",
         | 
| 148 | 
            +
                        "#474747",
         | 
| 149 | 
            +
                        "#FF2C00",
         | 
| 150 | 
            +
                        "#0C5DA5",
         | 
| 151 | 
            +
                        "#845B97",
         | 
| 152 | 
            +
                        "#58BBCC",
         | 
| 153 | 
            +
                        "#FF9500",
         | 
| 154 | 
            +
                        "#D57DBE",
         | 
| 155 | 
            +
                        "#474747",
         | 
| 156 | 
            +
                        "#FF2C00",
         | 
| 157 | 
            +
                        "#0C5DA5",
         | 
| 158 | 
            +
                        "#845B97",
         | 
| 159 | 
            +
                        "#58BBCC",
         | 
| 160 | 
            +
                        "#FF9500"
         | 
| 161 | 
            +
                    ],
         | 
| 162 | 
            +
                    "FaceAlpha": 1,
         | 
| 163 | 
            +
                    "EdgeLineWidth": 1.5,
         | 
| 164 | 
            +
                    "fill": true,
         | 
| 165 | 
            +
                    "EdgeColor": "none",
         | 
| 166 | 
            +
                    "xLineWidth": 2.0,
         | 
| 167 | 
            +
                    "xLineColor": "none",
         | 
| 168 | 
            +
                    "aspect": 8,
         | 
| 169 | 
            +
                    "subplot_hspace": -0.3,
         | 
| 170 | 
            +
                    "subplot_height": 0.75,
         | 
| 171 | 
            +
                    "subplot_ylabel": "",
         | 
| 172 | 
            +
                    "column4color": null,
         | 
| 173 | 
            +
                    "row_labels": null,
         | 
| 174 | 
            +
                    "row_label_loc_xscale": 0.01,
         | 
| 175 | 
            +
                    "row_label_loc_yscale": 0.05,
         | 
| 176 | 
            +
                    "fontweight": "normal",
         | 
| 177 | 
            +
                    "fontsize": 11.0,
         | 
| 178 | 
            +
                    "color_row_label": "k",
         | 
| 179 | 
            +
                    "ylabel": null
         | 
| 180 | 
            +
                },
         | 
| 181 | 
            +
                "c": [
         | 
| 182 | 
            +
                    "#474747",
         | 
| 183 | 
            +
                    "#FF2C00"
         | 
| 184 | 
            +
                ],
         | 
| 185 | 
            +
                "loc": {
         | 
| 186 | 
            +
                    "go": 0,
         | 
| 187 | 
            +
                    "xloc": [
         | 
| 188 | 
            +
                        1,
         | 
| 189 | 
            +
                        2
         | 
| 190 | 
            +
                    ]
         | 
| 191 | 
            +
                }
         | 
| 192 | 
            +
            }
         |