Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Description
Bug summary
An array-likefill
argument toplt.bar
has no effect.
Code for reproduction
plt.bar([1,2,3], [1,2,3],fill=(False,True,False),color=('C1','C2','C3'))
Actual outcome
Expected outcome
Additional information
No response
Operating system
Windows
Matplotlib Version
3.8.4
Matplotlib Backend
'module://matplotlib_inline.backend_inline'
Python version
3.12.4
Jupyter version
7.2.2
Installation
conda
Metadata
Metadata
Assignees
Labels
No labels