-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Add tiles_opts
parameter to customize the tiles
#1299
Conversation
tiles_opts follows convention of what other keywords do: |
Yes although these two keywords aren't hvPlot parameters but HoloViews plot options. The
It's because of this parameter I thought that maybe
I think in the end I have a slight preference for |
|
I like |
+1 on tiles_opts. |
Co-authored-by: Andrew <15331990+ahuang11@users.noreply.github.com>
Addresses #1293
An alternative implementation might have been overloading
tiles
to accept a dictionary like{"tiles": "ESRI", "alpha": 0.5}
. Interested in what other maintainers think about the two different approaches.