Plot2D

class Plot2D[A, B](it: Iterable[(A, B)])
class Object
trait Matchable
class Any

Value members

Concrete methods

def plot(legend: String, title: String, xlabel: String, ylabel: String, scatter: Boolean, frame: Boolean)(numA: Numeric[A], numB: Numeric[B]): Plot