geoviews.annotators module#

class geoviews.annotators.PathBreakingAnnotator(object=None, **params)[source]#

Bases: PathAnnotator

Parameter Definitions


Parameters inherited from:

panel.viewable.Layoutable: align, aspect_ratio, css_classes, design, height, min_width, min_height, max_width, max_height, styles, stylesheets, tags, width, width_policy, height_policy, sizing_mode, visible

panel.pane.base.PaneBase: margin, default_layout

holoviews.annotators.Annotator: annotations, default_opts, empty_value, num_objects, table_transforms, table_opts

holoviews.annotators.PathAnnotator: object, edit_vertices, show_vertices, vertex_annotations, vertex_style

feature_style = Dict(class_=<class 'dict'>, default={'fill_color': 'blue', 'size': 10}, label='Feature style')

Styling to apply to the feature vertices.

node_style = Dict(class_=<class 'dict'>, default={'fill_color': 'indianred', 'size': 6}, label='Node style')

Styling to apply to the node vertices.

geoviews.annotators.initialize_tools(plot, element)[source]#

Initializes the Checkpoint and Restore tools.