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.
我对 Qwt 有一个“问题”。当我设置 QwtPlotMarker 时,X 和 Y 轴的自动缩放功能只绑定到我的 QwtPlotCurve。有没有办法在不为我的线条绘制另一条曲线的情况下考虑我的标记?
我想设置 2 条水平线 (HLine) 以显示曲线应在的范围。
谢谢。
祝你今天过得愉快
marker->setItemAttribute( QwtPlotItem::AutoScale, true );