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

Added default features #30

Merged
merged 4 commits into from
Aug 22, 2016
Merged

Added default features #30

merged 4 commits into from
Aug 22, 2016

Conversation

philippjfr
Copy link
Member

Adds default features with same default styling for bokeh.

import geoviews.feature as gf
%%output backend='matplotlib' size=200
%%opts Overlay [projection=ccrs.GOOGLE_MERCATOR]
gf.ocean * gf.land * gf.coastline * gf.borders * gf.rivers * gf.lakes

image

%%output backend='bokeh' size=125
%%opts Overlay [xaxis=None yaxis=None show_grid=False]
gf.ocean * gf.land * gf.coastline * gf.borders * gf.rivers * gf.lakes

image

@jbednar
Copy link
Member

jbednar commented Aug 22, 2016

Looks great! I'll merge it in the morning if you haven't yet.

@philippjfr
Copy link
Member Author

Ready to merge.

@jbednar jbednar merged commit d8fc7ec into master Aug 22, 2016
@jbednar jbednar deleted the default_features branch August 22, 2016 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants