-
Notifications
You must be signed in to change notification settings - Fork 18
using size parameter results in cropped image #1
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
Comments
Can confirm I ran into this issue too. When used with the dumb terminal option |
I can confirm this. Happens when exporting to png too. |
The way the eplot passes the I think this is not a bug, rather the If you are not happy with the default plot size of 640×480 px (6.25×5 in or ~15.9×12.7 cm at 96 ppi), you could:
—or—
—or—
|
@travisdowns If you are just trying to get the plot to fill the terminal, you can apply this patch to your copy of If you trust that the patch linked above looks OK, you can apply it directly to your copy of cd /the/place/where/you/have/eplot
curl https://github.com/chriswolfvision/eplot/compare/master...ernstki:dumb-auto-size.diff |
patch -p1 |
Using a command like
eplot data.txt -s 2
generates a cropped image instead of a complete bigger image.
The command seems to get the image to a higher resolution, but fails to place it in its entirety in a proper "outline"
The text was updated successfully, but these errors were encountered: