diff --git a/tutorial/objects_interface.html b/tutorial/objects_interface.html index 46f28f4d..568ce6e9 100644 --- a/tutorial/objects_interface.html +++ b/tutorial/objects_interface.html @@ -812,7 +812,7 @@

Layer-specific mappings ../_images/objects_interface_44_0.png -

Alternatively, define the layer for the entire plot, but remove it from a specific layer by setting the variable to None:

+

Alternatively, define the mapping for the entire plot, but remove it from a specific layer by setting the variable to None:

(
     so.Plot(tips, x="total_bill", y="tip", color="time")
     .add(so.Dots())
@@ -1065,4 +1065,4 @@ 

Theme customization