Skip to content

Commit

Permalink
auto bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Nov 29, 2023
1 parent a6a706e commit 9ece3a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bin/psd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ impl App {
.x_grid_spacer(log10_grid_spacer)
.x_axis_formatter(log10_axis_formatter)
.link_axis("plots", false, false)
.auto_bounds_x()
.auto_bounds_y()
.y_axis_width(4)
.y_axis_label("Power spectral density (dB/Hz) or integrated RMS")
.legend(Legend::default())
Expand Down

0 comments on commit 9ece3a5

Please sign in to comment.