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

Weird padding at the bottom of matplotlib plot #33

Open
KasraF opened this issue Mar 2, 2023 · 1 comment
Open

Weird padding at the bottom of matplotlib plot #33

KasraF opened this issue Mar 2, 2023 · 1 comment
Labels
bug Something isn't working PB

Comments

@KasraF
Copy link

KasraF commented Mar 2, 2023

For the following code:

import matplotlib.pyplot as plt
import numpy as np

data = [1, 86, 42, 54, 100]

# create a bar chart
## ---
plt.bar(np.arange(len(data)), data)
## ---

There is unnecessary and distracting additional space at the bottom of the plot:

image

Looking at the HTML, it looks like Projection Boxes are creating a lot of empty rows in the table?
image

@KasraF KasraF added bug Something isn't working PB labels Mar 2, 2023
@rlisahuang rlisahuang self-assigned this Mar 2, 2023
@rlisahuang
Copy link

I cannot replicate this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working PB
Projects
None yet
Development

No branches or pull requests

2 participants