custom x-axis labels on bar graph
Posted: Tue Jan 28, 2025 11:53 am
the following works:
graph _lastyr.bar(p) nfp_fromlastyear
_lastyr.setobslabel "govt" "mining and manuf" "construction"
but I actually have a longer list of labels that I have read into an alpha series. The alpha series is call names. How can I use names to fill in the custom labels on the x-axis?
graph _lastyr.bar(p) nfp_fromlastyear
_lastyr.setobslabel "govt" "mining and manuf" "construction"
but I actually have a longer list of labels that I have read into an alpha series. The alpha series is call names. How can I use names to fill in the custom labels on the x-axis?