Changeset 1fff4b in git for Singular/LIB/surf.lib


Ignore:
Timestamp:
May 25, 1999, 4:59:03 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
057578116a1a82c7024ad5f01ec6db71c4f466a3
Parents:
b136281afe3a0060b136749e81a61f5c6fcc3503
Message:
* cosmetical changes


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/surf.lib

    rb13628 r1fff4b  
    1 // $Id: surf.lib,v 1.1 1999-05-01 15:27:13 obachman Exp $
     1// $Id: surf.lib,v 1.2 1999-05-25 14:59:03 obachman Exp $
    22//
    33// author : Hans Schoenemann
    44//
    55///////////////////////////////////////////////////////////////////////////////
    6 version="$Id: surf.lib,v 1.1 1999-05-01 15:27:13 obachman Exp $";
     6version="$Id: surf.lib,v 1.2 1999-05-25 14:59:03 obachman Exp $";
    77info="
    88LIBRARY: surf.lib    PROCEDURES FOR GRAPHICS WITH SURF
     
    6666  {
    6767    write(":w "+l,"clip=none;");
     68      write(l, "width=500; height=500; set_size; do_background=yes; background_red=255; background_green=255; background_blue=255;");
    6869    write(l,
    6970    "root_finder=d_chain_bisection;epsilon=0.0000000001;iterations=20000;");
     71    write(l, "curve_green=0; curve_blue=0; curve_width=4.5;");
    7072    write(l,"curve=",I[1],";");
    7173    write(l,"draw_curve;");
     
    7779      write(":w "+l,
    7880      "root_finder=d_chain_bisection;epsilon=0.0000000001;iterations=20000;");
     81     write(l, "width=500; height=500; set_size; do_background=yes; background_red=255; background_green=255; background_blue=255;");
    7982      write(l,"rot_x=0.14; rot_y=-0.3;");
    8083      write(l,"surface=",I[1],";");
Note: See TracChangeset for help on using the changeset viewer.