~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to examples/python/xw06.py

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
    # Draw the grid using plbox
19
19
 
20
 
    plbox("bcgt", 0.1, 0, "bcgt", 0.1, 0)
 
20
    plbox("bcg", 0.1, 0, "bcg", 0.1, 0)
21
21
 
22
22
    # Write the digits below the frame
23
23