Skip to content
Snippets Groups Projects
Commit 626db229 authored by Eric Pooser's avatar Eric Pooser
Browse files

Force 2D histos to be drawn with colz option

parent bf88bacd
No related branches found
No related tags found
No related merge requests found
......@@ -1554,6 +1554,7 @@ void OnlineGUI::HistDraw(drawcommand command) {
fRootFile.mytemp2d->SetStats(showStat);
if(!htitle.IsNull()) fGoldenFile.mytemp2d->SetTitle(htitle);
fRootFile.mytemp2d->Draw(type);
fRootFile.mytemp2d->Draw("colz");
}
}
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment