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

array/plot-extent to the Array plot #63

Merged
merged 6 commits into from
Jan 11, 2024
Merged

array/plot-extent to the Array plot #63

merged 6 commits into from
Jan 11, 2024

Conversation

MAfarrag
Copy link
Member

@MAfarrag MAfarrag commented Jan 11, 2024

Description

add extent to the array plot to be able to plot vector data (polygons and points) in the same plot.

Check relevant points.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • test_plot_array.py::TestPlotArray::test_plot_numpy_array_with_extent

Checklist:

  • updated version number in setup.py/pyproject.toml
  • updated environment.yml and the lock file
  • added changes to History.rst
  • updated the latest version in README file
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (82ab272) 78.43% compared to head (33c587a) 78.66%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #63      +/-   ##
==========================================
+ Coverage   78.43%   78.66%   +0.23%     
==========================================
  Files           5        5              
  Lines         371      375       +4     
==========================================
+ Hits          291      295       +4     
  Misses         80       80              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MAfarrag MAfarrag merged commit 1c15631 into main Jan 11, 2024
7 checks passed
@MAfarrag MAfarrag deleted the array/plot-extent branch July 22, 2024 14:07
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.

1 participant