Merge pull request #752 from smharper/pyapi_plots

Fix pixel bug in PyAPI plots and add aspect ratio option
This commit is contained in:
Paul Romano 2016-11-08 22:15:51 -06:00 committed by GitHub
commit 4f4407ad8a
2 changed files with 16 additions and 9 deletions

View file

@ -249,5 +249,6 @@ napoleon_use_ivar = True
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
'pandas': ('http://pandas.pydata.org/pandas-docs/stable/', None)
'pandas': ('http://pandas.pydata.org/pandas-docs/stable/', None),
'matplotlib': ('http://matplotlib.org/', None)
}