|
47 | 47 | projection="X?",
|
48 | 48 | region=[500, 3600, 0, 20],
|
49 | 49 | series=[500, 3600, 100],
|
50 |
| - frame=["wnSE", "xaf+lElevation (m)", "yaf+lCounts"], |
| 50 | + frame=["wnSE", "xaf+lElevation (m)", "yaf+lPercent frequency"], |
51 | 51 | cmap=True,
|
52 | 52 | histtype=1,
|
53 | 53 | pen="1p,black",
|
|
107 | 107 | fig.histogram(
|
108 | 108 | data=linear_dist,
|
109 | 109 | projection="X?",
|
110 |
| - region=[0, divisions, 0, 40], |
| 110 | + region=[-1, divisions, 0, 40], |
111 | 111 | series=[0, divisions, 1],
|
112 |
| - frame=["wnSE", "xaf+lElevation (m)", "yaf+lCounts"], |
| 112 | + frame=["wnSE", "xaf+lRelative elevation", "yaf+lPercent frequency"], |
113 | 113 | cmap=True,
|
114 | 114 | histtype=1,
|
115 | 115 | pen="1p,black",
|
| 116 | + center=True, |
116 | 117 | )
|
117 | 118 | fig.colorbar(position="JMR+o1.5c/0c+w3c/0.3c", frame=True)
|
118 | 119 | fig.show()
|
|
154 | 155 | projection="X?",
|
155 | 156 | region=[-4.5, 4.5, 0, 20],
|
156 | 157 | series=[-4.5, 4.5, 0.2],
|
157 |
| - frame=["wnSE", "xaf+lElevation (m)", "yaf+lCounts"], |
| 158 | + frame=["wnSE", "xaf+lRelative elevation", "yaf+lPercent frequency"], |
158 | 159 | cmap=True,
|
159 | 160 | histtype=1,
|
160 | 161 | pen="1p,black",
|
|
210 | 211 | fig.histogram(
|
211 | 212 | data=quadratic_dist,
|
212 | 213 | projection="X?",
|
213 |
| - region=[0, divisions, 0, 40], |
| 214 | + region=[-1, divisions, 0, 40], |
214 | 215 | series=[0, divisions, 1],
|
215 |
| - frame=["wnSE", "xaf+lElevation (m)", "yaf+lCounts"], |
| 216 | + frame=["wnSE", "xaf+lRelative elevation", "yaf+lPercent frequency"], |
216 | 217 | cmap=True,
|
217 | 218 | histtype=1,
|
218 | 219 | pen="1p,black",
|
| 220 | + center=True, |
219 | 221 | )
|
220 | 222 | fig.colorbar(position="JMR+o1.5c/0c+w3c/0.3c", frame=True)
|
221 | 223 | fig.show()
|
0 commit comments