Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ plot
Method
plot
3rdparty/qwt/src/qwt_plot_item.cpp:142–145 ·
view source on GitHub ↗
Return attached plot
Source
from the content-addressed store, hash-verified
140
141
//! Return attached plot
142
QwtPlot* QwtPlotItem::plot() const
143
{
144
return m_data->plot;
145
}
146
147
/*!
148
Plot items are painted in increasing z-order.
Callers
4
qwtRenderItem
Function · 0.45
drawSeries
Method · 0.45
eventFilter
Method · 0.45
closestPoint
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected