Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ mesh_density
Method
mesh_density
source/matplot/axes_objects/function_line.cpp:165–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
size_t function_line::mesh_density() const { return mesh_density_; }
166
167
class function_line &function_line::mesh_density(size_t mesh_density) {
168
if (mesh_density != mesh_density_ || automatic_mesh_density_) {
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected