Skip to content

Commit

Permalink
doc: Remove reference to vertical and horizontal bar/box plots
Browse files Browse the repository at this point in the history
  • Loading branch information
alceal committed Sep 16, 2024
1 parent 5267d49 commit ca0a5c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/traces/barplot.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/traces/boxplot.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ca0a5c5

Please sign in to comment.