I am trying to rename the columns on the y-axis of an alluvial plot.
My code looks like this:
alluvial govtfacilitynocat2 privatefacilitynocat2 tradhealervisitcat2 otherfacilityvisitcat2,ylabel(govtfacilitynocat2 "public" privatefacilitynocat2 "private" tradhealervisitcat2 "trad.healer" otherfacilityvisitcat2 "other").
I keep getting the error: option ylabel() not allowed.
Is it possible to change these labels without going back to the dataset and changing them there?
Please help with the right code.
My code looks like this:
alluvial govtfacilitynocat2 privatefacilitynocat2 tradhealervisitcat2 otherfacilityvisitcat2,ylabel(govtfacilitynocat2 "public" privatefacilitynocat2 "private" tradhealervisitcat2 "trad.healer" otherfacilityvisitcat2 "other").
I keep getting the error: option ylabel() not allowed.
Is it possible to change these labels without going back to the dataset and changing them there?
Please help with the right code.
Comment