wtk_graph.asy: Fix palette positioning in graphMatrixFile
authorW. Trevor King <wking@tremily.us>
Mon, 27 May 2013 19:08:04 +0000 (15:08 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 27 May 2013 19:08:04 +0000 (15:08 -0400)
commit0edc194678f9fe129ead7812a3ae07a5b2cf53fe
tree388b6b21dbb2bc8743b08df4be24788792a10bd5
parent84e482bbfe8232a263fcd08c18b74054767c6518
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().
media/src/asy/wtk_graph.asy