{% extends "basex.html" %} {% load markup %} {% block pageid %}code{% endblock %} {% block headers %} {% endblock %} {% block title %}PlotKit.SweetCanvas{% endblock %} {% block content %}
{% filter markdown %} [PlotKit Home](PlotKit.html) | [<<](PlotKit.SVG.html) | [>>](PlotKit.SweetSVG.html) PlotKit Sweet Canvas Renderer ============================= This renderer is an extension of the basic Canvas Renderer to show off what you can do to make graphs pretty without learning any graph layout code. There are no extra methods or options to use. The interface is exactly the same as ``PlotKit.Canvas``'s CanvasRenderer. SweetCanvasRenderer adds a fake shadow around bars, lines and circles along with a 2.0 width white outline and a etched light coloured background. Example ======= {% endfilter %}
{% endblock %}