Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
3a00622b
Commit
3a00622b
authored
Mar 26, 2019
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed the pdf size problem
parent
b3e6b9c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
escher_pattern.py
src/main/resources/escher_pattern.py
+2
-1
No files found.
src/main/resources/escher_pattern.py
View file @
3a00622b
...
...
@@ -218,11 +218,12 @@ class Escher_Pattern:
def
save
(
self
):
pp
=
PdfPages
(
self
.
filename
)
self
.
fig
.
tight_layout
()
self
.
fig
.
tight_layout
(
pad
=
0
)
#plt.show()
self
.
fig
.
savefig
(
pp
,
format
=
'pdf'
,
bbox_inches
=
'tight'
,
pad_inches
=
0
)
#self.fig.savefig(pp,format='pdf',pad_inches=0)
pp
.
close
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment