Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ isPlottable
Method
isPlottable
src/backend/core/AbstractColumn.cpp:365–368 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
363
}
364
365
bool AbstractColumn::isPlottable() const {
366
const auto mode = columnMode();
367
return (isNumeric() || mode == ColumnMode::DateTime);
368
}
369
370
/**
371
* \brief Clear the whole column
Callers
5
fillColumnContextMenu
Method · 0.80
setSelectedColumns
Method · 0.80
run
Method · 0.80
data
Method · 0.80
flags
Method · 0.80
Calls
no outgoing calls
Tested by
2
data
Method · 0.64
flags
Method · 0.64