BC results per consumer
This commit is contained in:
4
plots.py
4
plots.py
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user