Skip to content

Commit 2d97da9

Browse files
committed
Changed opal log plotting to be larger
1 parent c8d8e83 commit 2d97da9

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Resolution-1_well_plot.jpg

-860 KB
Loading

Resolution-1_well_plot.pdf

7.78 KB
Binary file not shown.

resolution_1/resolution_1_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
fig = plt.figure(figsize=(8,4))
1818
fig.set_figheight(12)
19-
fig.set_figwidth(10)
19+
fig.set_figwidth(18)
2020
ax1 = fig.add_subplot(511)
2121
ax1.set_ylabel('Calliper')
2222
log_data.plot('DEPTH', 'CALI', ax=ax1, color='red', sharex=True,subplots=True, legend=False)

0 commit comments

Comments
 (0)