issues: 488190500
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
488190500 | MDU6SXNzdWU0ODgxOTA1MDA= | 3275 | Change the label size and tick label size of colorbar | 30388627 | closed | 0 | 10 | 2019-09-02T13:27:32Z | 2021-11-17T19:38:25Z | 2019-09-02T13:36:18Z | NONE | MCVE Code Sample```python Your code hereimport xarray as xr airtemps = xr.tutorial.open_dataset('air_temperature') air = airtemps.air - 273.15 air2d = air.isel(time=500) air2d.plot.pcolormesh(add_colorbar=True, add_labels=True, cbar_kwargs=dict(orientation='horizontal', pad=0.15, shrink=1, label='Temperature ($^{\circ}$C)')) ``` Expected OutputProblem DescriptionIs it possible to change the label size and ticks label size of colorbar?
Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3275/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |