.. _ex_pandas_chart_line:

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

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

.. image:: _images/pandas_chart_line.png
   :scale: 75 %

.. literalinclude:: ../../../examples/pandas_chart_line.py
