Skip to content

[Bug]: User Warning during boxplot creation #156

Open
@myrmarachne

Description

@myrmarachne

Environment

- QF-LIB: 3.0.0
- Python: 3.11

What happened?

Creation of boxplots raises the following User Warning:

UserWarning: The palette list has more values (4) than needed (1), which may not be intended.
  sns.boxplot(ax=self.axes, data=self._data, palette=palette, **plot_kwargs)

Screenshots

No response

Reproduction steps

Run the return_quantiles_chart.py demo script and you can observe the warning.

Relevant log output

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions