Changeset 2764

Show
Ignore:
Timestamp:
10/30/09 07:33:58 (4 weeks ago)
Author:
jaein
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • HydroWatch/Tim/doc/ipsn10/sec_energy.tex

    r2757 r2764  
    6666\begin{figure}[ht] 
    6767\begin{footnotesize} 
    68 \begin{center} 
    6968\begin{verbatim} 
    70       conditions = {'Clear' : '1',  
    71           'Scattered Clouds': '2', 
    72           'Partly Cloudy'   : '3',  
    73           'Haze'            : '4', 
    74           'Mostly Cloudy'   : '5',  
    75           'Patches of Fog'  : '6',  
    76           'Overcast'        : '7',  
    77           'Fog'             : '8', 
    78           'Light Drizzle'   : '9', 
    79           'Light Rain'      : '10',  
    80           'Rain'            : '10', 
    81           'Heavy Rain'      : '10' 
    82       }                              
     69conditions = { 
     70  'Clear'        : '1', 'Scattered Clouds': '2', 
     71  'Partly Cloudy': '3', 'Haze'            : '4', 
     72  'Mostly Cloudy': '5', 'Patches of Fog'  : '6',  
     73  'Overcast'     : '7', 'Fog'             : '8', 
     74  'Light Drizzle': '9', 'Light Rain'      : '10',  
     75  'Rain'         :'10', 'Heavy Rain'      : '10' 
     76}                              
    8377\end{verbatim} 
    84 \end{center} 
    8578\end{footnotesize} 
    8679  \caption{Weather forecast categories as represented in Python dictionary}