Packages

c

org.scalameter.reporting

PGFPlotsReporter

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] = Seq(
"fill={rgb:red,1;green,4;blue,5},",
"""fill={rgb:red,1;green,3;blue,1},
postaction={
pattern color=white,
pattern=north east lines,
},""",
"""fill={rgb:red,5;green,1;blue,1},
postaction={
pattern color=white,
pattern=north west lines,
},""",
"""fill={rgb:red,5;green,1;blue,3},
postaction={
pattern color=white,
pattern=crosshatch,
},""",
"fill=lightgray,",
"""fill=white,
postaction={
pattern color={rgb:red,1;green,4;blue,5},
pattern=north west lines,
},"""
)
, 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, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PGFPlotsReporter
  2. Product
  3. Equals
  4. Reporter
  5. Serializable
  6. AnyRef
  7. 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] = Seq(
    "fill={rgb:red,1;green,4;blue,5},",
    """fill={rgb:red,1;green,3;blue,1},
    postaction={
    pattern color=white,
    pattern=north east lines,
    },""",
    """fill={rgb:red,5;green,1;blue,1},
    postaction={
    pattern color=white,
    pattern=north west lines,
    },""",
    """fill={rgb:red,5;green,1;blue,3},
    postaction={
    pattern color=white,
    pattern=crosshatch,
    },""",
    "fill=lightgray,",
    """fill=white,
    postaction={
    pattern color={rgb:red,1;green,4;blue,5},
    pattern=north west lines,
    },"""
    )
    , referenceCurve: String = "default", legend: Boolean = true, cutoffs: Set[String] = Set())
    (implicit arg0: Fractional[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val barWidthPt: Int
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. val cutoffs: Set[String]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val errorBars: Boolean
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. val height: String
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val legend: Boolean
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. val plotColors: Seq[String]
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. val referenceCurve: String
  21. def report(result: Tree[CurveData[T]], persistor: Persistor): Boolean
    Definition Classes
    PGFPlotsReporterReporter
  22. def report(result: CurveData[T], persistor: Persistor): Unit
    Definition Classes
    PGFPlotsReporterReporter
  23. val scale: Double
  24. val sep: String
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. def writeScope(ctx: Context, curves: Seq[CurveData[T]], pw: PrintWriter): Unit
  30. val xLabelShift: (String, String)
  31. val yLabelShift: (String, String)
  32. val ybar: String

Inherited from Product

Inherited from Equals

Inherited from Reporter[T]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped