We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Looking at the HTML, it looks like Projection Boxes are creating a lot of empty rows in the table?
The text was updated successfully, but these errors were encountered:
I cannot replicate this.
Sorry, something went wrong.
rv
No branches or pull requests
For the following code:
There is unnecessary and distracting additional space at the bottom of the plot:
Looking at the HTML, it looks like Projection Boxes are creating a lot of empty rows in the table?
The text was updated successfully, but these errors were encountered: