Skip to content

Commit

Permalink
adjust height of selected q bar plot to make outcome labels more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai committed Jun 8, 2024
1 parent 22ce5b8 commit 0fa50ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions climate_emotions_map/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@

SINGLE_SUBQUESTION_FIG_KW = {
"fontsize": 10,
# NOTE: Can calculate same actual height as create_bar_plots_for_question with:
# ( default height - (default-set margin top) - (default-set margin bottom) )
"height": 105,
"margin": {"l": 30, "r": 30, "t": 5, "b": 20},
"height": 120,
"margin": {"l": 30, "r": 30, "t": 10, "b": 20},
}


Expand Down

0 comments on commit 0fa50ce

Please sign in to comment.