elaird / supy

analyze events stored in TTrees in parallel
8 stars 7 forks source link

Plotter features #63

Closed betchart closed 12 years ago

betchart commented 12 years ago

Messing with the plotter... some nice surprises, as well as some changes you might find questionable.

The biggest is to print tcanvas to pdf rather than ps. The resulting file doesn't have margins, which is cool because we have more control, but maybe you want margins, and I didn't put them back. You also might miss your ps.gz diff method. You won't be able to go back to not having a TOC, which was the motivation for the change.

You will be glad to see commit b8544bec.

I think we should change the default rowCycle to > nLinesMax default, in lieu of the new labeling display.

If prefer choice rather than change, we can go back and make the new features optional (label display, file type).

I will send you an example output.

elaird commented 12 years ago

Cool! I'll merge it now. If we end up wanting pdfs with margins or without a TOC, we could add those options. I'll think about making a pdf-diff program to restore that functionality.