MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / ChangeGraphThickness

Method ChangeGraphThickness

Explore/MapNewView.cpp:2988–2995  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2986}
2987
2988void MapCanvas::ChangeGraphThickness(int val)
2989{
2990 wxLogMessage("MapCanvas::ChangeGraphThickness()");
2991 if (display_weights_graph) {
2992 weights_graph_thickness = val;
2993 RedrawMap();
2994 }
2995}
2996
2997void MapCanvas::ChangeGraphColor()
2998{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected