package gnuplot
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Gnuplot.Range
type t = | X of float * float| Y of float * float| XY of float * float * float * float| Date of Core.Date.t * Core.Date.t| Time of Core.Time.t * Core.Time.t * Core.Time.Zone.t| Local_time of Core.Time.t * Core.Time.t
Used for constructing ranges for the X axis, Y axis or both.