Skip to content

Commit

Permalink
fix(to_figure): reduce colorbar width
Browse files Browse the repository at this point in the history
  • Loading branch information
devang-chauhan committed Jan 20, 2022
1 parent 14147f1 commit 2ad9041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ladybug_charts/to_figure.py
Expand Up @@ -110,7 +110,7 @@ def heat_map(hourly_data: Union[HourlyContinuousCollection, HourlyDiscontinuousC
+ "</b><br>Month: %{customdata[0]}<br>Day: %{customdata[1]}<br>Hour: %{y}:00<br>"
),
name="",
colorbar=dict(title=var_unit, nticks=nticks, dtick=dtick),
colorbar=dict(title=var_unit, nticks=nticks, dtick=dtick, thickness=10),
)
)

Expand Down

0 comments on commit 2ad9041

Please sign in to comment.