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.
MATLAB 中的stem 命令绘制离散数据序列。
Qwt中是否有任何等效的类/方法来实现类似的输出?
看看QwtPlotHistogram和/或QwtPlotBarChart。您可能必须继承并重新实现您想要实现的确切行为。
我的回答为时已晚。但对于其他想要这样做的人,您可以使用QwtPlotCurve并调用setStyle(QwtPlotCurve::Steps)or setStyle(QwtPlotCurve::Sticks)。
setStyle(QwtPlotCurve::Steps)
setStyle(QwtPlotCurve::Sticks)