Slides/slides02.tex
changeset 198 1f961c9e4dd6
parent 197 a35041d5707c
equal deleted inserted replaced
197:a35041d5707c 198:1f961c9e4dd6
     1 \documentclass[dvipsnames,14pt,t]{beamer}
     1 \documentclass[dvipsnames,14pt,t]{beamer}
     2 \usepackage{slides}
     2 \usepackage{slides}
     3 \usepackage{langs}
     3 \usepackage{langs}
     4 \usepackage{graph}
     4 \usepackage{graph}
     5 %\usepackage{grammar}
       
     6 \usepackage{soul}
     5 \usepackage{soul}
     7 \usepackage{data}
     6 \usepackage{data}
     8 \usepackage{proof}
     7 \usepackage{proof}
     9 
     8 
    10 % beamer stuff 
     9 % beamer stuff 
    91     legend entries={Python,Ruby},  
    90     legend entries={Python,Ruby},  
    92     legend pos=north west,
    91     legend pos=north west,
    93     legend cell align=left  
    92     legend cell align=left  
    94 ]
    93 ]
    95 \addplot[blue,mark=*, mark options={fill=white}] 
    94 \addplot[blue,mark=*, mark options={fill=white}] 
    96   table {re-python.data};
    95   table {data/re-python.data};
    97 \addplot[brown,mark=pentagon*, mark options={fill=white}] 
    96 \addplot[brown,mark=pentagon*, mark options={fill=white}] 
    98   table {re-ruby.data};  
    97   table {data/re-ruby.data};  
    99 \end{axis}
    98 \end{axis}
   100 \end{tikzpicture}
    99 \end{tikzpicture}
   101 \end{center}
   100 \end{center}
   102 
   101 
   103 \end{frame}
   102 \end{frame}
  1023     legend entries={Python,Ruby,Scala V1,Scala V2},  
  1022     legend entries={Python,Ruby,Scala V1,Scala V2},  
  1024     legend pos=north west,
  1023     legend pos=north west,
  1025     legend cell align=left  
  1024     legend cell align=left  
  1026 ]
  1025 ]
  1027 \addplot[blue,mark=*, mark options={fill=white}] 
  1026 \addplot[blue,mark=*, mark options={fill=white}] 
  1028   table {re-python.data};
  1027   table {data/re-python.data};
  1029 \addplot[brown,mark=pentagon*, mark options={fill=white}] 
  1028 \addplot[brown,mark=pentagon*, mark options={fill=white}] 
  1030   table {re-ruby.data};  
  1029   table {data/re-ruby.data};  
  1031 \addplot[red,mark=triangle*,mark options={fill=white}] 
  1030 \addplot[red,mark=triangle*,mark options={fill=white}] 
  1032   table {re1.data};  
  1031   table {data/re1.data};  
  1033 \addplot[green,mark=square*,mark options={fill=white}] 
  1032 \addplot[green,mark=square*,mark options={fill=white}] 
  1034   table {re2b.data};
  1033   table {data/re2b.data};
  1035 \end{axis}
  1034 \end{axis}
  1036 \end{tikzpicture}
  1035 \end{tikzpicture}
  1037 \end{center}
  1036 \end{center}
  1038 
  1037 
  1039 \end{frame}
  1038 \end{frame}
  1056     scaled ticks=false,
  1055     scaled ticks=false,
  1057     axis lines=left,
  1056     axis lines=left,
  1058     width=9cm,
  1057     width=9cm,
  1059     height=7cm
  1058     height=7cm
  1060 ]
  1059 ]
  1061 \addplot[green,mark=square*,mark options={fill=white}] table {re2b.data};
  1060 \addplot[green,mark=square*,mark options={fill=white}] table {data/re2b.data};
  1062 \addplot[black,mark=square*,mark options={fill=white}] table {re3.data};
  1061 \addplot[black,mark=square*,mark options={fill=white}] table {data/re3.data};
  1063 \end{axis}
  1062 \end{axis}
  1064 \end{tikzpicture}
  1063 \end{tikzpicture}
  1065 \end{center}
  1064 \end{center}
  1066 
  1065 
  1067 \end{frame}
  1066 \end{frame}