Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asjadnaqvi committed Oct 4, 2024
1 parent be74b5c commit 5342680
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

![StataMin](https://img.shields.io/badge/stata-2011-blue) ![issues](https://img.shields.io/github/issues/asjadnaqvi/stata-graphfunctions) ![license](https://img.shields.io/github/license/asjadnaqvi/stata-graphfunctions) ![Stars](https://img.shields.io/github/stars/asjadnaqvi/stata-graphfunctions) ![version](https://img.shields.io/github/v/release/asjadnaqvi/stata-graphfunctions) ![release](https://img.shields.io/github/release-date/asjadnaqvi/stata-graphfunctions)

[Installation](#Installation) | [labsplit](#labsplit) | [Feedback](#Feedback) | [Change log](#Change-log)
[Installation](#Installation) | [Examples](#Examples) | [Feedback](#Feedback) | [Change log](#Change-log)

---

Expand All @@ -14,11 +14,9 @@ A suite of programs to help enhance figures in Stata. The program is designed to

Currently, this package contains:

```
|
|--- labsplit.ado
|--- catspline.ado
```
* [labsplit](#labsplit)
* [catspline](#catspline)


The programs here are designed/upgraded/bug-fixed on a needs basis, mostly to support other packages. If you have specific requests, or find major bugs, then please open an [issue](https://github.com/asjadnaqvi/stata-graphfunctions/issues).

Expand Down Expand Up @@ -49,8 +47,9 @@ set scheme white_tableau
graph set window fontface "Arial Narrow"
```

## Examples

## labsplit
### labsplit
*(v1.0: 28 Sep 2024)*

The program allows users to split text labels based on flexible or fixed character length or word positions.
Expand Down Expand Up @@ -99,7 +98,7 @@ twoway (scatter y x, mlabel(newlab3) mlabsize(3)), title("Word wrap")
<img src="/figures/labsplit0.png" width="50%"><img src="/figures/labsplit1.png" width="50%">
<img src="/figures/labsplit2.png" width="50%"><img src="/figures/labsplit3.png" width="50%">

## catspline
### catspline
*(v1.0: 04 Oct 2024)*


Expand Down

0 comments on commit 5342680

Please sign in to comment.