-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
DocumentationGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!
Milestone
Description
Documentation Link
https://matplotlib.org/stable/gallery/color/named_colors.html
Problem
I just copied the example code and changed the number of columns ncols
.
It seems there are some hard coded 4
s in the code.
Suggested improvement
change 4
s in
width = cell_width * 4 + 2 * margin |
and
ax.set_xlim(0, cell_width * 4) |
to
ncols
Metadata
Metadata
Assignees
Labels
DocumentationGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!