Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有几个带有月度股票收益的变量,例如 qqqret、gldret、spyret。我想以相同的比例创建它们的堆叠直方图或点图。有什么想法吗?
谢谢!
附言。如果我将向量堆叠在一起并为每个向量创建一个指示变量,我可以使用条形图。但我希望能够说“hist qqqret gldret spyret”之类的话
dotplot支持varlist:查看帮助。
dotplot
varlist
stripplot(SSC) 是一种替代方案。
stripplot