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

[Bug] grass.jupyter.TimeSeriesMap incorrect layer rendering #5304

Open
petrasovaa opened this issue Mar 5, 2025 · 0 comments
Open

[Bug] grass.jupyter.TimeSeriesMap incorrect layer rendering #5304

petrasovaa opened this issue Mar 5, 2025 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@petrasovaa
Copy link
Contributor

Describe the bug

TimeSeriesMap is not rendering the layers correctly.

To reproduce

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()

Image

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.

@petrasovaa petrasovaa added the bug Something isn't working label Mar 5, 2025
@petrasovaa petrasovaa added this to the 8.5.0 milestone Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant