Adds the given LaTeX equation as a subtitle to the chart.
Options:
:color (default java.awt.Color/darkGray) -- the text color
Examples:
(use '(incanter core charts stats latex))
(doto (function-plot pdf-normal -3 3)
(add-latex-subtitle "f(x)=\\frac{1}{\\sqrt{2\\pi \\sigma^2}} e^{\\frac{-(x - \\mu)^2}{2 \\sigma^2}}")
view)
Comments top
No comments for add-latex-subtitle. Log in to add a comment.