Changeset 148455 in git for Singular/LIB/graphics.lib
- Timestamp:
- Dec 12, 2008, 6:22:35 PM (15 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 72382c279538b1bad38a4b5fd4808428791f8def
- Parents:
- 4ad6362123b6d59ef8af60d6f27d6babb506c1df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/graphics.lib
r4ad636 r148455 1 1 //last change: 13.02.2001 (Eric Westenberger) 2 2 /////////////////////////////////////////////////////////////////////////////// 3 version="$Id: graphics.lib,v 1.1 1 2006-07-18 15:53:58Singular Exp $";3 version="$Id: graphics.lib,v 1.12 2008-12-12 17:22:35 Singular Exp $"; 4 4 category="Visualization"; 5 5 info=" … … 150 150 151 151 /////////////////////////////////////////////////////////////////////////////// 152 proc 152 proc mplot(string fname,ideal I,list #) 153 153 "USAGE: mplot(fname, I [,I1,I2,..,s] ); fname=string; I,I1,I2,..=ideals, 154 154 s=string representing the plot region.@* … … 360 360 } 361 361 /////////////////////////////////////////////////////////////////////////////// 362 363
Note: See TracChangeset
for help on using the changeset viewer.