Skip to content
Snippets Groups Projects
Commit f43191f3 authored by Olivier Couet's avatar Olivier Couet
Browse files

- The change done in Revision 1.24 makes sense only in linear scale.

  the following lines produced an ugly plot:

  h=new TH2F("h","h",10,0.,1.,10,0.,1.)
  h->Fill(0.5,0.5,2.)
  h->Draw("LEGO")
  gPad->SetLogz()


git-svn-id: http://root.cern.ch/svn/root/trunk@13644 27541ba8-7e3a-0410-8455-c3a389f83636
parent 1b559cad
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment