I have two rain gauges and I am trying to show them in the same bar graph.  
They both plot, but the plot points (bars) are stacked on each other.  This 
works when one gauge has a higher value than the other, but not 
vice-versa.  Unfortunately all of the multiple plot examples in the 
customization guide are for actual plot lines.  Is there a way to plot the 
bars next to each other, or maybe control the width?  My current code in 
skin.conf is:

        [[[dayrain]]]
            yscale = None, None, 0.02
            plot_type = bar
            [[[[rain]]]]
                aggregate_type = sum
                aggregate_interval = 3600
                label = Rain (hourly total)
            [[[[RSrain]]]]
                aggregate_type = sum
                aggregate_interval = 3600
                data_type = rain
                data_binding = RSt_binding
                label = RS

Thanks,
Jonathan

-- 
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/efc45998-f613-4009-8a47-82491d9b0772n%40googlegroups.com.

Reply via email to