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

Fix scatterplot padding #50

Closed
wants to merge 1 commit into from
Closed

Fix scatterplot padding #50

wants to merge 1 commit into from

Conversation

robert
Copy link

@robert robert commented Mar 23, 2019

@glamp I think the padding on scatterplots has gone a bit wonky. This should fix that. Thanks!

To test, I ran this code:

from bashplotlib.scatterplot import plot_scatter

plot_scatter(None, [-10,20,30], [10,20,30], 10, 'x', 'default', 'test hello')

Before

image

After

image

Otherwise the massive data files in the history
cause it to take forever to clone the repo. See
https://github.com/glamp/bashplotlib for the
git history.
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.

None yet

1 participant