700 \begin{axis}[ |
700 \begin{axis}[ |
701 xlabel={$n$}, |
701 xlabel={$n$}, |
702 x label style={at={(1.05,0.0)}}, |
702 x label style={at={(1.05,0.0)}}, |
703 ylabel={time in secs}, |
703 ylabel={time in secs}, |
704 enlargelimits=false, |
704 enlargelimits=false, |
705 xtick={0,200,...,1000}, |
705 xtick={0,200,...,1100}, |
706 xmax=1100, |
706 xmax=1200, |
707 ytick={0,5,...,30}, |
707 ytick={0,5,...,30}, |
708 scaled ticks=false, |
708 scaled ticks=false, |
709 axis lines=left, |
709 axis lines=left, |
710 width=9.5cm, |
710 width=9.5cm, |
711 height=7cm, |
711 height=7cm, |
712 legend entries={Python,Ruby,Scala V1,Scala V2}, |
712 legend entries={Python,Ruby,Scala V1,Scala V2}, |
713 legend pos=north west, |
713 legend pos=north west, |
714 legend cell align=left |
714 legend cell align=left |
715 ] |
715 ] |
716 \addplot[blue,mark=*, mark options={fill=white}] |
716 \addplot[blue,mark=*, mark options={fill=white}] table {re-python.data}; |
717 table {re-python.data}; |
717 \addplot[brown,mark=pentagon*, mark options={fill=white}] table {re-ruby.data}; |
718 \addplot[brown,mark=pentagon*, mark options={fill=white}] |
718 \addplot[red,mark=triangle*,mark options={fill=white}] table {re1.data}; |
719 table {re-ruby.data}; |
719 \addplot[green,mark=square*,mark options={fill=white}] table {re2.data}; |
720 \addplot[red,mark=triangle*,mark options={fill=white}] |
|
721 table {re1.data}; |
|
722 \addplot[green,mark=square*,mark options={fill=white}] |
|
723 table {re2b.data}; |
|
724 \end{axis} |
720 \end{axis} |
725 \end{tikzpicture} |
721 \end{tikzpicture} |
726 \end{center} |
722 \end{center} |
727 |
723 |
728 \end{frame} |
724 \end{frame} |
769 width=9cm, |
765 width=9cm, |
770 height=7cm, |
766 height=7cm, |
771 legend entries={Scala V2,Scala V3}, |
767 legend entries={Scala V2,Scala V3}, |
772 legend pos=north east |
768 legend pos=north east |
773 ] |
769 ] |
774 \addplot[green,mark=square*,mark options={fill=white}] table {re2b.data}; |
770 \addplot[green,mark=square*,mark options={fill=white}] table {re2.data}; |
775 \addplot[black,mark=square*,mark options={fill=white}] table {re3.data}; |
771 \addplot[black,mark=square*,mark options={fill=white}] table {re3.data}; |
776 \end{axis} |
772 \end{axis} |
777 \end{tikzpicture} |
773 \end{tikzpicture} |
778 \end{center} |
774 \end{center} |
779 |
775 |
797 ymax=15, |
793 ymax=15, |
798 scaled ticks=false, |
794 scaled ticks=false, |
799 axis lines=left, |
795 axis lines=left, |
800 width=9cm, |
796 width=9cm, |
801 height=5cm, |
797 height=5cm, |
802 legend entries={Scala V3}, |
798 legend entries={Scala V2}, |
803 legend pos=north west, |
799 legend pos=north west, |
804 legend cell align=left] |
800 legend cell align=left] |
805 \addplot[green,mark=square*,mark options={fill=white}] table {re2a.data}; |
801 \addplot[green,mark=square*,mark options={fill=white}] table {re2a.data}; |
806 %%where is 2nd graph |
802 %% still needs to be done |
807 %%\addplot[black,mark=square*,mark options={fill=white}] table {re3.data}; |
803 %%\addplot[black,mark=square*,mark options={fill=white}] table {re3a.data}; |
808 \end{axis} |
804 \end{axis} |
809 \end{tikzpicture} |
805 \end{tikzpicture} |
810 \end{center} |
806 \end{center} |
811 |
807 |
812 \end{frame} |
808 \end{frame} |