-
Notifications
You must be signed in to change notification settings - Fork 529
Condense long text in plot axis #1349
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D62758379 |
This pull request was exported from Phabricator. Differential Revision: D62758379 |
Summary: Pull Request resolved: pytorch#1349 Captum will display complete plot axis labels, which makes the plot unreadable if you have longer segments than words; cap the max length at 50 characters. Reviewed By: cyrjano Differential Revision: D62758379
6afbf39
to
e8eff3d
Compare
This pull request was exported from Phabricator. Differential Revision: D62758379 |
Summary: Pull Request resolved: pytorch#1349 Captum will display complete plot axis labels, which makes the plot unreadable if you have longer segments than words; cap the max length at 50 characters. Reviewed By: cyrjano Differential Revision: D62758379
e8eff3d
to
2ef811a
Compare
This pull request was exported from Phabricator. Differential Revision: D62758379 |
Summary: Pull Request resolved: pytorch#1349 Captum will display complete plot axis labels, which makes the plot unreadable if you have longer segments than words; cap the max length at 50 characters. Reviewed By: cyrjano Differential Revision: D62758379
2ef811a
to
fd661d7
Compare
This pull request was exported from Phabricator. Differential Revision: D62758379 |
Summary: Pull Request resolved: pytorch#1349 Captum will display complete plot axis labels, which makes the plot unreadable if you have longer segments than words; cap the max length at 50 characters. Reviewed By: cyrjano Differential Revision: D62758379
fd661d7
to
4a3b050
Compare
Summary: Pull Request resolved: pytorch#1349 Captum will display complete plot axis labels, which makes the plot unreadable if you have longer segments than words; cap the max length at 50 characters. Reviewed By: cyrjano Differential Revision: D62758379
This pull request was exported from Phabricator. Differential Revision: D62758379 |
4a3b050
to
fd1319b
Compare
This pull request has been merged in 70619a6. |
Summary: Captum will display complete plot axis labels, which makes the plot unreadable if you have longer segments than words; cap the max length at 50 characters.
Differential Revision: D62758379