1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
.. SPDX-License-Identifier: BSD-2-Clause
Copyright 2013-2023, John McNamara, jmcnamara@cpan.org
.. _ex_chart_data_table:
Example: Charts with Data Tables
================================
Example of creating charts with data tables.
Chart 1 in the following example is a column chart with default data table:
.. image:: _images/chart_data_table1.png
:scale: 75 %
Chart 2 is a column chart with default data table with legend keys:
.. image:: _images/chart_data_table2.png
:scale: 75 %
.. literalinclude:: ../../../examples/chart_data_table.py
|