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

Plot title is not well positioned #109

Open
marujore opened this issue Oct 24, 2024 · 0 comments
Open

Plot title is not well positioned #109

marujore opened this issue Oct 24, 2024 · 0 comments
Assignees

Comments

@marujore
Copy link
Contributor

When plotting time series, using version 2.0.0a3, as in:

coverage = service['S2-16D-2']
time_series = coverage.ts(attributes=(['B04', 'B08']),
                 latitude=-9.41866, longitude=-61.46103,
                 start_date='2019-01-01', end_date='2019-12-31')
time_series.plot()

or

timeseries = coverage.ts(attributes=(['NDVI']),
                         geom=shapely.geometry.box(-59.60, -5.69, -59.59, -5.68),
                         start_datetime="2020-01-01", end_datetime="2022-12-31")
timeseries.plot()

the Title of the plot is in the wrong place as be seen in:
image

and

image

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

No branches or pull requests

2 participants