Skip to content
Will Phelps edited this page Sep 1, 2016 · 24 revisions

GROOT is an easy-to-use plotting and fitting package that includes a set of GUI tools. To make things easy this will be the main source of documentation and the Issues page will be how we we track bugs and feature requests.

Learning By Example: Code Snippets

##GUI Feature Showcase All EmbeddedCanvases have powerful GUI tools built right in. Right click on the canvas and you'll be presented with a menu where you can copy, paste, save, and open our GUI tools.

### OptionsPanel This is where you can quickly turn a rudimentary plot into a presentation worthy plot within a few clicks. The first page has all of the shortcuts we could think to put in to save you time and the remaining tabs are advanced options for axes and datasets. One of the best uses of this OptionsPanel is to quickly change all pads on a canvas to fine tune you presentation style without rerunning your program.

FitPanel

The Fit Panel allows for quick fitting of datasets using predefined functions. You can choose the method and the options for the fit and soon you'll be able to fit all the pads in a canvas at one time.

Dataset handling

Clone this wiki locally