package matplotlib

  1. Overview
  2. Docs

Module Matplotlib.PyplotSource

Sourceval xlim : left:float -> right:float -> unit
Sourceval ylim : bottom:float -> top:float -> unit
Sourceval xlabel : string -> unit
Sourceval ylabel : string -> unit
Sourceval grid : bool -> unit
Sourceval title : string -> unit
Sourceval plot : ?label:string -> ?color:Mpl.Color.t -> ?linewidth:float -> ?linestyle:Mpl.Linestyle.t -> ?xs:float array -> float array -> unit
Sourceval hist : ?label:string -> ?color:Mpl.Color.t -> ?bins:int -> ?orientation:[ `horizontal | `vertical ] -> ?histtype:[ `bar | `barstacked | `step | `stepfilled ] -> ?xs:float array list -> float array -> unit
Sourceval scatter : ?s:float -> ?c:Mpl.Color.t -> ?marker:char -> ?alpha:float -> ?linewidths:float -> (float * float) array -> unit
Sourceval imshow : ?cmap:string -> Mpl.Imshow_data.t -> unit
OCaml

Innovation. Community. Security.