Skip to content

Commit

Permalink
chore: Add examples for Axis module
Browse files Browse the repository at this point in the history
  • Loading branch information
alceal committed Sep 1, 2024
1 parent e5f95dd commit 12dbd0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/axis/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ use plotly::{
use crate::Rgb;

/// A structure representing an axis with customizable properties such as position, type, color, ticks, and grid lines.
///
/// Examples:
///
/// ![example 1](https://imgur.com/YvfFQfb.png)
/// ![example 2](https://imgur.com/CbFCEB2.png)
#[derive(Default, Clone)]
pub struct Axis {
pub(crate) show_axis: Option<bool>,
Expand Down

0 comments on commit 12dbd0e

Please sign in to comment.