Glossary

`mark_point()`

scatter plot markers. - **`mark_circle()`** and **`mark_square()`** — alternative marker shapes with simpler styling. - **`mark_line()`** — connected line segments, usually for time series. - **`mark_area()`** — filled area below a line, for stacked or emphasized series. - **`mark_bar()`** — bars, h

Learn More

Related Terms