~pythonxy/pythonxy-upstream/xlsxwriter

« back to all changes in this revision

Viewing changes to examples/chart_clustered.py

  • Committer: John McNamara
  • Date: 2019-02-09 17:31:06 UTC
  • Revision ID: git-v1:277a292d77578983d73d902d247816e4496e7375
Updated copyright year.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
# A demo of a clustered category chart in XlsxWriter.
4
4
#
5
 
# Copyright 2013-2018, John McNamara, jmcnamara@cpan.org
 
5
# Copyright 2013-2019, John McNamara, jmcnamara@cpan.org
6
6
#
7
7
from xlsxwriter.workbook import Workbook
8
8