Hi there,
I'm trying to draw a solid white marker with a black border.
As there doesn't seem to be an appropriate style, I'm
trying the following :
// Draw solid white marker. o.k., works
h4->SetMarkerColor(0);
h4->SetMarkerStyle(29);
h4->SetFillColor(0);
h4->SetFillStyle(1001);
h4->SetMarkerSize(2.);
h4->Draw("same");
// Draw the same marker again, this time with a
// hollow fill style and color black, which should
// result in a black border to the markers
// drawn above. Doesn't work. Any clues ?
h4->SetMarkerColor(1);
h4->SetMarkerStyle(29);
h4->SetFillColor(0);
h4->SetFillStyle(0);
h4->SetMarkerSize(2.);
h4->Draw("same");
Thanks for your help,
Ruediger Berlich
This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:12 MET