.. _ex_pandas_chart:

Example: Pandas Excel output with a chart
=========================================

A simple example of converting a Pandas dataframe to an Excel file with a
chart using Pandas and XlsxWriter.

.. image:: _images/pandas_chart.png

.. literalinclude:: ../../../examples/pandas_chart.py
