MCPcopy Create free account
hub / github.com/Kitware/VTK / SetPlotColor

Method SetPlotColor

Rendering/Annotation/vtkXYPlotActor.cxx:2380–2383  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2378
2379//------------------------------------------------------------------------------
2380void vtkXYPlotActor::SetPlotColor(int i, double r, double g, double b)
2381{
2382 this->LegendActor->SetEntryColor(i, r, g, b);
2383}
2384
2385//------------------------------------------------------------------------------
2386double* vtkXYPlotActor::GetPlotColor(int i)

Callers 7

SetPlotColorFunction · 0.45
SetPlotColorFunction · 0.45
xyPlot2.pyFile · 0.45
xyPlot3.pyFile · 0.45
xyPlot4.pyFile · 0.45
TestXYPlotActorFunction · 0.45
TestSpiderPlotActorFunction · 0.45

Calls 1

SetEntryColorMethod · 0.80

Tested by 2

TestXYPlotActorFunction · 0.36
TestSpiderPlotActorFunction · 0.36