Dear Nick Cox , today I try to work with -floatplot- from SSC again. In the help file you mention that the by-options should work. When I use the -total- option, the bars and bar labels mess up and it looks like all values are shown and not only the ones for -total-.
Adjusted Example 5 in help file:
It would be really cool if you are able to tweak a fix for using the -total- option into -floatplot-.
Adjusted Example 5 in help file:
Code:
floatplot Preference [fw=freq], over(year) by(female, note("") total) highneg(2) fcolors(red red*0.5 blue*0.5 blue) subtitle(, fcolor(green*0.2)) name(float5_total, replace)
Comment