From ca0a5c5f5f0f1b5a7fa678c939cc7a58342798f7 Mon Sep 17 00:00:00 2001 From: alceal Date: Mon, 16 Sep 2024 20:46:23 +0200 Subject: [PATCH] doc: Remove reference to vertical and horizontal bar/box plots --- src/traces/barplot.rs | 2 +- src/traces/boxplot.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/traces/barplot.rs b/src/traces/barplot.rs index 462cd0d..466d7a9 100644 --- a/src/traces/barplot.rs +++ b/src/traces/barplot.rs @@ -1,4 +1,4 @@ -//! This module provides implementations for vertical and horizontal bar plots using the Plotly library. +//! This module provides implementations for bar plots using the Plotly library. //! //! The `BarPlot` struct allow for the creation and customization of bar plots //! with various options for data, layout, and aesthetics. diff --git a/src/traces/boxplot.rs b/src/traces/boxplot.rs index e202095..525ceda 100644 --- a/src/traces/boxplot.rs +++ b/src/traces/boxplot.rs @@ -1,4 +1,4 @@ -//! This module provides implementations for vertical and horizontal box plots using the Plotly library. +//! This module provides implementations for box plots using the Plotly library. //! //! The `BoxPlot` structs allow for the creation and customization of box plots //! with various options for data, layout, and aesthetics.