Skip to content

Latest commit

 

History

History

example_matrix_plot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

##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.