wtk_graph.asy: Fix palette positioning in graphMatrixFile
authorW. Trevor King <wking@tremily.us>
Wed, 12 Jun 2013 03:14:52 +0000 (23:14 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 12 Jun 2013 03:14:52 +0000 (23:14 -0400)
commit2d2801381488896b55faf7fcba5da1a8199ba4e5
treec739c8be02b4f323e6a3876bdc31ff8361e64c27
parent09f0410623bdd46e055a79d93d63e43cb374076a
wtk_graph.asy: Fix palette positioning in graphMatrixFile

We know where the figure axes end (k_u0 and dx) in graph coordinates,
and the palette() function expects and initial and final pair in graph
coordinates, but we want the palette offset to be in frame
coordinates.  This means we need to take our figure corners from graph
coordinate through picture coordinates to frame frame coordinates, add
our offset, and go back through picture coordinates to graph
coordinates before passing the values in to palette().
src/figures/asy/wtk_graph.asy