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

A way to set the canvas size? #21

Open
ArtemGr opened this issue Mar 8, 2017 · 1 comment
Open

A way to set the canvas size? #21

ArtemGr opened this issue Mar 8, 2017 · 1 comment

Comments

@ArtemGr
Copy link
Contributor

ArtemGr commented Mar 8, 2017

Resizing the graph should be as simple as "set term pbm size 600, 400" if I'm reading the docs right. But I wasn't able to find something like that in the library. Is this a missing option?

@SiegeLord
Copy link
Owner

Yeah, this isn't supported yet nicely although you can hack it currently by doing figure.set_terminal("pbm size 600, 400", ""). It makes sense to disallow that in the future and correctly expose these arguments via some type.

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

2 participants