void Start() { Surface s = new Surface(11, 11); s.SetData(defaultData2); plotter.DrawToSlot(0, s); SetValues(s); }