Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INFO: bqplot marker properties #172

Open
mwcraig opened this issue Jul 24, 2023 · 0 comments
Open

INFO: bqplot marker properties #172

mwcraig opened this issue Jul 24, 2023 · 0 comments

Comments

@mwcraig
Copy link
Member

mwcraig commented Jul 24, 2023

This documents the properties that markers can have in bqplot. See this link for a more complete list of scatter properties; some of the highlights are below.

Property Default Description
color 'steelblue' Color of the marker
opacity value of default_opacity 1d array of marker opacities
size RELATIVE size of markers 1d array of sizes. The largest marker is set to a size, in pixels, of default_size and smaller markers are scaled from there.
default_size 64 Size, in pixels, of the default marker. If size is set, then default_size is the size of the largest marker
skewness value of default_skew 1d array of skews
rotation 0 1D array of orientations of each marker
icon ? icon for the mark
marker circle Shape of the marker
colors 'steelblue' list of colors of the markers (how is this different thatn color above?)
fill True Whether to fill the markers
stroke None stroke color of the marker
stroke_width 1.5 stroke width of the marker
default_skew 0.5 Skew of the marker
names None labels for the points on the chart
display_names True Controls whether names are displayed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant