~ubuntu-branches/debian/sid/pyx3/sid

« back to all changes in this revision

Viewing changes to examples/graphs/change.py

  • Committer: Package Import Robot
  • Author(s): Stuart Prescott
  • Date: 2015-05-08 00:00:33 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150508000033-fp4theggupemhx24
Tags: 0.14-1
* New upstream release.
  - revert upstream change to sphinx conf.py to permit building with older
    python3-sphinx.
* Bump standards version to 3.9.6 (no changes required).
* Add SVG and PDF to package descriptions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
       [graph.style.line([color.gradient.Rainbow])])
13
13
g.writeEPSfile("change")
14
14
g.writePDFfile("change")
 
15
g.writeSVGfile("change")