Skip to content

Commit bf8d669

Browse files
committed
Sync push.
1 parent 011d875 commit bf8d669

File tree

1 file changed

+1
-1
lines changed
  • matplotlib.indigoPlugin/Contents/Server Plugin

1 file changed

+1
-1
lines changed

matplotlib.indigoPlugin/Contents/Server Plugin/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4364,7 +4364,7 @@ def chart_weather_composite(self, dev, dev_type, p_dict, k_dict, state_list, ret
43644364
-----
43654365
43664366
"""
4367-
# TODO: Make a collapsable section to set min/max Y ranges for each distinct range [temp, humidity, pressure, wind, precip]
4367+
# TODO: Make a collapsible section to set min/max Y ranges for each distinct range [temp, humidity, pressure, wind, precip]
43684368
dpi = int(plt.rcParams['savefig.dpi'])
43694369
forecast_length = {'Daily': 8, 'Hourly': 24, 'wundergroundTenDay': 10, 'wundergroundHourly': 24}
43704370
height = int(dev.pluginProps['height'])

0 commit comments

Comments
 (0)