Skip to content

Commit

Permalink
v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
asjadnaqvi committed Jan 14, 2025
1 parent edff993 commit a21dab4
Show file tree
Hide file tree
Showing 8 changed files with 206 additions and 117 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ authors:
- family-names: "Naqvi"
given-names: "Asjad"
title: "Stata package ``circlebar''"
version: 1.6
date-released: 2024-10-05
version: 1.7
date-released: 2025-01-14
url: "https://github.com/asjadnaqvi/stata-circlebar"
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Asjad Naqvi
Copyright (c) 2025 Asjad Naqvi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@



# circlebar/polarbar v1.6
(05 Oct 2024)
# circlebar/polarbar v1.7
(14 Jan 2025)

A package for polar bar graphs in Stata. Note that both `circlebar` and `polarbar` are substituable commands.

Expand All @@ -27,7 +27,7 @@ SSC (**v1.6**):
ssc install circlebar, replace
```

GitHub (**v1.6**):
GitHub (**v1.7**):

```
net install circlebar, from("https://raw.githubusercontent.com/asjadnaqvi/stata-circlebar/main/installation/") replace
Expand Down Expand Up @@ -68,9 +68,8 @@ circlebar var [if] [in] [weight], by(var1) [ stack(var2) ]
nocircles circtop range(num) nocirclabels circlabformat(str) circlabsize(str) circlabcolor(str)
labcolor(str) rotate(num) lcolor(str) lwidth(str) circcolor(str) circwidth(str)
labgap(num) labsize(str) cfill(str) clcolor(str) clwidth(str) points(num) showvalues
nolegend legsize(str) legposition(str) rows(num)
rline(num) rlinecolor(str) rlinewidth(str) rlinepattern(str) * ]
nolegend legsize(str) legposition(str) rows(num) scatter(variable [, options])
rline(numlist) rlinecolor(str) rlinewidth(str) rlinepattern(str) * ]
```

See the help file `help circlebar` for details.
Expand Down Expand Up @@ -301,6 +300,12 @@ Please open an [issue](https://github.com/asjadnaqvi/stata-circlebar/issues) to

## Change log

**v1.7 (14 Jan 2025)**
- Users can now pass on markers by using the option `scatter(variable, options)`.
- Fixes to legend showing wrong entries under certain conditions.
- `rows()` changed back to `legcolumns()` to make it consistent with other packages.
- Several bug fixes and changes to defaults.

**v1.6 (05 Oct 2024)**
- Weights are now allowed.
- Added `showtotal`.
Expand Down
Loading

0 comments on commit a21dab4

Please # to comment.