[weewx-user] Re: plot_type = line (with markers) for ET, rain for week, month, year

2022-11-13 Thread William Garber
since the bug is for the weekly report, could this have something to do 
with the fact that it is Sunday at 5:30 Pacific Time.  I think my computer 
uses UTC.  It is fedora linux.


On Sunday, November 13, 2022 at 5:14:07 PM UTC-8 William Garber wrote:

> I also cleared browser cache, cookies and offline web data, exited the 
> browser and refreshed the page.  I looked again and *day, month and year 
> were working* (lines with markers) *but week still is not*.
>
> On Sunday, November 13, 2022 at 4:48:34 PM UTC-8 William Garber wrote:
>
>> I am having trouble setting "plot_type = line"  (with markers) for ET and 
>> rain for week, month, year.  It works for day.  I changed settings in 
>> weewx.conf as follows:
>> [weekrain]
>>  # Make sure the y-axis increment is at least 0.02 
>> for the rain plot
>>  yscale = None, None, 0.02
>> #plot_type = bar 
>>
>>  plot_type = line
>>  marker_type = box
>>  marker_size = 2
>>  [[weatherwmRain]]
>>  fill_color = "#00"
>>  aggregate_type = sum
>>  aggregate_interval = day
>>  data_type = rain
>>  data_binding = weatherwm_binding
>>  label = WWM rain (daily total)
>>  # color = "#64B5F6" 
>>
>>  color = "#4080bf"
>>  [[wmodRain]]
>>  fill_color = "#00"
>>  aggregate_type = sum
>>  aggregate_interval = day
>>  data_type = rain
>>  data_binding = wmod_binding
>>  label = WMOD rain (daily total)
>>  color = "#FF"
>>
>>  [[rain]]
>>  fill_color = "#00"
>>  aggregate_type = sum
>>  aggregate_interval = day
>>  data_type = rain
>>  data_binding = wx_binding
>>  label = AT rain (hourly total)
>> # label = AT Rain 
>>   
>>  color = "#66CDAA"
>> and similar for day, month and year.  the day one drew a line and 
>> markers.  the others just drew markers and no bar or line.  
>>
>> this is a weewx.conf for a merge of three weather stations.  it just uses 
>> wee_report not the server.  The bar graph overlaps for the three data 
>> points so you can only see the tallest bar.
>> It would be a mediocre solution if I could set an transparent bar color 
>> and have a bar outline.  What this really needs is the original question, 
>> how to draw a line graph.
>>
>> I erased /var/www/html/weewx/*
>> then I re-ran wee_reports.
>>
>> is there anything else I need to do please?
>>
>

-- 
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/5792c94d-043c-41de-902f-b60f6112404en%40googlegroups.com.


[weewx-user] Re: plot_type = line (with markers) for ET, rain for week, month, year

2022-11-13 Thread William Garber
I also cleared browser cache, cookies and offline web data, exited the 
browser and refreshed the page.  I looked again and *day, month and year 
were working* (lines with markers) *but week still is not*.

On Sunday, November 13, 2022 at 4:48:34 PM UTC-8 William Garber wrote:

> I am having trouble setting "plot_type = line"  (with markers) for ET and 
> rain for week, month, year.  It works for day.  I changed settings in 
> weewx.conf as follows:
> [weekrain]
>  # Make sure the y-axis increment is at least 0.02 for 
> the rain plot
>  yscale = None, None, 0.02
> #plot_type = bar   
>  
>  plot_type = line
>  marker_type = box
>  marker_size = 2
>  [[weatherwmRain]]
>  fill_color = "#00"
>  aggregate_type = sum
>  aggregate_interval = day
>  data_type = rain
>  data_binding = weatherwm_binding
>  label = WWM rain (daily total)
>  # color = "#64B5F6"   
>  
>  color = "#4080bf"
>  [[wmodRain]]
>  fill_color = "#00"
>  aggregate_type = sum
>  aggregate_interval = day
>  data_type = rain
>  data_binding = wmod_binding
>  label = WMOD rain (daily total)
>  color = "#FF"
>
>  [[rain]]
>  fill_color = "#00"
>  aggregate_type = sum
>  aggregate_interval = day
>  data_type = rain
>  data_binding = wx_binding
>  label = AT rain (hourly total)
> # label = AT Rain 
>   
>  color = "#66CDAA"
> and similar for day, month and year.  the day one drew a line and 
> markers.  the others just drew markers and no bar or line.  
>
> this is a weewx.conf for a merge of three weather stations.  it just uses 
> wee_report not the server.  The bar graph overlaps for the three data 
> points so you can only see the tallest bar.
> It would be a mediocre solution if I could set an transparent bar color 
> and have a bar outline.  What this really needs is the original question, 
> how to draw a line graph.
>
> I erased /var/www/html/weewx/*
> then I re-ran wee_reports.
>
> is there anything else I need to do please?
>

-- 
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/47c35381-959a-4b99-888e-e4c1c3f075f3n%40googlegroups.com.