I've been playing with matrix visualization in toyplot and encountered several questions that I couldn't figure out from the documentation.
How to:
- turn off or edit axis labels on a matrix plot
- access values in the table/matrix (table.body.cell(i,j)?).
- put matrix on a canvas grid with other plots.
As an example: I've been trying to edit hover labels on a heatmap to include names, here:
http://nbviewer.ipython.org/gist/dereneaton/c8292a8febc758eb0438/toy_heatmap.ipynb