Skip to content

Add contourf method to axes#52

Open
eldond wants to merge 36 commits intodevfrom
contourf
Open

Add contourf method to axes#52
eldond wants to merge 36 commits intodevfrom
contourf

Conversation

@eldond
Copy link
Owner

@eldond eldond commented Jul 4, 2018

Description:

Pre-merge checklist (in addition to automatic checks):

  • Author has reviewed and finalized code
  • New functions, classes, and keywords are described in docstrings
  • This pull request is ready for review / merge

@eldond eldond added the enhancement New feature or request label Jul 4, 2018
@eldond eldond added this to the Basic 2D plots milestone Jul 4, 2018
@eldond eldond self-assigned this Jul 4, 2018
@codecov

This comment has been minimized.

@eldond eldond removed this from the Basic 2D plots milestone Jul 18, 2018
@codecov

This comment has been minimized.

@codecov

This comment has been minimized.

@codecov

This comment has been minimized.

@eldond
Copy link
Owner Author

eldond commented Sep 18, 2018

It almost works:
image

@codecov

This comment has been minimized.

@codecov

This comment has been minimized.

@codecov

This comment has been minimized.

@eldond
Copy link
Owner Author

eldond commented Sep 18, 2018

image

@codecov

This comment has been minimized.

2 similar comments
@codecov

This comment has been minimized.

@codecov

This comment has been minimized.

@codecov
Copy link

codecov bot commented Sep 18, 2018

Codecov Report

Merging #52 into dev will decrease coverage by 1.3%.
The diff coverage is 86.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #52      +/-   ##
==========================================
- Coverage   98.77%   97.46%   -1.31%     
==========================================
  Files          23       23              
  Lines        1795     2015     +220     
==========================================
+ Hits         1773     1964     +191     
- Misses         22       51      +29
Impacted Files Coverage Δ
tests/test_axes.py 99.36% <100%> (ø) ⬆️
tests/test_contour.py 99.18% <100%> (+1.06%) ⬆️
tests/examples.py 91.66% <12.5%> (-4.28%) ⬇️
pgmpl/contour.py 88.54% <83.07%> (-11.46%) ⬇️
tests/test_tracking.py 96.66% <0%> (-1.07%) ⬇️
pgmpl/tracking.py 100% <0%> (ø) ⬆️
pgmpl/axes.py 100% <0%> (+0.29%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bd96af4...025fa08. Read the comment docs.

@codecov
Copy link

codecov bot commented Sep 18, 2018

Codecov Report

Merging #52 into dev will decrease coverage by 1.30%.
The diff coverage is 86.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #52      +/-   ##
==========================================
- Coverage   98.78%   97.47%   -1.31%     
==========================================
  Files          23       23              
  Lines        1804     2021     +217     
==========================================
+ Hits         1782     1970     +188     
- Misses         22       51      +29     
Impacted Files Coverage Δ
tests/examples.py 91.66% <12.50%> (-4.28%) ⬇️
pgmpl/contour.py 88.88% <83.82%> (-11.12%) ⬇️
tests/test_axes.py 99.36% <100.00%> (+<0.01%) ⬆️
tests/test_contour.py 99.18% <100.00%> (+1.06%) ⬆️
tests/test_tracking.py 96.66% <0.00%> (-1.34%) ⬇️
pgmpl/axes.py 100.00% <0.00%> (+0.29%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ffe3879...ffe3879. Read the comment docs.

@eldond
Copy link
Owner Author

eldond commented Sep 18, 2018

image

- Cleanup later
- This is all getting squashed anyway
@eldond
Copy link
Owner Author

eldond commented Sep 7, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add contourf (filled contour) method

1 participant