Skip to content

Instantly share code, notes, and snippets.

@raggleton
Created April 4, 2014 09:58
Show Gist options
  • Save raggleton/9971566 to your computer and use it in GitHub Desktop.
Save raggleton/9971566 to your computer and use it in GitHub Desktop.
ROOT notes
/**
* For reminders about ROOT idiosyncrasies
*
* /
// Put tick marks on inside of all axis of a plot (ie right hand y and top x axes)
// NOT a fn of the TH1, but of the pad instead (sigh)
myPad->SetTicks(1,1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment