Skip to content

Commit e019a01

Browse files
committed
Update README.md
1 parent 5020a17 commit e019a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ Please open an [issue](https://github.com/asjadnaqvi/stata-graphfunctions/issues
551551
## Change log
552552

553553
**v1.5 (05 Nov 2024)**
554-
- `shapes square` added for squares. Note that `shapes circle, n(4)` also returns a square but here we define the center-to-corner length using the radius, where as `shapes square` generates a side with a predefined length. Hence the area of `shapes circle, n(4) rad(5)` > `shapes circle, len(5)`.
554+
- `shapes square` added for squares. Note that `shapes circle, n(4)` also returns a square but here we define the center-to-corner length using the radius, where as `shapes square` generates a side with a predefined length. Hence the area of `shapes circle, n(4) rad(5)` > `shapes square, len(5)`.
555555
- `shapes rotate` added for generation rotations at specific points or center of shapes. Note that this is a more advanced rotation than what each individual function provides.
556556
- `shapes area` added for calculating the areas (currently in undefined units) using [Meister's shoelace formula](https://en.wikipedia.org/wiki/Shoelace_formula).
557557
- Option `append` added as a substitute for `stack`. This is more in line with standard Stata syntax.

0 commit comments

Comments
 (0)