Re: [weewx-user] Re: question regarding graphs

2019-03-25 Thread Thomas Keffer
The easy way to do this is to just override the plot options in skin.conf. I don't know what variable name you are using, but assuming it is 'rssi', it would look something like: [[[dayrssi]]] rssi y_label = dBm y_label_format=%.1f -tk On

[weewx-user] Re: question regarding graphs

2019-03-25 Thread parallelsys
Does this look about right? weewx.units.USUnits['group_decibels'] = 'decibels' weewx.units.MetricUnits['group_concentration'] = 'decibels' weewx.units.MetricWXUnits['group_decibels'] = 'decibels' weewx.units.default_unit_format_dict['decibels'] = ' N/A'