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, visiblepanel.pane.base.PaneBase
: margin, default_layoutholoviews.annotators.Annotator
: annotations, default_opts, empty_value, num_objects, table_transforms, table_optsholoviews.annotators.PathAnnotator
: object, edit_vertices, show_vertices, vertex_annotations, vertex_stylefeature_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.