Skip to content

Commit 116cefc

Browse files
committed
Minor docs tweak
1 parent 3f78e88 commit 116cefc

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/basics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
# The basics
1919
# ==========
2020

21-
2221
# %% [raw] raw_mimetype="text/restructuredtext"
2322
# .. _ug_intro:
2423
#

docs/insets_panels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@
176176
# See the 1D plotting section for more on the "inbounds" keyword
177177
ix = ax.inset(
178178
[5, 5, 4, 4], transform='data', zoom=True,
179-
zoom_kw={'edgecolor': 'red3', 'lw': 2, 'ls': '--'}
179+
zoom_kw={'ec': 'blush', 'ls': '--', 'lw': 2}
180180
)
181181
ix.format(
182-
xlim=(2, 4), ylim=(2, 4), color='red9',
182+
xlim=(2, 4), ylim=(2, 4), color='maroon',
183183
linewidth=1.5, ticklabelweight='bold'
184184
)
185185
ix.pcolormesh(data, cmap='Grays', levels=N, inbounds=False)

0 commit comments

Comments
 (0)