MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / line_spec

Class line_spec

source/matplot/axes_objects/network.cpp:468–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466 line_spec &network::line_spec() { return line_spec_; }
467
468 class network &network::line_spec(const class line_spec &line_spec) {
469 line_spec_ = line_spec;
470 touch();
471 return *this;

Callers 6

line_widthMethod · 0.70
network.cppFile · 0.70
marker_styleMethod · 0.70
markerMethod · 0.70
marker_sizeMethod · 0.70
marker_faceMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected