Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val set_title : t -> string -> unit
val set_xlim : t -> left:float -> right:float -> unit
val set_ylim : t -> bottom:float -> top:float -> unit
val set_zlim : t -> bottom:float -> top:float -> unit
val set_xlabel : t -> string -> unit
val set_ylabel : t -> string -> unit
val set_zlabel : t -> string -> unit
val grid : t -> bool -> unit
val scatter :
t ->
?s:float ->
?c:Mpl.Color.t ->
?marker:char ->
?alpha:float ->
?linewidths:float ->
(float * float * float) array ->
unit
val imshow : t -> ?cmap:string -> Mpl.Imshow_data.t -> unit
module Expert : sig ... end