Skip to content

Commit 6013503

Browse files
committed
Update wfs-referencing.ipynb
explicite marker and linestyle
1 parent 05866f5 commit 6013503

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/examples/wfs-referencing.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
" tapering_window,\n",
6363
" size=0.125, ax=axs[i])\n",
6464
" axs[i].plot(xref[:, 0][selection],\n",
65-
" xref[:, 1][selection], 'o', color='dimgray', ms=4)\n",
65+
" xref[:, 1][selection],\n",
66+
" marker='o', linestyle='', color='dimgray', ms=4)\n",
6667
" axs[i].grid(True)\n",
6768
" plt.tight_layout()\n",
6869
" return p\n"

0 commit comments

Comments
 (0)