8000 massive awesome update request. by pizzathief · Pull Request #1 · pizzathief/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

massive awesome update request. #1

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

Merged
merged 5,134 commits into from
Sep 13, 2019
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
5134 commits
Select commit Hold shift + click to select a range
fece8e8
Fix cross-references in API changes < 3.0.0. (#15080)
QuLogic Aug 19, 2019
a2de756
Merge pull request #15078 from anntzer/ft2fontdoc
jklymak Aug 19, 2019
5f40aba
Merge pull request #15074 from timhoffm/remove-accepts
anntzer Aug 19, 2019
2cfa1c1
Merge pull request #15064 from mksegv/fix-macos-preview-eps-hatching
tacaswell Aug 19, 2019
e04ebd2
Merge pull request #14997 from dstansby/fmt-loc-setting
tacaswell Aug 19, 2019
de5bb3b
Cleanup spines example.
anntzer Aug 19, 2019
937ba83
Privatize font_manager.JSONEncoder.
anntzer Aug 19, 2019
d8123e6
Cleanup spines example. (#15083)
anntzer Aug 19, 2019
8fad359
Merge pull request #14521 from anntzer/rif
ivanov Aug 19, 2019
08ac6e9
Merge pull request #13397 from anntzer/axes_grid1.colorbar
tacaswell Aug 19, 2019
2be4767
Merge pull request #15068 from anntzer/addfont
dopplershift Aug 19, 2019
9bc8097
Fix axis inversion with loglocator and logitlocator.
anntzer Jun 25, 2019
9a43e85
Merge pull request #14867 from anntzer/prmergepolicy
tacaswell Aug 19, 2019
b43980f
Show doc SHA
Aug 19, 2019
5e9c54e
Merge pull request #15063 from QuLogic/comic-neue
timhoffm Aug 19, 2019
0290a7e
Fix more doc references. (#15088)
anntzer Aug 20, 2019
104cd8f
Doc: Scatter Hist example update
ImportanceOfBeingErnest Mar 28, 2019
5e3bede
Merge pull request #14624 from anntzer/loglocatororder
tacaswell Aug 20, 2019
c26a151
Simplify _png extension by handling file open/close in Python.
anntzer Aug 21, 2019
0307ade
Simplify symlog range determination logic
dstansby Aug 22, 2019
0f7770a
Style fixes.
anntzer Jul 25, 2019
f812e60
aitoff-proj-test
ImportanceOfBeingErnest Aug 20, 2019
c8a9ab1
Doc: fix typo in contour doc
ImportanceOfBeingErnest Aug 22, 2019
333266b
Merge pull request #15101 from matplotlib/fix-typo-in-contour-doc
timhoffm Aug 22, 2019
a0b8cae
Merge pull request #15092 from ImportanceOfBeingErnest/aitoff-proj-test
jklymak Aug 22, 2019
b779492
Merge pull request #15095 from anntzer/pngfile
jklymak Aug 22, 2019
01887c8
Merge branch 'master' into blume
swfiua Aug 22, 2019
3d6db2f
fix reference to blume git repo
swfiua Aug 22, 2019
901b05e
Merge pull request #15073 from swfiua/blume
timhoffm Aug 22, 2019
47c0764
Merge pull request #15086 from anntzer/style
tacaswell Aug 22, 2019
ac0a423
Merge pull request #14832 from sameshl/tick_formatter_limits
tacaswell Aug 22, 2019
a211c01
Update docs of GridSpec
timhoffm Aug 22, 2019
91ec958
Cleanup some unnecessary FT2Font class members.
QuLogic Jul 29, 2019
a8bb386
Fix minor typo in kerning example.
QuLogic Jul 29, 2019
c404b9f
Use slightly more correct types for FreeType.
QuLogic Jul 29, 2019
7f57740
Fix calculation of kerning values.
QuLogic Jul 29, 2019
a1df646
Add an rcParam to restore old kerning behaviour.
QuLogic Jul 31, 2019
f10da0c
Add what's new entry about fixed kerning.
QuLogic Aug 14, 2019
f0c2c6d
Merge pull request #15106 from timhoffm/doc-gridspec2
dstansby Aug 23, 2019
6907c87
Simplify a and c range determination
dstansby Aug 23, 2019
c634e63
Merge pull request #15082 from anntzer/jsonencoder
dstansby Aug 23, 2019
1e6946c
Merge pull request #14940 from QuLogic/fix-kerning
anntzer Aug 23, 2019
1f2ae51
Fix doc build and resync matplotlibrc.template with actual defaults.
anntzer Aug 23, 2019
7c816c5
Merge pull request #15108 from anntzer/formatterlimits
timhoffm Aug 23, 2019
03add49
DOC: update language around NF
tacaswell Aug 23, 2019
a8b6d4f
Cleanup legend() docstring.
anntzer Aug 23, 2019
79b6106
DOC: update language around NF (#15114)
anntzer Aug 23, 2019
9f0b2e9
Pass figure gid to renderer
ImportanceOfBeingErnest Aug 19, 2019
24cdef4
highlight rcparams
ImportanceOfBeingErnest Aug 23, 2019
27ce832
Include default rcparam in rc role
ImportanceOfBeingErnest Aug 24, 2019
d601e03
Merge pull request #15112 from anntzer/legenddoc
tacaswell Aug 24, 2019
c005e09
Cleanup layout_from_subplotspec.
anntzer Aug 23, 2019
f45da8b
Merge pull request #15098 from dstansby/symlog-logic
tacaswell Aug 24, 2019
25c8148
TST: simplify axes checking logic
tacaswell Aug 24, 2019
9122a45
Merge pull request #14893 from alexrudy/sphinx-theme
tacaswell Aug 24, 2019
1f6f05b
Merge pull request #14833 from anntzer/convert_psfrags
tacaswell Aug 24, 2019
34e6775
Merge pull request #14703 from anntzer/qtwinsize
tacaswell Aug 24, 2019
d3471ab
TST: exercise changing the orientation
tacaswell Aug 24, 2019 8000
e1d2ae3
Inline some afm parsing code.
anntzer Jul 24, 2019
5ad446d
Merge pull request #15087 from ImportanceOfBeingErnest/figuregid
tacaswell Aug 24, 2019
9530108
TST: bad afm files
tacaswell Aug 25, 2019
46f0bec
MNT: check that it is a valid AFM before we try to parse
tacaswell Aug 25, 2019
31c04ad
TST: add tests for malformed, but parsable AFM files
tacaswell Aug 25, 2019
73ed43b
Merge pull request #14352 from anntzer/pslandscape
tacaswell Aug 25, 2019
145ade6
Merge pull request #14349 from anntzer/validateinterval
tacaswell Aug 25, 2019
fd04111
ENH: LogLocator: check for correct dimension of subs added
jor- Nov 21, 2018
9d30d56
MAINT: LogLocator: error messages in subs changed
jor- Nov 22, 2018
06507f2
TST: add test of LogLocator.subs input validation
tacaswell Aug 25, 2019
b4f9caf
Deprecate a validator for a deprecated rcParam value.
anntzer Aug 25, 2019
cf45de8
Merge pull request #12860 from jor-/LogLocator-subs
anntzer Aug 25, 2019
75ce592
Include default rcparam in rc role, flake
ImportanceOfBeingErnest Aug 24, 2019
d1f0b63
Merge pull request #13543 from anntzer/zip_safe
timhoffm Aug 25, 2019
acfe724
Merge pull request #15113 from anntzer/layout_from_subplotspec
jklymak Aug 25, 2019
a8cf29a
Fix Stacked bar graph example
timhoffm Aug 25, 2019
759544a
Fixed app creation in qt5 backend (see #15100)
macdems Aug 25, 2019
a9d1052
Merge pull request #15121 from timhoffm/fix-bar-stacked-example
dstansby Aug 25, 2019
5ef93f9
Merge pull request #15119 from anntzer/update_savefig_format
dstansby Aug 25, 2019
990f4c0
Add inheritance diagram to mpl.ticker
dstansby Aug 25, 2019
07f08de
Merge pull request #14876 from anntzer/afm
dstansby Aug 25, 2019
1cf7539
Add lightsource parameter to bar3d (#15099)
fourpoints Aug 25, 2019
8135a56
Merge pull request #15110 from dstansby/ticker-inheritance
timhoffm Aug 25, 2019
e2638a5
Merge pull request #15122 from macdems/master
tacaswell Aug 26, 2019
bedb4d9
Merge pull request #15115 from ImportanceOfBeingErnest/highlight-rcpa…
tacaswell Aug 26, 2019
1d7bbf9
Explicitly test set figure width/height
dstansby Aug 26, 2019
0cbb41a
Replace parameter lists with square brackets.
timhoffm Aug 25, 2019
8df7fe1
Merge pull request #15045 from dstansby/qt5-fig-size
timhoffm Aug 26, 2019
df33d71
Update documenting description on rcParams
timhoffm Aug 26, 2019
e62401f
Merge pull request #13452 from anntzer/attributecopier
tacaswell Aug 26, 2019
f0eac06
Merge pull request #13937 from anntzer/faultless
dopplershift Aug 26, 2019
46186b9
Fix missing references in doc build. (#15134)
anntzer Aug 26, 2019
0ff669f
CI: set up OSX and windows azure pipelines
zooba Dec 13, 2018
6c7e672
CI: Fix FreeType build.
anntzer Jan 2, 2019
627624c
CI: use requirements files on appveyor too
tacaswell Jan 3, 2019
44ed274
BLD: Switch to static linking by default on windows
Kojoley Nov 5, 2017
00912ad
Improve categorical example (#15123)
timhoffm Aug 27, 2019
261235e
CI: fix env on windows
tacaswell Aug 27, 2019
a224fc2
Merge pull request #15132 from timhoffm/doc-rcparams
QuLogic Aug 27, 2019
bea4e1d
Merge pull request #13077 from anntzer/azure-windows
tacaswell Aug 27, 2019
df9e3fd
DOC: add correct file extension
tacaswell Aug 27, 2019
66b98b2
DOC: add example
tacaswell Aug 27, 2019
40dfc35
Merge pull request #15124 from timhoffm/replace-parameter-lists
anntzer Aug 27, 2019
e9be828
Fix ScalarFormatter formatting of masked values
dstansby Aug 27, 2019
49a76e3
Restore doc references.
anntzer Aug 27, 2019
2b02440
Add masked value formatting test
dstansby Aug 27, 2019
7cb42ee
Merge pull request #15143 from anntzer/docrefs
tacaswell Aug 27, 2019
f95508c
Improve local page contents CSS
dstansby Aug 27, 2019
cb2b814
STY: tuple vs list
tacaswell Aug 27, 2019
18a30ce
Merge pull request #15144 from dstansby/contents-css
tacaswell Aug 27, 2019
13237c2
Added clarity on bounding box construction.
pshriwise Aug 27, 2019
5a41aec
Change Locator MAXTICKS checking to emitting a log at WARNING level.
anntzer Feb 25, 2019
8ed7c78
Merge pull request #15140 from dstansby/mask-fmt
tacaswell Aug 28, 2019
cd4b311
pyplot.style.use() to accept pathlib.Path objects as arguments
omsitapara23 Aug 28, 2019
fd3303e
Removed the Flake8 error
omsitapara23 Aug 28, 2019
4939e6f
Autodetect whether pgf can use \includegraphics[interpolate].
anntzer Aug 28, 2019
72e4f86
Added support for shorthand hex colors.
PatrickFeiring Aug 28, 2019
db92807
Merge pull request #15137 from tacaswell/doc_default_limits
timhoffm Aug 28, 2019
c9aff74
List to support Path like objects in pyplot.style.use()
omsitapara23 Aug 29, 2019
9856ec2
Merge pull request #14456 from pshriwise/bbox_fix_qt5
anntzer Aug 29, 2019
6f381a4
Removed the explicit typecaste of Path to str for plt.style.use(). Up…
omsitapara23 Aug 29, 2019
790756f
Documentation of new shorthand hex color specification.
Aug 30, 2019
e9677c1
ENH: Add argument size validation to quiver. (#14424)
efiring Aug 30, 2019
8a8ecd4
Follow up on #14424 for docstring
ImportanceOfBeingErnest Aug 30, 2019
9086f0a
Merge pull request #15159 from matplotlib/quiverdocstring-update
jklymak Aug 30, 2019
4e671a6
3.2.0 API changes
dstansby Aug 30, 2019
b12a3a8
Merge pull request #15152 from PatrickFeiring/shorthand-hex-colors
NelleV Aug 31, 2019
632f5cf
Further API changes + rebase
ImportanceOfBeingErnest Aug 31, 2019
03fa734
removed a typo
rheinchester Aug 31, 2019
b3fadcb
Merge pull request #15164 from rheinchester/master
WeatherGod Aug 31, 2019
10770e9
FIX: indexed pandas bar
jklymak Aug 31, 2019
a023ecf
MNT: simplify getting the first element
tacaswell Sep 1, 2019
9e7951f
TST: verify warnings fail the test suite
tacaswell Sep 1, 2019
739d183
More readability improvements on axis3d.
anntzer Aug 11, 2019
90f6a35
Merge pull request #13775 from ImportanceOfBeingErnest/doc-scatter-hi…
tacaswell Sep 1, 2019
386d5de
Further API changes 2
ImportanceOfBeingErnest Sep 1, 2019
0f3b940
Added the test for Path in plt.style.use()
omsitapara23 Sep 2, 2019
a22e16c
Removed flake8 errors
omsitapara23 Sep 2, 2019
e67c2fb
Merge pull request #15166 from jklymak/fix-indexed-pandas-bar
dstansby Sep 2, 2019
440a46e
Add useful error message when trying to add Slider to 3DAxes
dstansby Sep 2, 2019
0236644
Changing Path -> pathlib.Path in comments
omsitapara23 Sep 2, 2019
e34f7ee
Merge pull request #15171 from dstansby/3dslider
tacaswell Sep 2, 2019
38fd0c2
Merge pull request #15027 from anntzer/axis3d
timhoffm Sep 2, 2019
1096596
Replace some polar baseline images by check_figures_equal.
anntzer Jul 25, 2019
46bf4d4
Merge pull request #14888 from anntzer/fewer-polar-baseline-images
NelleV Sep 3, 2019
55ff0d3
Merge pull request #15169 from tacaswell/test_fail_on_warning
NelleV Sep 3, 2019
e340b45
What's new for 3.2.0
dstansby Sep 3, 2019
48be741
Title copy-edit
dstansby Sep 3, 2019
47e3aa5
Merge pull request #13702 from anntzer/container
efiring Sep 3, 2019
a368170
Ensure streamplot Euler step is always called when going out of bound…
tomflannaghan Sep 3, 2019
b85a0ed
Comments according to path-like
omsitapara23 Sep 4, 2019
2ea5377
Added path-like to init.py
omsitapara23 Sep 4, 2019
735e7fe
DOC small typo
NelleV Sep 4, 2019
1aec49b
Merge pull request #15176 from dstansby/whats-new-320
NelleV Sep 4, 2019
c9ac024
FIX typos in behaviour.rst
NelleV Sep 4, 2019
2ba0d1a
FIX minor types in deprecations.rst
NelleV Sep 4, 2019
9a1873f
Merge pull request #15163 from ImportanceOfBeingErnest/320-apichanges
NelleV Sep 4, 2019
8c34cde
Add some more internal links to 3.2.0 what's new
dstansby Sep 4, 2019
8a5261d
Support pixel-by-pixel alpha in imshow.
tillahoffmann Jul 25, 2019
7a0ae2c
Update imshow transparency example.
tillahoffmann Jul 25, 2019
d1a69c3
Ensure get_alpha and set_alpha are consistent.
tillahoffmann Aug 7, 2019
b126ba6
Fix docstring format.
tillahoffmann Aug 9, 2019
95a4b41
Use np.ndim insteady of np.isscalar.
tillahoffmann Aug 9, 2019
fc64a19
Use check_figures_equal.
tillahoffmann Sep 4, 2019
5a263e9
Remove incorrect statement from docstring.
tillahoffmann Sep 4, 2019
483991a
FIX: proper call to zero_formats
jklymak Sep 4, 2019
b09d17a
Merge pull request #15181 from jklymak/fix-dates-zero_formats
tacaswell Sep 4, 2019
3c93e41
MNT: explicitly cast np.bool_ -> bool to prevent deprecation warning
tacaswell Sep 1, 2019
8a4b51c
Mark missing_references extension as parallel read safe
dstansby Sep 4, 2019
b965c4d
Merge pull request #15168 from tacaswell/mnt_py38_npbool_warnings
jklymak Sep 4, 2019
2cb6bc7
Merge pull request #15150 from anntzer/pgfincludegraphics
jklymak Sep 4, 2019
ba07fde
Merge pull request #15184 from dstansby/missing-ref-par
tacaswell Sep 5, 2019
e1f0392
Merge pull request #13510 from anntzer/MAXTICKS
tacaswell Sep 5, 2019
1020055
Merge pull request #15180 from dstansby/whats-new-iter
tacaswell Sep 5, 2019
364fd1c
Fix integers being passed as length to quiver3d.
anntzer Sep 5, 2019
f031693
Force html4 writer for sphinx 2
dstansby Sep 5, 2019
398aa74
Remove mention of now-removed basedir setup option.
anntzer Sep 5, 2019
74e9dc7
Merge pull request #15197 from anntzer/nobasedirlist
tacaswell Sep 5, 2019
f57619c
MNT: be explicit about type
tacaswell Sep 6, 2019
3a324c0
TST: add quiver3D test
tacaswell Sep 6, 2019
b119a0c
Trivial style fixes.
anntzer Sep 5, 2019
1b7454d
Deprecate the renderer parameter to Figure.tight_layout.
anntzer Sep 6, 2019
43f7f5a
Merge pull request #15195 from anntzer/quiver3d-int
timhoffm Sep 6, 2019
233f0bb
Update missing references
dstansby Sep 6, 2019
0c33039
Update scripts block
dstansby Sep 6, 2019
1e5cb05
Merge pull request #15202 from anntzer/tight_layout_renderer
jklymak Sep 6, 2019
f4412c0
Improve handling of subplots spanning multiple gridspec cells.
anntzer Feb 28, 2019
4dae657
Merge pull request #15194 from anntzer/style
WeatherGod Sep 6, 2019
e14ee84
MNT: remove the swap_vlim dance
tacaswell Sep 4, 2019
b9aed24
FIX: be more forgiving about expecting internal state in draw_idle
tacaswell Sep 6, 2019
da5c232
Merge pull request #13544 from anntzer/subplotspans
timhoffm Sep 6, 2019
5700347
Merge pull request #15206 from tacaswell/fix_python_ion_second_qtcanv…
dstansby Sep 6, 2019
373fbda
Add missing classifier
dstansby Sep 6, 2019
84e531b
Merge pull request #15196 from dstansby/sphinx2
NelleV Sep 7, 2019
c93c46e
PEP8ify some variable names.
anntzer Sep 6, 2019
643b08c
Update lib/matplotlib/tests/test_style.py
omsitapara23 Sep 7, 2019
9db17df
Update lib/matplotlib/tests/test_style.py
omsitapara23 Sep 7, 2019
b28bbbd
Exclude s-g generated files from flake8 check.
anntzer Sep 7, 2019
82eca12
Merge pull request #15204 from anntzer/nrowsncols
timhoffm Sep 7, 2019
82918ac
Merge pull request #15209 from anntzer/flake8-docbuild
tacaswell Sep 7, 2019
4e2195a
Update docstrings of contains_point(s) methods
timhoffm Sep 7, 2019
4a44536
Add `plt.show()` to horizontal bar chart
ImportanceOfBeingErnest Sep 7, 2019
8c68617
Merge pull request #15216 from timhoffm/doc-contains-point
tacaswell Sep 7, 2019
430723d
Doc: Add `plt.show()` to horizontal bar chart example (#15217)
anntzer Sep 7, 2019
00c8a1d
Correctly format floats passed to pgf backend.
anntzer Sep 7, 2019
62dd28b
Cleanup projections/__init__.py.
anntzer Sep 8, 2019
e69699f
Merge pull request #15220 from anntzer/pgffloat
jklymak Sep 8, 2019
085504f
Revert "Make Qt navtoolbar more robust against removal of either pan …
anntzer Sep 8, 2019
4eb188a
Make Qt toolbar more resilient against removal of tool buttons.
anntzer Sep 8, 2019
0c3a7ea
Update lib/matplotlib/__init__.py
omsitapara23 Sep 8, 2019
98507c0
Merge pull request #15149 from omsitapara23/path-objects-for-styles
timhoffm Sep 8, 2019
2064bd6
Minor docstring style cleanup.
timhoffm Sep 8, 2019
6901e1c
Doc: Do not write default for non-existing rcParams
timhoffm Sep 8, 2019
289130d
Doc: Remove hard-documented rcParams defaults (#15230)
timhoffm Sep 9, 2019
438edde
Drop mention of msinttypes in Windows build.
anntzer Sep 9, 2019
dff7562
Drop default value from docstring of imshow.
tillahoffmann Sep 9, 2019
c778bd9
Add docstring to _get_scalar_alpha.
tillahoffmann Sep 9, 2019
bec9259
Merge branch 'arrayalpha2' of github.com:tillahoffmann/matplotlib int…
tillahoffmann Sep 9, 2019
ffe2081
Kill FigureManagerTk._num.
anntzer Sep 9, 2019
94f8421
Merge pull request #15224 from anntzer/qtactions
dstansby Sep 9, 2019
d576e3a
Merge pull request #15234 from anntzer/msinttypes
dstansby Sep 9, 2019
613111c
Cleanup widgets.py.
anntzer Sep 9, 2019
59d71e4
Merge pull request #15235 from anntzer/tknum
timhoffm Sep 9, 2019
f1677a7
Composite against white, not the savefig.facecolor rc, in print_jpeg.
anntzer Sep 9, 2019
6675e8c
Doc: Fix Bbox and BboxBase links (#15229)
timhoffm Sep 10, 2019
30ee939
Merge pull request #15237 from anntzer/widgets
timhoffm Sep 10, 2019
cf406b7
Merge pull request #15228 from timhoffm/doc-clean
8000 dstansby Sep 10, 2019
3f9280c
Cleanup widgets docstrings.
anntzer Sep 10, 2019
c9240f8
Move some new API changes to the correct place
dstansby Sep 10, 2019
79feb4c
Move more API changes
dstansby Sep 10, 2019
b1b5827
Merge pull request #15222 from anntzer/projections
dopplershift Sep 10, 2019
8ed827e
Merge pull request #15231 from timhoffm/doc-rcparams-none
tacaswell Sep 10, 2019
463349a
Merge pull request #14998 from anntzer/spines
tacaswell Sep 10, 2019
bebb206
Logit scale nonsingular (#14928)
anntzer Sep 10, 2019
db7847f
Merge pull request #14889 from tillahoffmann/arrayalpha2
dopplershift Sep 10, 2019
56d1702
Change documentation format of rcParams defaults
timhoffm Sep 10, 2019
b7be973
contains_point() docstring fixes
timhoffm Sep 8, 2019
4c2869f
Merge pull request #15244 from timhoffm/doc-rcparams-default
jklymak Sep 11, 2019
85210e0
Merge pull request #15242 from anntzer/widgets
timhoffm Sep 11, 2019
1ea4b04
Merge pull request #15227 from timhoffm/doc-contains-point2
timhoffm Sep 11, 2019
df3834e
Fix incorrect calls to warn_deprecated.
anntzer Sep 11, 2019
2a63d63
Simplify pdf image output.
anntzer Sep 9, 2019
27931d4
Merge pull request #15239 from anntzer/jpeg
timhoffm Sep 11, 2019
34ac5b5
Merge pull request #15245 from anntzer/deprecations
jklymak Sep 11, 2019
cbd0409
Merge pull request #15243 from dstansby/moreapi
ivanov Sep 11, 2019
8a543b5
In findfont(fallback_to_default=False), throw if default font is miss…
anntzer Sep 11, 2019
56cfb43
Merge pull request #15175 from anntzer/pdfimage
timhoffm Sep 12, 2019
50595b5
Dedupe SubplotSpec construction in mpl_toolkits.
anntzer Sep 9, 2019
3f2a3fc
Change layout of test_triager to avoid cropping images.
anntzer Sep 12, 2019
770d59d
Merge pull request #15249 from anntzer/fallback_to_default
QuLogic Sep 12, 2019
1a35e68
Merge pull request #15236 from anntzer/subplotspec
timhoffm Sep 12, 2019
2aba5aa
Merge pull request #15261 from anntzer/triager-layout
tacaswell Sep 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added doc/_static/blume_table_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions doc/thirdpartypackages/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,3 +265,14 @@ animated PNG file. See the example on the PyPI page or at the ``numpngw``
`github repository <https://github.com/WarrenWeckesser/numpngw>`_.

.. image:: /_static/numpngw_animated_example.png

blume
=====

`blume <https://pypi.org/project/blume/>`_ provides a replacement for
the Matplotlib ``table`` module. It fixes a number of issues with the
existing table. See the `blume github repository
<https://github.com/swfiua/blume>`_ for more details.

.. image:: /_static/blume_table_example.png

0