-
Notifications
You must be signed in to change notification settings - Fork 138
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
Displaying plots on map, with no property, choosing a colour and a size. #13
Comments
@rvlander Sounds like you want to be able to display data with just point geometries, no property values, while selecting the default color and size? I think we should do this by exposing the default Mapbox GL Style Spec property for a data-driven style via a Python option in the |
@ryanbaumann, yes it is what would be need. |
@rvlander excellent. I'll add this as a feature for the next release. |
Adding that we should support a default color profile for all viz types if no color style is passed by the user. |
This should be possible now using the mapboxgl.viz.CircleViz(data, color_function_type="match", color_default="grey") Need to add:
|
Working on this in this PR - #48 |
Closed in #78 |
This appears not to be possible currently and it would be a huge gain.
The text was updated successfully, but these errors were encountered: