Geo Type

Determines the style of the map shown in geo traces

Constructors

Constructor Description

Geo()

Full Usage: Geo()

Returns: Geo
Returns: Geo

Static members

Static member Description

Geo.init (?FitBounds, ?Resolution, ?Scope, ?Projection, ?Center, ?Visible, ?Domain, ?ShowCoastLines, ?CoastLineColor, ?CoastLineWidth, ?ShowLand, ?LandColor, ?ShowOcean, ?OceanColor, ?ShowLakes, ?LakeColor, ?ShowRivers, ?RiverColor, ?RiverWidth, ?ShowCountries, ?CountryColor, ?CountryWidth, ?ShowSubunits, ?SubunitColor, ?SubunitWidth, ?ShowFrame, ?FrameColor, ?FrameWidth, ?BgColor, ?LatAxis, ?LonAxis)

Full Usage: Geo.init (?FitBounds, ?Resolution, ?Scope, ?Projection, ?Center, ?Visible, ?Domain, ?ShowCoastLines, ?CoastLineColor, ?CoastLineWidth, ?ShowLand, ?LandColor, ?ShowOcean, ?OceanColor, ?ShowLakes, ?LakeColor, ?ShowRivers, ?RiverColor, ?RiverWidth, ?ShowCountries, ?CountryColor, ?CountryWidth, ?ShowSubunits, ?SubunitColor, ?SubunitWidth, ?ShowFrame, ?FrameColor, ?FrameWidth, ?BgColor, ?LatAxis, ?LonAxis)

Parameters:
    ?FitBounds : GeoFitBounds - Determines if and how this subplot's view settings are auto-computed to fit trace data
    ?Resolution : GeoResolution - Sets the resolution of the base layers
    ?Scope : GeoScope - Set the scope of the map.
    ?Projection : GeoProjection - Determines the type of projection used to display the map
    ?Center : float * float - Sets the (lon,lat) coordinates of the map's center. By default, the map's longitude center lies at the middle of the longitude range for scoped projection and above `projection.rotation.lon` otherwise. For all projection types, the map's latitude center lies at the middle of the latitude range by default.
    ?Visible : bool - Whether or not the base layers are visible
    ?Domain : Domain - The domain of this geo subplot
    ?ShowCoastLines : bool - Sets whether or not the coastlines are drawn.
    ?CoastLineColor : Color - Sets the coastline color.
    ?CoastLineWidth : float - Sets the coastline stroke width (in px).
    ?ShowLand : bool - Sets whether or not land masses are filled in color.
    ?LandColor : Color - Sets the land mass color.
    ?ShowOcean : bool - Sets whether or not oceans are filled in color.
    ?OceanColor : Color - Sets the ocean color
    ?ShowLakes : bool - Sets whether or not lakes are drawn.
    ?LakeColor : Color - Sets the color of the lakes.
    ?ShowRivers : bool - Sets whether or not rivers are drawn.
    ?RiverColor : Color - Sets color of the rivers.
    ?RiverWidth : float - Sets the stroke width (in px) of the rivers.
    ?ShowCountries : bool - Sets whether or not country boundaries are drawn.
    ?CountryColor : Color - Sets line color of the country boundaries.
    ?CountryWidth : float - Sets line width (in px) of the country boundaries.
    ?ShowSubunits : bool - Sets whether or not boundaries of subunits within countries (e.g. states, provinces) are drawn.
    ?SubunitColor : Color - Sets the color of the subunits boundaries.
    ?SubunitWidth : float - Sets the stroke width (in px) of the subunits boundaries.
    ?ShowFrame : bool - Sets whether or not a frame is drawn around the map.
    ?FrameColor : Color - Sets the color the frame.
    ?FrameWidth : float - Sets the stroke width (in px) of the frame.
    ?BgColor : Color - Set the background color of the map
    ?LatAxis : LinearAxis - Sets the latitudinal axis for this geo trace
    ?LonAxis : LinearAxis - Sets the longitudinal axis for this geo trace

Returns: Geo

Initialize a Geo object that determines the style of the map shown in geo traces

?FitBounds : GeoFitBounds

Determines if and how this subplot's view settings are auto-computed to fit trace data

?Resolution : GeoResolution

Sets the resolution of the base layers

?Scope : GeoScope

Set the scope of the map.

?Projection : GeoProjection

Determines the type of projection used to display the map

?Center : float * float

Sets the (lon,lat) coordinates of the map's center. By default, the map's longitude center lies at the middle of the longitude range for scoped projection and above `projection.rotation.lon` otherwise. For all projection types, the map's latitude center lies at the middle of the latitude range by default.

?Visible : bool

Whether or not the base layers are visible

?Domain : Domain

The domain of this geo subplot

?ShowCoastLines : bool

Sets whether or not the coastlines are drawn.

?CoastLineColor : Color

Sets the coastline color.

?CoastLineWidth : float

Sets the coastline stroke width (in px).

?ShowLand : bool

Sets whether or not land masses are filled in color.

?LandColor : Color

Sets the land mass color.

?ShowOcean : bool

Sets whether or not oceans are filled in color.

?OceanColor : Color

Sets the ocean color

?ShowLakes : bool

Sets whether or not lakes are drawn.

?LakeColor : Color

Sets the color of the lakes.

?ShowRivers : bool

Sets whether or not rivers are drawn.

?RiverColor : Color

Sets color of the rivers.

?RiverWidth : float

Sets the stroke width (in px) of the rivers.

?ShowCountries : bool

Sets whether or not country boundaries are drawn.

?CountryColor : Color

Sets line color of the country boundaries.

?CountryWidth : float

Sets line width (in px) of the country boundaries.

?ShowSubunits : bool

Sets whether or not boundaries of subunits within countries (e.g. states, provinces) are drawn.

?SubunitColor : Color

Sets the color of the subunits boundaries.

?SubunitWidth : float

Sets the stroke width (in px) of the subunits boundaries.

?ShowFrame : bool

Sets whether or not a frame is drawn around the map.

?FrameColor : Color

Sets the color the frame.

?FrameWidth : float

Sets the stroke width (in px) of the frame.

?BgColor : Color

Set the background color of the map

?LatAxis : LinearAxis

Sets the latitudinal axis for this geo trace

?LonAxis : LinearAxis

Sets the longitudinal axis for this geo trace

Returns: Geo

Geo.style (?FitBounds, ?Resolution, ?Scope, ?Projection, ?Center, ?Visible, ?Domain, ?ShowCoastLines, ?CoastLineColor, ?CoastLineWidth, ?ShowLand, ?LandColor, ?ShowOcean, ?OceanColor, ?ShowLakes, ?LakeColor, ?ShowRivers, ?RiverColor, ?RiverWidth, ?ShowCountries, ?CountryColor, ?CountryWidth, ?ShowSubunits, ?SubunitColor, ?SubunitWidth, ?ShowFrame, ?FrameColor, ?FrameWidth, ?BgColor, ?LatAxis, ?LonAxis)

Full Usage: Geo.style (?FitBounds, ?Resolution, ?Scope, ?Projection, ?Center, ?Visible, ?Domain, ?ShowCoastLines, ?CoastLineColor, ?CoastLineWidth, ?ShowLand, ?LandColor, ?ShowOcean, ?OceanColor, ?ShowLakes, ?LakeColor, ?ShowRivers, ?RiverColor, ?RiverWidth, ?ShowCountries, ?CountryColor, ?CountryWidth, ?ShowSubunits, ?SubunitColor, ?SubunitWidth, ?ShowFrame, ?FrameColor, ?FrameWidth, ?BgColor, ?LatAxis, ?LonAxis)

Parameters:
    ?FitBounds : GeoFitBounds - Determines if and how this subplot's view settings are auto-computed to fit trace data
    ?Resolution : GeoResolution - Sets the resolution of the base layers
    ?Scope : GeoScope - Set the scope of the map.
    ?Projection : GeoProjection - Determines the type of projection used to display the map
    ?Center : float * float - Sets the (lon,lat) coordinates of the map's center. By default, the map's longitude center lies at the middle of the longitude range for scoped projection and above `projection.rotation.lon` otherwise. For all projection types, the map's latitude center lies at the middle of the latitude range by default.
    ?Visible : bool - Whether or not the base layers are visible
    ?Domain : Domain - The domain of this geo subplot
    ?ShowCoastLines : bool - Sets whether or not the coastlines are drawn.
    ?CoastLineColor : Color - Sets the coastline color.
    ?CoastLineWidth : float - Sets the coastline stroke width (in px).
    ?ShowLand : bool - Sets whether or not land masses are filled in color.
    ?LandColor : Color - Sets the land mass color.
    ?ShowOcean : bool - Sets whether or not oceans are filled in color.
    ?OceanColor : Color - Sets the ocean color
    ?ShowLakes : bool - Sets whether or not lakes are drawn.
    ?LakeColor : Color - Sets the color of the lakes.
    ?ShowRivers : bool - Sets whether or not rivers are drawn.
    ?RiverColor : Color - Sets color of the rivers.
    ?RiverWidth : float - Sets the stroke width (in px) of the rivers.
    ?ShowCountries : bool - Sets whether or not country boundaries are drawn.
    ?CountryColor : Color - Sets line color of the country boundaries.
    ?CountryWidth : float - Sets line width (in px) of the country boundaries.
    ?ShowSubunits : bool - Sets whether or not boundaries of subunits within countries (e.g. states, provinces) are drawn.
    ?SubunitColor : Color - Sets the color of the subunits boundaries.
    ?SubunitWidth : float - Sets the stroke width (in px) of the subunits boundaries.
    ?ShowFrame : bool - Sets whether or not a frame is drawn around the map.
    ?FrameColor : Color - Sets the color the frame.
    ?FrameWidth : float - Sets the stroke width (in px) of the frame.
    ?BgColor : Color - Set the background color of the map
    ?LatAxis : LinearAxis - Sets the latitudinal axis for this geo trace
    ?LonAxis : LinearAxis - Sets the longitudinal axis for this geo trace

Returns: Geo -> Geo

Create a function that applies the given style parameters to a Geo object.

?FitBounds : GeoFitBounds

Determines if and how this subplot's view settings are auto-computed to fit trace data

?Resolution : GeoResolution

Sets the resolution of the base layers

?Scope : GeoScope

Set the scope of the map.

?Projection : GeoProjection

Determines the type of projection used to display the map

?Center : float * float

Sets the (lon,lat) coordinates of the map's center. By default, the map's longitude center lies at the middle of the longitude range for scoped projection and above `projection.rotation.lon` otherwise. For all projection types, the map's latitude center lies at the middle of the latitude range by default.

?Visible : bool

Whether or not the base layers are visible

?Domain : Domain

The domain of this geo subplot

?ShowCoastLines : bool

Sets whether or not the coastlines are drawn.

?CoastLineColor : Color

Sets the coastline color.

?CoastLineWidth : float

Sets the coastline stroke width (in px).

?ShowLand : bool

Sets whether or not land masses are filled in color.

?LandColor : Color

Sets the land mass color.

?ShowOcean : bool

Sets whether or not oceans are filled in color.

?OceanColor : Color

Sets the ocean color

?ShowLakes : bool

Sets whether or not lakes are drawn.

?LakeColor : Color

Sets the color of the lakes.

?ShowRivers : bool

Sets whether or not rivers are drawn.

?RiverColor : Color

Sets color of the rivers.

?RiverWidth : float

Sets the stroke width (in px) of the rivers.

?ShowCountries : bool

Sets whether or not country boundaries are drawn.

?CountryColor : Color

Sets line color of the country boundaries.

?CountryWidth : float

Sets line width (in px) of the country boundaries.

?ShowSubunits : bool

Sets whether or not boundaries of subunits within countries (e.g. states, provinces) are drawn.

?SubunitColor : Color

Sets the color of the subunits boundaries.

?SubunitWidth : float

Sets the stroke width (in px) of the subunits boundaries.

?ShowFrame : bool

Sets whether or not a frame is drawn around the map.

?FrameColor : Color

Sets the color the frame.

?FrameWidth : float

Sets the stroke width (in px) of the frame.

?BgColor : Color

Set the background color of the map

?LatAxis : LinearAxis

Sets the latitudinal axis for this geo trace

?LonAxis : LinearAxis

Sets the longitudinal axis for this geo trace

Returns: Geo -> Geo