Hi,
Since i've installed the last version of root (for linux gcc2.96) i've
got some problem for plotting histograms with markers.
{
TH1F h("gaus1","",100,-6,7);
h->FillRandom("gaus",10000);
h->SetMarkerStyle(20);
h->Scale(1./h->Integral("width"));
gPad->SetLogy(1);
h->Draw("p");
}
for instance doesn't draw anything
it works if i remove the "p" option
i surely missed something
thanks in advance
--
Alexis Mignon
GANIL
Bd Henri Becqurel
14076 CAEN Cedex 5
France
tel: +(33) (0)231454680
e-mail : mignon@ganil.fr
This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:23 MET