package matplotlib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : ?figsize:(float * float) -> unit -> t
val add_subplot : t -> nrows:int -> ncols:int -> index:int -> Matplotlib__.Fig_ax.Ax.t
val add_subplot_3d : t -> nrows:int -> ncols:int -> index:int -> Matplotlib__.Fig_ax.Ax3d.t
val create_with_ax : ?figsize:(float * float) -> unit -> t * Matplotlib__.Fig_ax.Ax.t
val create_with_two_axes : ?figsize:(float * float) -> [ `horizontal | `vertical ] -> t * Matplotlib__.Fig_ax.Ax.t * Matplotlib__.Fig_ax.Ax.t
val suptitle : t -> string -> unit
module Expert : sig ... end