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.
您可以删除中的类别标签catplot吗?( ssc install catplot)
catplot
ssc install catplot
我正在尝试绘制一个类别,例如
sysuse auto, clear catplot foreign rep78 if rep78 == 3, recast(bar)
我想从 x 轴上删除“3”
catplot foreign if rep78 == 3, recast(bar)
似乎是一种更简单的方法。
我试图通过java代码发送html表
public static void main(String args[]){ try{ Properties props = new Properties(); props.setProperty("mail.transport.protocol", "smtp");