diff scraps/plot2.yeti @ 117:098b4efde5b1

Some debug
author Chris Cannam
date Thu, 18 Apr 2013 09:46:34 +0100
parents 8f6c2f87dc35
children
line wrap: on
line diff
--- a/scraps/plot2.yeti	Thu Apr 18 09:12:51 2013 +0100
+++ b/scraps/plot2.yeti	Thu Apr 18 09:46:34 2013 +0100
@@ -29,6 +29,8 @@
 surface#setWireframeDisplayed(false);
 surface#setWireframeColor(Color#BLACK);
 
+println "Z Bounds: \(surface#getBounds()#getZmin()) -> \(surface#getBounds()#getZmax())";
+
 chart = new Chart(Quality#Nicest);
 chart#getScene()#getGraph()#add(surface);
 ChartLauncher#openChart(chart);