Class

org.scalameter.reporting

PGFPlotsReporter

Related Doc: package reporting

Permalink

case class PGFPlotsReporter[T](scale: Double = 0.78, height: String = "5.0cm", xLabelShift: (String, String) = ("12", "-10"), yLabelShift: (String, String) = ("-8", "-12"), ybar: String = "0.1pt", barWidthPt: Int = 6, errorBars: Boolean = true, plotColors: Seq[String] = ..., referenceCurve: String = "default", legend: Boolean = true, cutoffs: Set[String] = Set())(implicit evidence$1: Fractional[T]) extends Reporter[T] with Product with Serializable

Produces a pgfplots-based tex file that can be embedded into a Latex document.

Linear Supertypes
Product, Equals, Reporter[T], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PGFPlotsReporter
  2. Product
  3. Equals
  4. Reporter
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PGFPlotsReporter(scale: Double = 0.78, height: String = "5.0cm", xLabelShift: (String, String) = ("12", "-10"), yLabelShift: (String, String) = ("-8", "-12"), ybar: String = "0.1pt", barWidthPt: Int = 6, errorBars: Boolean = true, plotColors: Seq[String] = ..., referenceCurve: String = "default", legend: Boolean = true, cutoffs: Set[String] = Set())(implicit arg0: Fractional[T])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val barWidthPt: Int

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val cutoffs: Set[String]

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. val errorBars: Boolean

    Permalink
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. val height: String

    Permalink
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val legend: Boolean

    Permalink
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. val plotColors: Seq[String]

    Permalink
  19. val referenceCurve: String

    Permalink
  20. def report(result: Tree[CurveData[T]], persistor: Persistor): Boolean

    Permalink
    Definition Classes
    PGFPlotsReporterReporter
  21. def report(result: CurveData[T], persistor: Persistor): Unit

    Permalink
    Definition Classes
    PGFPlotsReporterReporter
  22. val scale: Double

    Permalink
  23. val sep: String

    Permalink
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def writeScope(ctx: Context, curves: Seq[CurveData[T]], pw: PrintWriter): Unit

    Permalink
  29. val xLabelShift: (String, String)

    Permalink
  30. val yLabelShift: (String, String)

    Permalink
  31. val ybar: String

    Permalink

Inherited from Product

Inherited from Equals

Inherited from Reporter[T]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped