AxisFactory

sealed trait AxisFactory
class Object
trait Matchable
class Any
object LinearAxisFactory.type
object Log10AxisFactory.type

Value members

Abstract methods

def make(min: Double, max: Double, width: Double, horizontal: Boolean): Axis