Changeset 1a3911 in git for Singular/LIB/surfex.lib


Ignore:
Timestamp:
Apr 6, 2009, 2:39:02 PM (15 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
08e081516771eec845058a046616a8c0d7e8325b
Parents:
7de8e4cf4e88e60e523f5ebb65a61c114ff3674a
Message:
removed some docu errors prior to release 3-1-0


git-svn-id: file:///usr/local/Singular/svn/trunk@11626 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/surfex.lib

    r7de8e4 r1a3911  
    11//last change: 2007/07/06 (Oliver Labs)
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: surfex.lib,v 1.9 2009-01-14 16:07:05 Singular Exp $";
     3version="$Id: surfex.lib,v 1.10 2009-04-06 12:39:02 seelisch Exp $";
    44category="Visualization";
    55info="
     
    4646"
    4747USAGE: plotRot(poly p, list #)
    48 Similar to plotRotated, but guesses automatically
    49 which coordinates should be used.
     48Similar to plotRotated, but guesses automatically which coordinates should be used.
     49The optional int parameter can be used to set plotting quality.
    5050
    5151It opens the external program surfex for drawing the surface given by p,
     
    121121This opens the external program surfex for drawing the surface given by p,
    122122seen as a surface in the real affine space with coordinates coords.
     123The optional int parameter can be used to set plotting quality.
    123124
    124125ASSUME: coords is a list of three variables.
     
    152153This opens the external program surfex for drawing the surfaces given by varieties,
    153154seen as a surface in the real affine space with coordinates coords.
     155The optional int parameter can be used to set plotting quality.
    154156
    155157ASSUME: coords is a list of three variables, varieties is a list of ideals
     
    397399USAGE: plotRotatedListFromSpecifyList(list varietiesList, list #);
    398400varietiesList has a complicated format (not documented yet);
    399 see the example.
     401see the example.@*
     402The optional int parameter can be used to set plotting quality.
    400403
    401404ASSUME: The basering is of characteristic zero.
     
    450453seen as a surface in the real affine space with coordinates x,y,z.
    451454The format for the list varieties is not fully documented yet;
    452 please, see the examples below and try to adapt the examples to your needs.
     455please, see the examples below and try to adjust the examples to suit your needs.@*
     456The optional int parameter can be used to set plotting quality.
    453457
    454458ASSUME:
Note: See TracChangeset for help on using the changeset viewer.