diff scraps/plot2.yeti @ 108:8f6c2f87dc35

Some basic plotting
author Chris Cannam
date Fri, 29 Mar 2013 22:36:29 +0000
parents 041c7f4aec2e
children 098b4efde5b1
line wrap: on
line diff
--- a/scraps/plot2.yeti	Thu Mar 28 21:37:29 2013 +0000
+++ b/scraps/plot2.yeti	Fri Mar 29 22:36:29 2013 +0000
@@ -1,4 +1,4 @@
-module plot2;
+module scraps.plot2;
 
 import org.jzy3d.plot3d.builder: Mapper;
 import org.jzy3d.maths: Range;
@@ -29,7 +29,7 @@
 surface#setWireframeDisplayed(false);
 surface#setWireframeColor(Color#BLACK);
 
-chart = new Chart(Quality#Advanced);
+chart = new Chart(Quality#Nicest);
 chart#getScene()#getGraph()#add(surface);
 ChartLauncher#openChart(chart);