BC results per consumer

This commit is contained in:
2026-02-02 22:59:26 +01:00
parent bda4d54231
commit 3ac330263f
5 changed files with 467 additions and 345 deletions

View File

@@ -228,6 +228,8 @@ class QualtricsPlotsMixin:
with open(filepath, 'wb') as f:
f.write(png_data)
print(f"Saved plot to {filepath}")
return chart
@@ -1040,6 +1042,8 @@ class QualtricsPlotsMixin:
print(f"Word cloud saved to: {filepath}")
return fig
def plot_character_trait_frequency(
self,
data: pl.LazyFrame | pl.DataFrame | None = None,