Heatmap ===================================================== Inspired from this Highcharts `demo `_ .. note:: Requires the `heatmap` module: :: easychart.config.scripts.append("https://code.highcharts.com/modules/heatmap.js") easychart.config.save() See section on `extensions `_ for more details. .. note:: New in version 0.1.25: a helper function to make creating heatmaps easier! .. raw:: html
.. literalinclude:: /_misc/examples/chart-65.py Alternatively .. raw:: html
.. literalinclude:: /_misc/examples/chart-22.py