scale: function(min, max) {
        if (arguments.length == 0) {
            return this._scale;
        }
        this._scale.min = min;