HippoDraw Users Guide | |
Canvas Window Users Guide | Most users of HippoDraw will use the CanvasWindow |
Building custom applications | The HippoDraw C++ library can be used for creating custom applications with either C++ or Python |
Examples of custom applications with HippoDraw | This page contains examples of using the HippoDraw class library in other applications |
Building custom applications with C++ | One can build custom applications with HippoDraw's C++ class library along with Qt |
plot types | A data representation or plot type is really a way of representing data as a graphical image |
Downloading | |
Examples of HippoDraw use with Python | Using HippoDraw as a Python extension module allows one to write Python scripts to do repetitive tasks |
Data source file formats | Depending how HippoDraw was configured when built, it supports creating a data source by reading a file in several formats |
The hippoplotter.py module | Here is a summary of the classes and functions available in this module |
Inspector Users Guide | The inspector is the dialog window with which the user can make changes to the plots |
Installation | HippoDraw is a cross platform library and application |
data source | A data source for the HippoDraw analysis package is typically a table of numbers with a limited number of columns and probably large number of rows |
Python extension modules | The HippoDraw library can be used with the Python programming language |
Python extension module tutorial | The hippo Python extension module is designed to be used interactively or via Python scripts |
Python extension module: sihippo | Applications can be written using HippoDraw library in either C++ or Python |
Quick links | |
Release Notes | |
Using HippoDraw on SLAC Linux Systems | HippoDraw is installed at SLAC for use by Red Hat Enterprise Linux 3 and 4 machines including AMD 64 bit machines |
Getting Started with HippoDraw without Python | After starting the HippoDraw application, either as a stand a lone application or as Python extension module two windows should appear |