From bb5bfb88b641e8266bf442ea498d05df3f8bcdc6 Mon Sep 17 00:00:00 2001 From: Marie Date: Fri, 23 May 2025 10:38:54 +0200 Subject: [PATCH] remove point troubling regex --- galleries/plot_types/basic/scatter_plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galleries/plot_types/basic/scatter_plot.py b/galleries/plot_types/basic/scatter_plot.py index 07fa943b724f..738af15440db 100644 --- a/galleries/plot_types/basic/scatter_plot.py +++ b/galleries/plot_types/basic/scatter_plot.py @@ -2,7 +2,7 @@ ============= scatter(x, y) ============= -A scatter plot of y vs. x with varying marker size and/or color. +A scatter plot of y versus x with varying marker size and/or color. See `~matplotlib.axes.Axes.scatter`. """