quiver

viz

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Orient extends AnyRef

Value Members

  1. object Landscape extends Orient with Product with Serializable

  2. object Portrait extends Orient with Product with Serializable

  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

    Formats a graph for use with graphviz

Inherited from AnyRef

Inherited from Any

Ungrouped