Adds an image to the chart at the given coordinates.
Arguments:
chart -- the chart to add the polygon to.
x, y -- the coordinates to place the image
img -- a java.awt.Image object
Examples:
(use '(incanter core charts latex))
(doto (function-plot sin -10 10)
(add-image 0 0 (latex "\\frac{(a+b)^2} {(a-b)^2}"))
view)
Comments top
No comments for add-image. Log in to add a comment.