uncongeniality_analysis/analysis_config_templates/template_plot_histogram.yaml

12 lines
313 B
YAML
Raw Normal View History

---
visualization:
- !histogram
name: 'Descriptive_histogram_comments_over_totalvotes'
dataset: "data"
variable: 'totalvotes'
x_axis_label: 'Number of total votes'
y_axis_label: 'Number of comments'
x_axis_logarithmic_scaling: false
y_axis_logarithmic_scaling: true
title: ''
...