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

« back to all changes in this revision

Viewing changes to bindings/octave/etc/plplot.doc

  • 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:
146
146
plMergeOpts     --  Merge user option table into external info structure.  
147
147
plSetUsage      --  Set the strings used in usage and syntax messages.  
148
148
plSetOpt        --  Process input strings, treating them as an option and argument pair.  
149
 
plParseOpts     --  Process options list using current options info.  
 
149
plparseopts     --  Process options list using current options info.  
150
150
plOptUsage      --  Print usage & syntax message.  
151
151
 
152
152
 Miscellaneous
165
165
 
166
166
plAlloc2dGrid   --  Allocates a block of memory for use as a 2-d grid of PLFLT's.   
167
167
plFree2dGrid    --  Frees a block of memory allocated with plAlloc2dGrid.  
168
 
plHLS_RGBplRGB_HLS      --  Functions for converting between HLS and RGB color space  
169
168
plGetCursor     --  Wait for graphics input event and translate to world coordinates  
170
169
plTranslateCursor       --  Translates relative device coordinates to world coordinates.   
171
170