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

« back to all changes in this revision

Viewing changes to examples/python/x06

  • 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:
16
16
#
17
17
# You should have received a copy of the GNU Library General Public License
18
18
# along with the file PLplot; if not, write to the Free Software
19
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 
19
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
20
20
 
21
21
 
22
22
# Run all python plplot examples non-interactively.
28
28
from plplot import *
29
29
 
30
30
# Parse and process command line arguments
31
 
plParseOpts(sys.argv, PL_PARSE_FULL)
 
31
plparseopts(sys.argv, PL_PARSE_FULL)
32
32
 
33
33
# Initialize plplot
34
34
plinit()