< prev | next >

Multiple Series < Samples < Home

Multiple Series

A graph with multiple series of data points on the same vertical axis.

Full-Page View
<!-- Sample graph with multiple series of
    data points on a single vertical axis. -->
         
<WxML>
  <graph bgcolor="#FFFFCC">
  
    <time start="199902020000" end="199902022345"/>
    
    <axis units="fahr"/>
  
    <series visible="true">
      <data src="http://sdg.mesonet.org/
        docs/wxml/data/19990202NORM.MTS"
        param="TAIR" units="fahr"/>
      <lineStyle color="#FF0000"/>
    </series>
  
    <series visible="true">
      <data src="http://sdg.mesonet.org/
        docs/wxml/data/19990202NORM.MTS"
        param="TDEW" units="fahr"/>
      <lineStyle color="#0000FF"/>
    </series>
  
    <series visible="true">
      <data src="http://sdg.mesonet.org/
        docs/wxml/data/19990202NORM.MTS"
        param="TS10" units="fahr"/>
      <lineStyle color="#009900"/>
    </series>
  
  </graph>
</WxML>

Confidential. Copyright © 2002, Oklahoma Climatological Survey. All Rights Reserved.
Send questions or comments concerning this web page to
wolfie@ou.edu.