package gnuplot

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | X of float * float
  2. | Y of float * float
  3. | XY of float * float * float * float
    (*

    arguments are x1, x2, y1, y2

    *)
  4. | Date of date * date
  5. | Time of time * time * timezone
  6. | Local_time of time * time
    (*

    Time range in local time zone.

    *)

Used for constructing ranges for the X axis, Y axis or both.