Skip to content

Weird padding at the bottom of matplotlib plot #33

Description

@KasraF

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    PBbugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions