Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 91275b8

Browse files
changed 2800x1400 to 1920x1080
1 parent c349df5 commit 91275b8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

‎histgraph_poly.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# custom figure color,create figure
4141
sb.set(rc={'axes.facecolor':backcolor, 'figure.facecolor':backcolor, 'grid.color': gridcolor})
42-
fig = plt.figure(figsize=(14,7))
42+
fig = plt.figure(figsize=(16,9))
4343
ax = fig.add_subplot(111)
4444

4545
# create plot
@@ -61,4 +61,4 @@
6161

6262
# save figure as figure.png with high resolution
6363
dir_path = os.path.dirname(os.path.realpath(__file__))
64-
plt.savefig(dir_path+"\\"+GraphTitle+"_histgraph_poly.png", dpi=200)
64+
plt.savefig(dir_path+"\\"+GraphTitle+"_histgraph_poly.png", dpi=120)

‎histgraph_step.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# custom figure color,create figure
4141
sb.set(rc={'axes.facecolor':backcolor, 'figure.facecolor':backcolor, 'grid.color': gridcolor})
42-
fig = plt.figure(figsize=(14,7))
42+
fig = plt.figure(figsize=(16,9))
4343
ax = fig.add_subplot(111)
4444

4545
# create plot
@@ -61,4 +61,4 @@
6161

6262
# save figure as figure.png with high resolution
6363
dir_path = os.path.dirname(os.path.realpath(__file__))
64-
plt.savefig(dir_path+"\\"+GraphTitle+"_histgraph_step.png", dpi=200)
64+
plt.savefig(dir_path+"\\"+GraphTitle+"_histgraph_step.png", dpi=120)

‎kdeplot.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# custom figure color,create figure
3939
sb.set(rc={'axes.facecolor':backcolor, 'figure.facecolor':backcolor, 'grid.color': gridcolor})
40-
fig = plt.figure(figsize=(14,7))
40+
fig = plt.figure(figsize=(16,9))
4141
ax = fig.add_subplot(111)
4242

4343
# create plot
@@ -58,4 +58,4 @@
5858

5959
# save figure as figure.png with high resolution
6060
dir_path = os.path.dirname(os.path.realpath(__file__))
61-
plt.savefig(dir_path+"\\"+GraphTitle+"_kdeplot.png", dpi=200)
61+
plt.savefig(dir_path+"\\"+GraphTitle+"_kdeplot.png", dpi=120)

‎violinplot.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# custom figure color,create figure
4343
sb.set(rc={'axes.facecolor':backcolor, 'figure.facecolor':backcolor, 'grid.color': gridcolor})
44-
fig = plt.figure(figsize=(14,7))
44+
fig = plt.figure(figsize=(16,9))
4545
ax = fig.add_subplot(111)
4646

4747
# create plot
@@ -63,4 +63,4 @@
6363

6464
# save figure as figure.png with high resolution
6565
dir_path = os.path.dirname(os.path.realpath(__file__))
66-
plt.savefig(dir_path+"\\"+GraphTitle+"_violinplot.png", dpi=200)
66+
plt.savefig(dir_path+"\\"+GraphTitle+"_violinplot.png", dpi=120)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /