We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TimeSeriesMap is not rendering the layers correctly.
In doc/examples/notebooks/temporal.ipynb this example results in incorrect rendering:
precip_map = gj.TimeSeriesMap(use_region=True) precip_map.add_raster_series("precip_sum_2010") precip_map.d_legend(color="black", at=(10, 40, 2, 6)) # Add legend precip_map.d_vect(map="boundary_county", fill_color="none") precip_map.d_barscale() precip_map.show()
The boundary layer and scalebar should be visible.
This is in main branch only.
Probably caused by some changes during last year GSoC. SeriesMap which has the same base class as TimeSeriesMap is working fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
TimeSeriesMap is not rendering the layers correctly.
To reproduce
In doc/examples/notebooks/temporal.ipynb this example results in incorrect rendering:
Expected behavior
The boundary layer and scalebar should be visible.
System description
This is in main branch only.
Additional context
Probably caused by some changes during last year GSoC. SeriesMap which has the same base class as TimeSeriesMap is working fine.
The text was updated successfully, but these errors were encountered: