-
Notifications
You must be signed in to change notification settings - Fork 148
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
Prints only part of the graph into PDF file - with offset #97
Comments
Can you please give some more detail on how you got to this output, so one can reproduce it? |
This DOT is clipped slightly when printed:
|
crazy.gv.txt example prints like this: |
IMO, for large graphs xdot should offer the user to choose how many pages to split it into in X/Y directions. |
OK, you used "print to file". Yes, I can confirm this looks really bad, and for me it also clips the graph the other way around. In case you want to use another export feature, I added one in #96. However the pdf export will not stick to a paper page format. |
I press the Print button and then save as PDF. |
It sounds like #96 might go some way to address this. That said, I feel we're wandering outside the remit of |
Alternatively you can just fix the pdf writer to center the drawing properly in the page. |
By default it should paint a properly centered whole graph onto one page.
Version: py38-xdot-1.2
Python-3.8
OS: FreeBSD 13
The text was updated successfully, but these errors were encountered: