Replies: 1 comment 1 reply
-
The display_barcode function uses its own matplotlib figure and axis object so that won't work, but it also returns the axis object so you can probably move it to your own figure/subplots as shown here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI,
I was trying to make subplots for barcode displlay, by passing a dict for subplots_kwargs, specifying a dict like this {"ax": axes[i // 3, i % 3]}
however, the display methods does not recognize ax
May I ask how does it work if I want to make subplots?
Best Regars
Lili
Beta Was this translation helpful? Give feedback.
All reactions