[mcclim-cvs] CVS mcclim/Apps/Scigraph/scigraph
thenriksen
thenriksen at common-lisp.net
Sun Jan 7 19:58:13 UTC 2007
Update of /project/mcclim/cvsroot/mcclim/Apps/Scigraph/scigraph
In directory clnet:/tmp/cvs-serv21709/Apps/Scigraph/scigraph
Modified Files:
demo-frame.lisp
Log Message:
>From graph-data.lisp:
; in clim, NIL == FILLED
--- /project/mcclim/cvsroot/mcclim/Apps/Scigraph/scigraph/demo-frame.lisp 2003/10/31 11:35:37 1.1
+++ /project/mcclim/cvsroot/mcclim/Apps/Scigraph/scigraph/demo-frame.lisp 2007/01/07 19:58:13 1.2
@@ -117,7 +117,7 @@
:color :salmon
:symbologies (list :line-symbol)
:data-symbol :circle
- :pattern :filled
+ :pattern nil
:equation '(* (sin (* a x)) (sin (* b x)))
:variable 'x :min 0 :max 10 :increment .1
:parameters '((a 2) (b 3))))
More information about the Mcclim-cvs
mailing list