-
Notifications
You must be signed in to change notification settings - Fork 596
Comparing changes
Open a pull request
base repository: matplotlib/AnatomyOfMatplotlib
base: 7f673d8
head repository: matplotlib/AnatomyOfMatplotlib
compare: e51eb63
- 15 commits
- 4 files changed
- 8 contributors
Commits on Jul 10, 2018
-
Merge pull request #22 from matplotlib/typos
Fixing typos and links
Configuration menu - View commit details
-
Copy full SHA for 792dfdf - Browse repository at this point
Copy the full SHA 792dfdfView commit details
Commits on Jul 11, 2018
-
Added geometry to the Ugly Tie polygon to look like a knot. It remains a single polygon so color will affect both visible parts. At large zooms/resolutions a connection between the right side of the knot and the main tie is visible because the points on right side of the knot are not perfectly in-line with the upper right corner of the tie where the two larger parts of the shape are visible. If this becomes an issue, doing some math to find evenly dividing, aligned points near the current values would make the connecting section of the polygon zero width.
Configuration menu - View commit details
-
Copy full SHA for 9b79d52 - Browse repository at this point
Copy the full SHA 9b79d52View commit details
Commits on Jul 13, 2018
-
Removed invisible connecting geometry
repeated first point in 5th position to close knot shape. Added `np.nan` non-rending connection point.
Configuration menu - View commit details
-
Copy full SHA for 2fd6c31 - Browse repository at this point
Copy the full SHA 2fd6c31View commit details -
Merge pull request #24 from TheAtomicOption/patch-1
Add knot to Ugly Tie shape
Configuration menu - View commit details
-
Copy full SHA for 6f0be51 - Browse repository at this point
Copy the full SHA 6f0be51View commit details
Commits on Oct 28, 2018
-
- /mpl-data/sample_data/axes_grid folder appears to no longer exists as of matplotlib v2.2.2 - added /assets folder in repo containing dependent numpy pickle, 'bivariate_normal.npy' file - revised load of data in AnatomyOfMatplotlib-Part2-Plotting_Methods_Overview.ipynb to reflect this change - tested successfully with matplotlib v2.2.2 and python v3.6.6
Configuration menu - View commit details
-
Copy full SHA for c96a925 - Browse repository at this point
Copy the full SHA c96a925View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a2c0af - Browse repository at this point
Copy the full SHA 9a2c0afView commit details
Commits on Nov 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 00ff7ad - Browse repository at this point
Copy the full SHA 00ff7adView commit details
Commits on Apr 22, 2019
-
Fix markers table for display in JupyterLab
Before the changes, the table was not rendered properly.
Configuration menu - View commit details
-
Copy full SHA for bcf3d08 - Browse repository at this point
Copy the full SHA bcf3d08View commit details
Commits on Apr 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4731384 - Browse repository at this point
Copy the full SHA 4731384View commit details -
Merge pull request #29 from JarnoRFB/fix-marker-table
Fix markers table for display in JupyterLab
Configuration menu - View commit details
-
Copy full SHA for 0ff68e0 - Browse repository at this point
Copy the full SHA 0ff68e0View commit details
Commits on Oct 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4aa4074 - Browse repository at this point
Copy the full SHA 4aa4074View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21339aa - Browse repository at this point
Copy the full SHA 21339aaView commit details -
Merge pull request #31 from jgtiu/add/explanation
Add explanation for imshow usage
Configuration menu - View commit details
-
Copy full SHA for 3c01b35 - Browse repository at this point
Copy the full SHA 3c01b35View commit details
Commits on Aug 7, 2021
-
Updated with changes as per newer matplotlib api to remove deprecatio…
…n warning Updated `bar.set(color='salmon', edgecolor='darkred', linewidth=3)` to pass `color` before `edgecolor` to fix `MatplotlibDeprecationWarning`
Configuration menu - View commit details
-
Copy full SHA for f8bc59f - Browse repository at this point
Copy the full SHA f8bc59fView commit details
Commits on Aug 14, 2021
-
Merge pull request #35 from canute24/mpl-api-update
Updated with changes as per newer matplotlib api to remove deprecation warning
Configuration menu - View commit details
-
Copy full SHA for e51eb63 - Browse repository at this point
Copy the full SHA e51eb63View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7f673d8...e51eb63