Package

quiver

viz

Permalink

package viz

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. viz
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Orient extends AnyRef

    Permalink

Value Members

  1. object Landscape extends Orient with Product with Serializable

    Permalink
  2. object Portrait extends Orient with Product with Serializable

    Permalink
  3. def graphviz[N, A, B](g: Graph[N, A, B], title: String = "fgl", pageSize: (Double, Double) = (8.5, 11.0), gridSize: (Int, Int) = (1, 1), orient: Orient = Landscape): String

    Permalink

    Formats a graph for use with graphviz

Inherited from AnyRef

Inherited from Any

Ungrouped