If you go this route, I would recommend subclassing class TimePlot (which, in turn, subclasses GeneralPlot) and overriding method _renderYAxes() there. This has the advantage that it will be easier to maintain.
Otherwise, if you just modify _renderYAxes(), you will have to re-apply your modifications every time you install a new version of weewx. -tk On Sun, Nov 5, 2017 at 4:27 AM, jahfly1000 <[email protected]> wrote: > thank you, I found > what should I change > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
