]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/lablGraphviz.ml
comment
[helm.git] / matita / matita / lablGraphviz.ml
index 27835e3e90ce0c6fbae9984f7fb15577dd27d41c..b0965e55e04c652e87fbbbf4498c00f3e46f0448 100644 (file)
@@ -79,6 +79,8 @@ class graphviz_impl ?packing () =
           ("Graphviz command failed (exit code: %d) on the following graph:\n"
            ^^ "%s\n%!")
           rc (HExtlib.input_file fname);
+        (* CSC: it would be better to show something explaining that the
+           graph is empty *)
         image#clear ()
       end else begin
        image#set_file tmp_png;