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
Ordering
- Alphabetic
- By Inheritance
Inherited
- PGFPlotsReporter
- Product
- Equals
- Reporter
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
- 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 barWidthPt: Int
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val cutoffs: Set[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val errorBars: Boolean
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val height: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val legend: Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val plotColors: Seq[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val referenceCurve: String
- def report(result: Tree[CurveData[T]], persistor: Persistor): Boolean
- Definition Classes
- PGFPlotsReporter → Reporter
- def report(result: CurveData[T], persistor: Persistor): Unit
- Definition Classes
- PGFPlotsReporter → Reporter
- val scale: Double
- val sep: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def writeScope(ctx: Context, curves: Seq[CurveData[T]], pw: PrintWriter): Unit
- val xLabelShift: (String, String)
- val yLabelShift: (String, String)
- val ybar: String