MitchellAcoustics/Soundscapy

Set rounding for `paq_likert(plot_percentage)`

Open

#152 opened on May 14, 2026

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Python (12 forks)auto 404
buggood first issue

Repository metrics

Stars
 (58 stars)
PR merge metrics
 (PR metrics pending)

Description

What happened?

When using plot_percentage=True in the likert plots, too many decimal points of precision are shown, cluttering the plot.

What did you expect instead?

Round these values to at most 1 decimal point.

Optional environment info

  • Python version:
  • Soundscapy version:
  • Operating system:

Contributor guide