Re: [weewx-user] graphs: Unicode and Cardinal Wind directions

2019-09-23 Thread Thomas Keffer
>
> How to get unicode letters in graph title: Kia should look like
> this: Kiša
>

Just use UTF-8 encoding for the label title in the appropriate
configuration file. For example, for the Seasons skin, in file
Seasons/skin.conf, change this

[[[dayrain]]]
# Make sure the y-axis increment is at least 0.02 for the rain plot
yscale = None, None, 0.02
plot_type = bar
rain
aggregate_type = sum
aggregate_interval = 3600
label = Rain (hourly total)

to this:

[[[dayrain]]]

# Make sure the y-axis increment is at least 0.02 for the rain plot
yscale = None, None, 0.02
plot_type = bar
rain
aggregate_type = sum
aggregate_interval = 3600

label = Kiša



> Wind directions in graphs: how to change scale of graphs from deg to
> letters to display Cardinal points instead of numbers?
>
>
Unfortunately, you can't. All scales must be numbers. Sorry.

-tk

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEA9F%2BGiTsAoMAZCWtu8UxOjqcNn4K1BoRpOQcMbNTDXFw%40mail.gmail.com.


[weewx-user] graphs: Unicode and Cardinal Wind directions

2019-09-23 Thread Pila
How to get unicode letters in graph title: Kia should look like 
this: Kiša

Wind directions in graphs: how to change scale of graphs from deg to 
letters to display Cardinal points instead of numbers?

I am reading docs, and have modified many items, but these I can not get on 
my own for now.

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/5a3c3288-4cc8-4858-8a5f-e9021d4bb6eb%40googlegroups.com.