Description
Bug summary
the display is not working well if swaping matplotlib-3.4.3 with matplotlib-3.5.0.dev2445+gb09aad279b, all the rest being strictly equal.
it was also bad with rc1, so I tested with last master, thanks to the artefact generation
Code for reproduction
on jupyterlab
`
%matplotlib inline
from ipywidgets import interact
import matplotlib.pyplot as plt
import networkx as nx
# wrap a few graph generation functions so they have the same signature
def random_lobster(n, m, k, p):
return nx.random_lobster(n, p, p / m)
def powerlaw_cluster(n, m, k, p):
return nx.powerlaw_cluster_graph(n, m, p)
def erdos_renyi(n, m, k, p):
return nx.erdos_renyi_graph(n, p)
def newman_watts_strogatz(n, m, k, p):
return nx.newman_watts_strogatz_graph(n, k, p)
@interact(n=(2,30), m=(1,10), k=(1,10), p=(0.0, 1.0, 0.001),
generator={'lobster': random_lobster,
'power law': powerlaw_cluster,
'Newman-Watts-Strogatz': newman_watts_strogatz,
u'Erdős-Rényi': erdos_renyi,
})
def plot_random_graph(n, m, k, p, generator):
g = generator(n, m, k, p)
nx.draw(g)
plt.title(generator.__name__)
plt.show()
````
Actual outcome
Expected outcome
Operating system
Windows 10
Matplotlib Version
matplotlib-3.5.0.dev2445+gb09aad279b-cp39-cp39-win_amd64.whl
Matplotlib Backend
module://matplotlib_inline.backend_inline
Python version
Python 3.9.7
Jupyter version
3.2.1
Other libraries
wheels from cgohlke when binaries, except the matplotlib-master from https://pipelines.actions.githubusercontent.com/radNkCxZv5fwMgK3hRdEtEflfPA62ntLWJUtB75BrsUZ7MmN7K/_apis/pipelines/1/runs/264026/signedartifactscontent?artifactName=wheels&urlExpires=2021-11-01T10%3A56%3A22.6171739Z&urlSigningMethod=HMACV1&urlSignature=0AaHHaQnK512QOq6OgHWoS%2FvuqsCMZseoyfIWyE6y6c%3D
pip list:
orjson 3.6.4
osqp 0.6.2.post0
outcome 1.1.0
packaging 21.2
palettable 3.3.0
pandas 1.3.4
pandas-datareader 0.10.0
pandocfilters 1.5.0
panel 0.12.4
papermill 2.3.3
param 1.12.0
parambokeh 0.2.3
paramiko 2.8.0
paramnb 2.0.4
parso 0.8.2
partd 1.2.0
pathspec 0.9.0
pathy 0.6.1
patsy 0.5.2
pdfrw 0.4
pdvega 0.2.1.dev0
pefile 2021.9.3
pep8 1.7.1
pexpect 4.8.0
pg8000 1.21.1
pickleshare 0.7.5
Pillow 8.4.0
PIMS 0.5
Pint 0.18
pip 21.3.1
pipdeptree 2.2.0
pkginfo 1.7.1
platformdirs 2.4.0
plotly 5.3.1
plotnine 0.8.0
pluggy 1.0.0
ply 3.11
portpicker 1.4.0
poyo 0.5.0
ppci 0.5.8
preshed 3.0.6
prettytable 2.2.1
priority 2.0.0
proglog 0.1.9
prometheus-client 0.12.0
promise 2.3
prompt-toolkit 3.0.21
protobuf 4.0.0rc1
psutil 5.8.0
ptpython 3.0.20
ptyprocess 0.7.0
PuLP 2.3
py 1.10.0
py-lru-cache 0.1.4
pyaml 20.4.0
pyarrow 6.0.0
PyAudio 0.2.11
pybars3 0.9.7
pybind11 2.8.1
pycodestyle 2.7.0
pycosat 0.6.3
pycparser 2.20
pyct 0.4.8
pydantic 1.8.2
pydeck 0.7.1
pydocstyle 6.1.1
pyepsg 0.4.0
pyerfa 2.0.0
pyflakes 2.3.1
pyflux 0.4.17
pygame 2.0.3
pygbm 0.1.0
Pygments 2.10.0
pyhdf 0.10.3
pyinstaller 4.5.1
pyinstaller-hooks-contrib 2021.3
pylint 2.9.6
pyls-spyder 0.4.0
pymc 2.3.8
PyMeta3 0.5.1
pymongo 3.12.1
PyNaCl 1.4.0
pynndescent 0.5.5
pyodbc 4.0.32
PyOpenGL 3.1.5
pypandoc 1.5
pyparsing 2.4.7
pyproj 3.2.1
PyQt5 5.15.1
PyQt5-sip 12.8.1
pyqt5-tools 5.15.1.1.7.5.post3
pyqtgraph 0.12.2
PyQtWebEngine 5.15.1
pyrsistent 0.18.0
pyserial 3.5
pyshp 2.1.3
PySocks 1.7.1
pystache 0.5.4
pytest 6.2.5
python-baseconv 1.2.2
python-dateutil 2.8.2
python-dotenv 0.19.1
python-hdf4 0.10.0+dummy
python-Levenshtein 0.12.2
python-lsp-black 1.0.0
python-lsp-jsonrpc 1.0.0
python-lsp-server 1.2.4
python-multipart 0.0.5
python-picard 0.7
python-slugify 5.0.2
python-snappy 0.6.0
pythonnet 2.5.2
PythonQwt 0.9.2
pytz 2021.3
pyviz-comms 2.1.0
PyWavelets 1.1.1
pywin32 302
pywin32-ctypes 0.2.0
pywinpty 1.1.5
pywinusb 0.4.2
PyYAML 6.0
pyzmq 22.3.0
pyzo 4.11.3a1
QDarkStyle 3.0.2
qdldl 0.1.5.post0
qpsolvers 1.7.0
qstylizer 0.2.1
QtAwesome 1.0.3
qtconsole 5.1.1
QtPy 2.0.0.dev0
quadprog 0.1.8
quantecon 0.5.1
Quart 0.15.1
rasterio 1.2.10
readme-renderer 30.0
redis 3.5.3
regex 2021.10.23
reportlab 3.6.2
requests 2.26.0
requests-toolbelt 0.9.1
requests-unixsocket 0.2.0
rfc3986 1.5.0
rise 5.7.1
rope 0.21.0
rpy2 3.4.0.dev0
Rtree 0.9.7
ruamel.yaml 0.17.15
ruamel.yaml.clib 0.2.6
Rx 1.6.1
scikit-fuzzy 0.4.1
scikit-image 0.18.3
scikit-learn 1.0.1
scikit-optimize 0.9.0
scilab2py 0.6.2
scipy 1.7.1
scramp 1.4.1
scs 2.1.4
seaborn 0.11.2
Send2Trash 1.8.0
setuptools 58.3.0
setuptools-scm 6.3.2
shap 0.39.0
Shapely 1.8.0
simpervisor 0.4
simplegeneric 0.8.1
simplejson 3.17.5
simpy 4.0.1
six 1.16.0
sklearn-contrib-lightning 0.6.1
slicer 0.0.7
slicerator 1.0.0
smart-open 5.2.1
smmap 5.0.0
snakeviz 2.1.0
sniffio 1.2.0
snowballstemmer 2.1.0
snuggs 1.4.7
sortedcontainers 2.4.0
sounddevice 0.4.3
soupsieve 2.2.1
spacy 3.1.3
spacy-legacy 3.0.8
Sphinx 4.2.0
sphinx-rtd-theme 1.0.0
sphinxcontrib-applehelp 1.0.2
sphinxcontrib-devhelp 1.0.2
sphinxcontrib-htmlhelp 2.0.0
sphinxcontrib-jsmath 1.0.1
sphinxcontrib-qthelp 1.0.3
sphinxcontrib-serializinghtml 1.1.5
spyder 5.1.5
spyder-kernels 2.1.3
SQLAlchemy 1.4.26
sqlite-bro 0.12.1
sqlite-fts4 1.0.1
sqlite-utils 3.17.1
sqlparse 0.4.2
srsly 2.4.2
starlette 0.16.0
statsmodels 0.13.0
streamlit 1.1.0
streamz 0.6.3
supersmoother 0.4
sympy 1.9
tables 3.6.1
tabulate 0.8.9
tblib 1.7.0
tenacity 8.0.1
termcolor 1.1.0
terminado 0.12.1
testpath 0.5.0
text-unidecode 1.3
textdistance 4.2.2
textwrap3 0.9.2
thinc 8.0.12
threadpoolctl 3.0.0
three-merge 0.1.1
thrift 0.15.0
tifffile 2021.10.12
tinycss2 1.1.0
toml 0.10.2
tomli 1.2.2
tomli_w 0.4.0
tomlkit 0.7.2
toolz 0.11.1
torch 1.10.0
torchaudio 0.10.0
torchvision 0.11.1
tornado 6.1
tqdm 4.62.3
traitlets 5.1.1
traittypes 0.2.1
tranquilizer 0.5.1a1
trio 0.19.0
trio-asyncio 0.12.0
twine 3.4.2
twitter 1.19.2
typer 0.4.0
typing-extensions 3.10.0.2
tzlocal 2.1
ujson 4.2.0
umap-learn 0.5.1
uncertainties 3.1.6
urllib3 1.26.7
uvicorn 0.15.0
validators 0.18.2
vega 3.5.0
vega-datasets 0.9.0
virtualenv 20.9.0
ViTables 3.0.2
voila 0.2.16
voila-gridstack 0.2.0
wasabi 0.8.2
wasmer 1.0.0
wasmer_compiler_cranelift 1.0.0
wasmer_compiler_singlepass 1.0.0
watchdog 2.1.5
wcwidth 0.2.5
webencodings 0.5.1
websocket-client 1.2.1
Werkzeug 2.0.2
wheel 0.37.0
widgetsnbextension 3.5.2
winpython 4.6.20211017
winrt 1.0.21033.1
wordcloud 1.8.1
wrapt 1.12.1
wsproto 1.0.0
xarray 0.19.0
XlsxWriter 3.0.1
xlwings 0.24.7
yapf 0.31.0
yarl 1.7.0
zarr 2.10.2
zict 2.0.0
zipp 3.6.0
zstandard 0.16.0
pip
Conda channel
No response