This commit is contained in:
skywateryang
2021-06-28 22:04:56 +08:00
parent a09f9c39a4
commit ca78157807
128 changed files with 31692 additions and 0 deletions

16
docs/_static/plot_directive.css vendored Normal file
View File

@@ -0,0 +1,16 @@
/*
* plot_directive.css
* ~~~~~~~~~~~~
*
* Stylesheet controlling images created using the `plot` directive within
* Sphinx.
*
* :copyright: Copyright 2020-* by the Matplotlib development team.
* :license: Matplotlib, see LICENSE for details.
*
*/
img.plot-directive {
border: 0;
max-width: 100%;
}