asjadnaqvi / stata-spider

spider: A Stata package for spider plots.
MIT License
12 stars 1 forks source link

Allow for legend(off) #7

Closed mkaulisch closed 1 year ago

mkaulisch commented 1 year ago

At the moment it is not possible to turn the legend off. I suggest to redo the if "legend'" and add: if "`legend'" == "off" { local legend legend(off) }

it is an attempt to create a raw spider plot - see #6