You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: