Skip to content

Commit 35895c4

Browse files
authored
Figure 3: Remove the sharex/sharey settings (#34)
1 parent 4df4abe commit 35895c4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Fig3_PyGMT_backgrounds.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
" nrows=2,\n",
1818
" ncols=2,\n",
1919
" subsize=(\"12c\", \"8.5c\"),\n",
20-
" margins=(\"0.3c\", \"0.2c\"),\n",
20+
" margins=(\"0.4c\", \"0.2c\"),\n",
2121
" frame=\"WSen\",\n",
22-
" sharex=\"b\",\n",
23-
" sharey=\"l\",\n",
2422
" tag=\"(a)\",\n",
2523
" tag_position=Position(\"TL\", offset=(0.15, 0.3)),\n",
2624
" tag_orientation=\"vertical\",\n",
@@ -75,7 +73,7 @@
7573
"name": "python",
7674
"nbconvert_exporter": "python",
7775
"pygments_lexer": "ipython3",
78-
"version": "3.12.7"
76+
"version": "3.12.8"
7977
}
8078
},
8179
"nbformat": 4,

0 commit comments

Comments
 (0)