Skip to content

Unable to adjust the marker size for map scatter  #193

@guillaumevernieres

Description

@guillaumevernieres

In

s=int(marker_size)+3, xlabel='Longitude',

this

                           s=int(marker_size)+3, xlabel='Longitude',

doesn't seem correct and should be something like

                           s=marker_size, xlabel='Longitude',

where marker_size is a float.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions