Skip to content
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

Update visuals.py #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update visuals.py #7

wants to merge 1 commit into from

Conversation

JyiHUO
Copy link
Contributor

@JyiHUO JyiHUO commented Mar 25, 2018

最新版本matplotlib2.2.2中,这一行代码会使得图画排版错误

pl.tight_layout()

screenshot from 2018-03-26 00-07-33

去掉上面的代码,增加下面这行代码后,无论在任意一个版本的matplotlib都会显示正确的图画

pl.subplots_adjust(top=0.85, bottom=0., left=0.10, right=0.95, hspace=0.3,wspace=0.35)

screenshot from 2018-03-26 00-14-02

fix error show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant