René's URL Explorer Experiment
Title: Additional Warnings in docs build on travis after merge of decxx by mdboom · Pull Request #3675 · matplotlib/matplotlib · GitHub
Open Graph Title: Additional Warnings in docs build on travis after merge of decxx by mdboom · Pull Request #3675 · matplotlib/matplotlib
X Title: Additional Warnings in docs build on travis after merge of decxx by mdboom · Pull Request #3675 · matplotlib/matplotlib
Description: The following warnings in the Travis build of the docs are new. I believe that they are new after the merge of #3646 (They are there in the build log of that merge build and used to not be there but I might have overlooked another source of these issues)
/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/sankey.py:docstring of matplotlib.sankey.Sankey:86: WARNING: Exception occurred in plotting sankey_demo_basics
from /home/travis/build/matplotlib/matplotlib/doc/mpl_examples/api/sankey_demo_basics.py:
Traceback (most recent call last):
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/sphinxext/plot_directive.py", line 506, in run_code
six.exec_(code, ns)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/six.py", line 638, in exec_
exec("""exec _code_ in _globs_, _locs_""")
File "", line 1, in
File "", line 70, in
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/sankey.py", line 741, in add
tips = rotate(tips)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/transforms.py", line 1671, in transform_point
return affine_transform([point], mtx)[0]
ValueError: object too deep for desired array
/home/travis/build/matplotlib/matplotlib/doc/examples/api/joinstyle.rst:8: WARNING: Exception occurred in plotting joinstyle
from /home/travis/build/matplotlib/matplotlib/doc/mpl_examples/api/joinstyle.py:
Traceback (most recent call last):
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/sphinxext/plot_directive.py", line 624, in render_figures
figman.canvas.figure.savefig(img.filename(format), dpi=dpi)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/figure.py", line 1470, in savefig
self.canvas.print_figure(*args, **kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/backend_bases.py", line 2194, in print_figure
**kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/backends/backend_agg.py", line 525, in print_png
FigureCanvasAgg.draw(self)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/backends/backend_agg.py", line 472, in draw
self.figure.draw(self.renderer)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/artist.py", line 59, in draw_wrapper
draw(artist, renderer, *args, **kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/figure.py", line 1079, in draw
func(*args)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/artist.py", line 59, in draw_wrapper
draw(artist, renderer, *args, **kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/axes/_base.py", line 2092, in draw
a.draw(renderer)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/artist.py", line 59, in draw_wrapper
draw(artist, renderer, *args, **kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/lines.py", line 712, in draw
drawFunc(renderer, gc, tpath, affine.frozen())
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/lines.py", line 1067, in _draw_lines
self._lineFunc(renderer, gc, path, trans)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/lines.py", line 1107, in _draw_solid
renderer.draw_path(gc, path, trans)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/backends/backend_agg.py", line 167, in draw_path
self._renderer.draw_path(gc, path, transform, rgbFace)
TypeError: bad argument type for built-in operation
/home/travis/build/matplotlib/matplotlib/doc/examples/api/sankey_demo_basics.rst:8: WARNING: Exception occurred in plotting sankey_demo_basics
from /home/travis/build/matplotlib/matplotlib/doc/mpl_examples/api/sankey_demo_basics.py:
Traceback (most recent call last):
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/sphinxext/plot_directive.py", line 506, in run_code
six.exec_(code, ns)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/six.py", line 638, in exec_
exec("""exec _code_ in _globs_, _locs_""")
File "", line 1, in
File "", line 70, in
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/sankey.py", line 741, in add
tips = rotate(tips)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/transforms.py", line 1671, in transform_point
return affine_transform([point], mtx)[0]
ValueError: object too deep for desired array
/home/travis/build/matplotlib/matplotlib/doc/examples/api/sankey_demo_links.rst:8: WARNING: Exception occurred in plotting sankey_demo_links
from /home/travis/build/matplotlib/matplotlib/doc/mpl_examples/api/sankey_demo_links.py:
Traceback (most recent call last):
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/sphinxext/plot_directive.py", line 506, in run_code
six.exec_(code, ns)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/six.py", line 638, in exec_
exec("""exec _code_ in _globs_, _locs_""")
File "", line 1, in
File "", line 39, in
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/sankey.py", line 732, in add
tips = rotate(tips)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/transforms.py", line 1671, in transform_point
return affine_transform([point], mtx)[0]
ValueError: object too deep for desired array
/home/travis/build/matplotlib/matplotlib/doc/examples/api/sankey_demo_rankine.rst:8: WARNING: Exception occurred in plotting sankey_demo_rankine
from /home/travis/build/matplotlib/matplotlib/doc/mpl_examples/api/sankey_demo_rankine.py:
Traceback (most recent call last):
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/sphinxext/plot_directive.py", line 506, in run_code
six.exec_(code, ns)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/six.py", line 638, in exec_
exec("""exec _code_ in _globs_, _locs_""")
File "", line 1, in
File "", line 23, in
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/sankey.py", line 732, in add
tips = rotate(tips)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/transforms.py", line 1671, in transform_point
return affine_transform([point], mtx)[0]
ValueError: object too deep for desired array
/home/travis/build/matplotlib/matplotlib/doc/examples/pylab_examples/multipage_pdf.rst:8: WARNING: Exception occurred in plotting multipage_pdf
from /home/travis/build/matplotlib/matplotlib/doc/mpl_examples/pylab_examples/multipage_pdf.py:
Traceback (most recent call last):
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/sphinxext/plot_directive.py", line 506, in run_code
six.exec_(code, ns)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/six.py", line 638, in exec_
exec("""exec _code_ in _globs_, _locs_""")
File "", line 1, in
File "", line 23, in
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/backends/backend_pdf.py", line 2424, in savefig
**kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/figure.py", line 1470, in savefig
self.canvas.print_figure(*args, **kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/backend_bases.py", line 2194, in print_figure
**kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/backends/backend_pdf.py", line 2468, in print_pdf
self.figure.draw(renderer)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/artist.py", line 59, in draw_wrapper
draw(artist, renderer, *args, **kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/figure.py", line 1079, in draw
func(*args)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/artist.py", line 59, in draw_wrapper
draw(artist, renderer, *args, **kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/axes/_base.py", line 2092, in draw
a.draw(renderer)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/artist.py", line 59, in draw_wrapper
draw(artist, renderer, *args, **kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/axis.py", line 1102, in draw
tick.draw(renderer)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/artist.py", line 59, in draw_wrapper
draw(artist, renderer, *args, **kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/axis.py", line 249, in draw
self.label1.draw(renderer)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/artist.py", line 59, in draw_wrapper
draw(artist, renderer, *args, **kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/text.py", line 581, in draw
self._fontproperties, angle, mtext=mtext)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/backends/backend_pdf.py", line 1855, in draw_tex
curx, cury = mytrans.transform((elt[1], elt[2]))
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/transforms.py", line 1583, in transform
return self.transform_affine(values)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/transforms.py", line 1667, in transform_affine
return affine_transform(points, mtx)
ValueError: Expected 2-dimensional array, got 1
/home/travis/build/matplotlib/matplotlib/doc/examples/pylab_examples/usetex_fonteffects.rst:8: WARNING: Exception occurred in plotting usetex_fonteffects
from /home/travis/build/matplotlib/matplotlib/doc/mpl_examples/pylab_examples/usetex_fonteffects.py:
Traceback (most recent call last):
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/sphinxext/plot_directive.py", line 506, in run_code
six.exec_(code, ns)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/six.py", line 638, in exec_
exec("""exec _code_ in _globs_, _locs_""")
File "", line 1, in
File "", line 23, in
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/pyplot.py", line 577, in savefig
res = fig.savefig(*args, **kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/figure.py", line 1470, in savefig
self.canvas.print_figure(*args, **kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/backend_bases.py", line 2194, in print_figure
**kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/backends/backend_pdf.py", line 2468, in print_pdf
self.figure.draw(renderer)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/artist.py", line 59, in draw_wrapper
draw(artist, renderer, *args, **kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/figure.py", line 1079, in draw
func(*args)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/artist.py", line 59, in draw_wrapper
draw(artist, renderer, *args, **kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/axes/_base.py", line 2092, in draw
a.draw(renderer)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/artist.py", line 59, in draw_wrapper
draw(artist, renderer, *args, **kwargs)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/text.py", line 581, in draw
self._fontproperties, angle, mtext=mtext)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/backends/backend_pdf.py", line 1855, in draw_tex
curx, cury = mytrans.transform((elt[1], elt[2]))
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/transforms.py", line 1583, in transform
return self.transform_affine(values)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/transforms.py", line 1667, in transform_affine
return affine_transform(points, mtx)
ValueError: Expected 2-dimensional array, got 1
/home/travis/build/matplotlib/matplotlib/doc/users/transforms_tutorial.rst:115: WARNING: Exception occurred in plotting annotate_transform
from /home/travis/build/matplotlib/matplotlib/doc/pyplots/annotate_transform.py:
Traceback (most recent call last):
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/sphinxext/plot_directive.py", line 506, in run_code
six.exec_(code, ns)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/six.py", line 638, in exec_
exec("""exec _code_ in _globs_, _locs_""")
File "", line 1, in
File "", line 14, in
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/transforms.py", line 1289, in transform
return self.transform_affine(self.transform_non_affine(values))
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/transforms.py", line 2259, in transform_affine
return self.get_affine().transform(points)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/transforms.py", line 1583, in transform
return self.transform_affine(values)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/transforms.py", line 1667, in transform_affine
return affine_transform(points, mtx)
ValueError: Expected 2-dimensional array, got 1
/home/travis/build/matplotlib/matplotlib/doc/users/whats_new.rst:1043: WARNING: Exception occurred in plotting sankey_demo_rankine
from /home/travis/build/matplotlib/matplotlib/doc/mpl_examples/api/sankey_demo_rankine.py:
Traceback (most recent call last):
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/sphinxext/plot_directive.py", line 506, in run_code
six.exec_(code, ns)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/six.py", line 638, in exec_
exec("""exec _code_ in _globs_, _locs_""")
File "", line 1, in
File "", line 23, in
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/sankey.py", line 732, in add
tips = rotate(tips)
File "/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages/matplotlib-1.5.x-py2.7-linux-x86_64.egg/matplotlib/transforms.py", line 1671, in transform_point
return affine_transform([point], mtx)[0]
ValueError: object too deep for desired array
Open Graph Description: The following warnings in the Travis build of the docs are new. I believe that they are new after the merge of #3646 (They are there in the build log of that merge build and used to not be there bu...
X Description: The following warnings in the Travis build of the docs are new. I believe that they are new after the merge of #3646 (They are there in the build log of that merge build and used to not be there bu...
Opengraph URL: https://github.com/matplotlib/matplotlib/pull/3675
X: @github
direct link
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:30fda544-5e26-ce36-5a41-fd3729a84e96 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | C892:2D29C2:EDE430:148CE91:6A53B31B |
| html-safe-nonce | af75bd9fe3602ba0117916872c42a621b2259db750454f737142d6555df6e590 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDODkyOjJEMjlDMjpFREU0MzA6MTQ4Q0U5MTo2QTUzQjMxQiIsInZpc2l0b3JfaWQiOiIyMzczNzQ1ODE2ODgyMDk4OTcyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | dffdc0fe83a2ba0743a8e40b9adbd5aa66291dbabd02abd670be1441c1ff7b4f |
| hovercard-subject-tag | pull_request:23044261 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | ///pull_requests/show/files |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/matplotlib/matplotlib/pull/3675/files |
| twitter:image | https://avatars.githubusercontent.com/u/38294?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/u/38294?s=400&v=4 |
| og:image:alt | The following warnings in the Travis build of the docs are new. I believe that they are new after the merge of #3646 (They are there in the build log of that merge build and used to not be there bu... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git |
| octolytics-dimension-user_id | 215947 |
| octolytics-dimension-user_login | matplotlib |
| octolytics-dimension-repository_id | 1385122 |
| octolytics-dimension-repository_nwo | matplotlib/matplotlib |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1385122 |
| octolytics-dimension-repository_network_root_nwo | matplotlib/matplotlib |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width
URLs of crawlers that visited me.