From: <and...@us...> - 2009-11-19 12:05:17
|
Revision: 10613 http://plplot.svn.sourceforge.net/plplot/?rev=10613&view=rev Author: andrewross Date: 2009-11-19 12:05:09 +0000 (Thu, 19 Nov 2009) Log Message: ----------- Fix comment in example 3 - call to plsori makes the plot portrait and not landscape. Modified Paths: -------------- trunk/examples/ada/x03a.adb.cmake trunk/examples/c/x03c.c trunk/examples/c++/x03.cc trunk/examples/d/x03d.d trunk/examples/f77/x03f.fm4 trunk/examples/f95/x03f.f90 trunk/examples/java/x03.java trunk/examples/lua/x03.lua trunk/examples/ocaml/x03.ml trunk/examples/octave/x03c.m trunk/examples/perl/x03.pl trunk/examples/python/x03 Modified: trunk/examples/ada/x03a.adb.cmake =================================================================== --- trunk/examples/ada/x03a.adb.cmake 2009-11-19 08:13:30 UTC (rev 10612) +++ trunk/examples/ada/x03a.adb.cmake 2009-11-19 12:05:09 UTC (rev 10613) @@ -53,7 +53,7 @@ -- Parse and process command line arguments. plparseopts(PL_PARSE_FULL); - -- Set orientation to landscape. Note not all device drivers + -- Set orientation to portrait. Note not all device drivers -- support this, in particular most interactive drivers do not. plsori(Portrait); Modified: trunk/examples/c/x03c.c =================================================================== --- trunk/examples/c/x03c.c 2009-11-19 08:13:30 UTC (rev 10612) +++ trunk/examples/c/x03c.c 2009-11-19 12:05:09 UTC (rev 10613) @@ -31,7 +31,7 @@ (void) plparseopts( &argc, argv, PL_PARSE_FULL ); -/* Set orientation to landscape - note not all device drivers +/* Set orientation to portrait - note not all device drivers * support this, in particular most interactive drivers do not */ plsori( 1 ); Modified: trunk/examples/c++/x03.cc =================================================================== --- trunk/examples/c++/x03.cc 2009-11-19 08:13:30 UTC (rev 10612) +++ trunk/examples/c++/x03.cc 2009-11-19 12:05:09 UTC (rev 10613) @@ -68,7 +68,7 @@ // Parse and process command line arguments. pls->parseopts( &argc, argv, PL_PARSE_FULL ); - // Set orientation to landscape - note not all device drivers + // Set orientation to portrait - note not all device drivers // support this, in particular most interactive drivers do not. pls->sori( 1 ); Modified: trunk/examples/d/x03d.d =================================================================== --- trunk/examples/d/x03d.d 2009-11-19 08:13:30 UTC (rev 10612) +++ trunk/examples/d/x03d.d 2009-11-19 12:05:09 UTC (rev 10613) @@ -26,7 +26,7 @@ /* Parse and process command line arguments */ plparseopts(args, PL_PARSE_FULL); - /* Set orientation to landscape - note not all device drivers + /* Set orientation to portrait - note not all device drivers * support this, in particular most interactive drivers do not */ plsori(1); Modified: trunk/examples/f77/x03f.fm4 =================================================================== --- trunk/examples/f77/x03f.fm4 2009-11-19 08:13:30 UTC (rev 10612) +++ trunk/examples/f77/x03f.fm4 2009-11-19 12:05:09 UTC (rev 10613) @@ -32,7 +32,7 @@ c Process command-line arguments call plparseopts(PL_PARSE_FULL) -c Set orientation to landscape - note not all device drivers +c Set orientation to portrait - note not all device drivers c support this, in particular most interactive drivers do not. call plsori(1) Modified: trunk/examples/f95/x03f.f90 =================================================================== --- trunk/examples/f95/x03f.f90 2009-11-19 08:13:30 UTC (rev 10612) +++ trunk/examples/f95/x03f.f90 2009-11-19 12:05:09 UTC (rev 10613) @@ -29,7 +29,7 @@ ! Process command-line arguments call plparseopts(PL_PARSE_FULL) -! Set orientation to landscape - note not all device drivers +! Set orientation to portrait - note not all device drivers ! support this, in particular most interactive drivers do not. call plsori(1) Modified: trunk/examples/java/x03.java =================================================================== --- trunk/examples/java/x03.java 2009-11-19 08:13:30 UTC (rev 10612) +++ trunk/examples/java/x03.java 2009-11-19 12:05:09 UTC (rev 10613) @@ -65,7 +65,7 @@ pls.parseopts( args, PLStream.PL_PARSE_FULL | PLStream.PL_PARSE_NOPROGRAM ); - // Set orientation to landscape - note not all device drivers + // Set orientation to portrait - note not all device drivers // support this, in particular most interactive drivers do not. pls.sori(1); Modified: trunk/examples/lua/x03.lua =================================================================== --- trunk/examples/lua/x03.lua 2009-11-19 08:13:30 UTC (rev 10612) +++ trunk/examples/lua/x03.lua 2009-11-19 12:05:09 UTC (rev 10613) @@ -45,7 +45,7 @@ pl.parseopts(arg, pl.PL_PARSE_FULL) --- Set orientation to landscape - note not all device drivers +-- Set orientation to portrait - note not all device drivers -- support this, in particular most interactive drivers do not pl.sori(1) Modified: trunk/examples/ocaml/x03.ml =================================================================== --- trunk/examples/ocaml/x03.ml 2009-11-19 08:13:30 UTC (rev 10612) +++ trunk/examples/ocaml/x03.ml 2009-11-19 12:05:09 UTC (rev 10613) @@ -38,7 +38,7 @@ (* Parse and process command line arguments *) plparseopts Sys.argv [PL_PARSE_FULL]; - (* Set orientation to landscape - note not all device drivers + (* Set orientation to portrait - note not all device drivers * support this, in particular most interactive drivers do not *) plsori 1; Modified: trunk/examples/octave/x03c.m =================================================================== --- trunk/examples/octave/x03c.m 2009-11-19 08:13:30 UTC (rev 10612) +++ trunk/examples/octave/x03c.m 2009-11-19 12:05:09 UTC (rev 10613) @@ -27,7 +27,7 @@ plsdev("xwin"); endif - ## Set orientation to landscape - note not all device drivers + ## Set orientation to portrait - note not all device drivers ## support this, in particular most interactive drivers do not */ plsori(1); Modified: trunk/examples/perl/x03.pl =================================================================== --- trunk/examples/perl/x03.pl 2009-11-19 08:13:30 UTC (rev 10612) +++ trunk/examples/perl/x03.pl 2009-11-19 12:05:09 UTC (rev 10613) @@ -37,7 +37,7 @@ plParseOpts (\@ARGV, PL_PARSE_SKIP | PL_PARSE_NOPROGRAM); -# Set orientation to landscape - note not all device drivers +# Set orientation to portrait - note not all device drivers # support this, in particular most interactive drivers do not plsori(1); Modified: trunk/examples/python/x03 =================================================================== --- trunk/examples/python/x03 2009-11-19 08:13:30 UTC (rev 10612) +++ trunk/examples/python/x03 2009-11-19 12:05:09 UTC (rev 10613) @@ -30,7 +30,7 @@ # Parse and process command line arguments plparseopts(sys.argv, PL_PARSE_FULL) -# Set orientation to landscape - note not all device drivers +# Set orientation to portrait - note not all device drivers # support this, in particular most interactive drivers do not plsori(1) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |