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

« back to all changes in this revision

Viewing changes to examples/bargraphs/minimal.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:
4
4
g.plot(graph.data.file("minimal.dat", xname=0, y=2), [graph.style.bar()])
5
5
g.writeEPSfile("minimal")
6
6
g.writePDFfile("minimal")
 
7
g.writeSVGfile("minimal")