Skip to content
New issue

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

Specify figsize or at least figheight #6

Open
MrTomRod opened this issue Aug 3, 2020 · 0 comments
Open

Specify figsize or at least figheight #6

MrTomRod opened this issue Aug 3, 2020 · 0 comments

Comments

@MrTomRod
Copy link

MrTomRod commented Aug 3, 2020

I have dendrograms with hundreds of entries. Thus, I need a higher plot size. I suggest to add figsize or figheight as a parameter:

def gen_tangle(a, b, labelsA=None, labelsB=None, optimize_order=10000,
               color_by_diff=True, link_kwargs={}, dend_kwargs={}, figsize=(8, 8)):

...

    fig = pylab.figure(figsize=figsize)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant