Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 572 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 572 Bytes

##Matrix Plot Example

This example demonstrates the how to use ofxGrt Matrix Plot class.

The example will generate three matrices, and plot them with the default grayscale plot and using a heatmap texture.

alt text

##Building and running the example On OS X and Linux, you can build this example by running the following command in terminal:

cd THIS_DIRECTORY
make -j4

To run the example, run the following in terminal:

make run

##Using the example To use this example, simply build and run it.