Hello, Jerry Two questions:
1. Can we see skin.conf for the plots? In particular, the section [ImageGenerator] in skins/Seasons/skin.conf. 2. Let's check the database. Assuming you are using sqlite, use the tool sqlite3 to take a look. You may have to install first. I don't know how to do that on macOS, but I presume homebrew can do it. Then cd /Users/Shared/weewx/archive sqlite3 weewx.sdb select dateTime, datetime(dateTime,'unixepoch','localtime'), xsum, ysum, dirsumtime from archive_day_wind where dateTime>1606780800; This will give us the ingredients to the plot for dates after 1-Dec-2020 On Wed, Jan 20, 2021 at 5:14 PM [email protected] <[email protected]> wrote: > I noticed that something recently has gone wrong with my year wind vector > graphic. The y axis is broken. This seems to have happened around the > transition to 4.3 > The monthwindvec graphic is ok > > [image: monthwindvec.png] > but the yearwindvec y axis is scaled about 100 times too large > [image: yearwindvec.png] > Going back to V 4.2 on Dec 31, everything was normal > [image: dec31yearwindvec.png] > This is running on macOS 10.15.7 (Catalina) with Python 3.9.1 > Any ideas where to look for fixes? > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/9aa6d4a4-8d32-4709-b1e5-b11e24a9048fn%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/9aa6d4a4-8d32-4709-b1e5-b11e24a9048fn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEDpk%3DQz-RBEMkXnahf1Q%2BCHSyi_SQxw%3DOp0efLQ1iXr6g%40mail.gmail.com.
