Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

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

You must be logged in to vote

Replies: 1 comment · 1 reply

Comment options

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

You must be logged in to vote
1 reply
@Lili-Cao
Comment options

Cool. I will have a try, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.