From 53426801e4774e439c572a05f4883d4fdd8b0295 Mon Sep 17 00:00:00 2001 From: asjadnaqvi Date: Fri, 4 Oct 2024 11:56:12 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4722616..1a51fdb 100644 --- a/README.md +++ b/README.md @@ -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) --- @@ -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). @@ -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. @@ -99,7 +98,7 @@ twoway (scatter y x, mlabel(newlab3) mlabsize(3)), title("Word wrap") -## catspline +### catspline *(v1.0: 04 Oct 2024)*