Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@christianwimmer
Created October 20, 2018 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christianwimmer/750cfe91e2285ff0b8eb7d185086c608 to your computer and use it in GitHub Desktop.
Save christianwimmer/750cfe91e2285ff0b8eb7d185086c608 to your computer and use it in GitHub Desktop.
byte[] plotAsSVG(String function, double xmin, double xmax) {
SVGGraphics2D g2d = new SVGGraphics2D(...);
... /* Use g2d instance for rendering. */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment