Skip to content

Commit 868fee3

Browse files
tarsur909HollisHolmes
authored andcommitted
fix hardcoded scatter marker size issue #54204
1 parent 98abab2 commit 868fee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/getting_started/intro_tutorials/04_plotting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ I want to visually compare the :math:`NO_2` values measured in London versus Par
108108
:okwarning:
109109
110110
@savefig 04_airqual_scatter.png
111-
air_quality.plot.scatter(x="station_london", y="station_paris", alpha=0.5)
111+
air_quality.plot.scatter(x="station_london", y="station_paris", s = 20, alpha=0.5)
112112
plt.show()
113113
114114
.. raw:: html

0 commit comments

Comments
 (0)