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

« back to all changes in this revision

Viewing changes to examples/tcl/x07.tcl

  • 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:
1
1
#----------------------------------------------------------------------------
2
 
# $Id: x07.tcl,v 1.9 2002/01/15 02:43:57 airwin Exp $
 
2
# $Id: x07.tcl,v 1.10 2005/01/20 23:38:55 airwin Exp $
3
3
#----------------------------------------------------------------------------
4
4
 
5
5
proc x07 {{w loopback}} {
23
23
 
24
24
    # Draw the grid using plbox
25
25
 
26
 
        $w cmd plbox "bcgt" 0.1 0 "bcgt" 0.1 0
 
26
        $w cmd plbox "bcg" 0.1 0 "bcg" 0.1 0
27
27
 
28
28
    # Write the digits below the frame
29
29