]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/papers/use_case/stats/parsing_times.gpscript
removed papers that have been moved to the new "papers" repository
[helm.git] / helm / papers / use_case / stats / parsing_times.gpscript
diff --git a/helm/papers/use_case/stats/parsing_times.gpscript b/helm/papers/use_case/stats/parsing_times.gpscript
deleted file mode 100644 (file)
index 677761a..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-set terminal postscript color
-set key left box
-set label font "Helvetica,8"
-
-set output "parsing_times_candidates.ps"
-plot "parsing_times_expat_candidates.txt"             using 2:4   title "Expat"          with lines smooth bezier, \
-     "parsing_times_xerces_sax2_candidates.txt"       using 2:4   title "xerces sax2"    with lines smooth bezier, \
-     "parsing_times_xerces_tree_candidates.txt"       using 2:4   title "xerces tree"    with lines smooth bezier, \
-     "parsing_times_libxml2_sax2_candidates.txt"      using 2:4   title "libxml2 sax2"   with lines smooth bezier, \
-     "parsing_times_libxml2_reader_candidates.txt"    using 2:4   title "libxml2 reader" with lines smooth bezier, \
-     "parsing_times_libxml2_tree_candidates.txt"      using 2:4   title "libxml2 tree"   with lines smooth bezier
-
-set output "parsing_times_candidates_c1.ps"
-plot "parsing_times_expat_candidates_c1.txt"          using 2:4   title "Expat"          with lines smooth bezier, \
-     "parsing_times_xerces_sax2_candidates_c1.txt"    using 2:4   title "xerces sax2"    with lines smooth bezier, \
-     "parsing_times_xerces_tree_candidates_c1.txt"    using 2:4   title "xerces tree"    with lines smooth bezier, \
-     "parsing_times_libxml2_sax2_candidates_c1.txt"   using 2:4   title "libxml2 sax2"   with lines smooth bezier, \
-     "parsing_times_libxml2_reader_candidates_c1.txt" using 2:4   title "libxml2 reader" with lines smooth bezier, \
-     "parsing_times_libxml2_tree_candidates_c1.txt"   using 2:4   title "libxml2 tree"   with lines smooth bezier
-
-set output "parsing_times_candidates_3d.ps"
-splot "parsing_times_expat_candidates.txt"            using 1:2:4 title "Expat", \
-      "parsing_times_xerces_sax2_candidates.txt"      using 1:2:4 title "xerces sax2", \
-      "parsing_times_xerces_tree_candidates.txt"      using 1:2:4 title "xerces tree", \
-      "parsing_times_libxml2_sax2_candidates.txt"     using 1:2:4 title "libxml2 sax2", \
-      "parsing_times_libxml2_reader_candidates.txt"   using 1:2:4 title "libxml2 reader", \
-      "parsing_times_libxml2_tree_candidates.txt"     using 1:2:4 title "libxml2 tree"
-