You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command now produces semi circle bar graphs. Note that the `aspect()` option might be needed to adjust the dimensions. Default for `half` is `aspect(0.5)`.
238
+
239
+
```
240
+
circlebar y_TOT if NUTS0=="IT", by(NUTS1) stack(NUTS2) half aspect(0.35)
241
+
```
242
+
243
+
<imgsrc="/figures/circlebar14.png"width="100%">
244
+
245
+
246
+
### sorted bars (v1.5)
247
+
248
+
```
249
+
circlebar y_TOT if NUTS0=="DE", by(NUTS1) sort
250
+
```
251
+
252
+
<imgsrc="/figures/circlebar15.png"width="100%">
253
+
254
+
234
255
## Feedback
235
256
236
257
Please open an [issue](https://github.com/asjadnaqvi/stata-circlebar/issues) to report errors, feature enhancements, and/or other requests.
0 commit comments