axle
.
visualize
Plot
case class
Plot
[
X
,
Y
,
D
]
(
initialValue:
List
[(
String
,
D
)]
,
orderedXs: (
D
) ⇒
Traversable
[
X
]
,
x2y: (
D
,
X
) ⇒
Y
,
connect:
Boolean
=
true
,
drawKey:
Boolean
=
true
,
width:
Int
=
700
,
height:
Int
=
600
,
border:
Int
=
50
,
pointDiameter:
Int
=
4
,
keyLeftPadding:
Int
=
20
,
keyTopPadding:
Int
=
50
,
keyWidth:
Int
=
80
,
fontName:
String
=
"Courier New"
,
fontSize:
Int
=
12
,
titleFontName:
String
=
"Palatino"
,
titleFontSize:
Int
=
20
,
colors:
Seq
[
Color
] =
...
,
title:
Option
[
String
] =
None
,
xAxis:
Option
[
Y
] =
None
,
xAxisLabel:
Option
[
String
] =
None
,
yAxis:
Option
[
X
] =
None
,
yAxisLabel:
Option
[
String
] =
None
)
(
implicit
evidence$1:
Plottable
[
X
]
,
evidence$2:
Plottable
[
Y
]
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Plot
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
Plot
(
initialValue:
List
[(
String
,
D
)]
,
orderedXs: (
D
) ⇒
Traversable
[
X
]
,
x2y: (
D
,
X
) ⇒
Y
,
connect:
Boolean
=
true
,
drawKey:
Boolean
=
true
,
width:
Int
=
700
,
height:
Int
=
600
,
border:
Int
=
50
,
pointDiameter:
Int
=
4
,
keyLeftPadding:
Int
=
20
,
keyTopPadding:
Int
=
50
,
keyWidth:
Int
=
80
,
fontName:
String
=
"Courier New"
,
fontSize:
Int
=
12
,
titleFontName:
String
=
"Palatino"
,
titleFontSize:
Int
=
20
,
colors:
Seq
[
Color
] =
...
,
title:
Option
[
String
] =
None
,
xAxis:
Option
[
Y
] =
None
,
xAxisLabel:
Option
[
String
] =
None
,
yAxis:
Option
[
X
] =
None
,
yAxisLabel:
Option
[
String
] =
None
)
(
implicit
arg0:
Plottable
[
X
]
,
arg1:
Plottable
[
Y
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
border
:
Int
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
colors
:
Seq
[
Color
]
val
connect
:
Boolean
val
drawKey
:
Boolean
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
val
fontName
:
String
val
fontSize
:
Int
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
height
:
Int
val
initialValue
:
List
[(
String
,
D
)]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
keyLeftPadding
:
Int
val
keyTopPadding
:
Int
val
keyWidth
:
Int
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
orderedXs
: (
D
) ⇒
Traversable
[
X
]
val
pointDiameter
:
Int
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
title
:
Option
[
String
]
val
titleFontName
:
String
val
titleFontSize
:
Int
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
width
:
Int
val
x2y
: (
D
,
X
) ⇒
Y
val
xAxis
:
Option
[
Y
]
val
xAxisLabel
:
Option
[
String
]
val
yAxis
:
Option
[
X
]
val
yAxisLabel
:
Option
[
String
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped