flat
parameter.¶Parameter flat
enables or disables geodesic lines on livemap.
Layers that support flat
parameter are geom_segment()
and geom_path()
:
False
(by default) - allows projection to curve a lineTrue
- keeps a line flatflat
is a replacement for the deprecated geodesic
parameter of the livemap layer.
from lets_plot import *
LetsPlot.setup_html()