shige 05/20 2008
----------------
I will send a patch for grid linetype of emf.trm. In emf terminal
of current gnuplot, grid line (linetype 0) becomes solid lines.
In the function EMF_dashtype(), LT_AXIS is considered correctly,
but I think the first line in the function may avoid it.
----- From Here -----
diff -uN term/emf.trm.ORG term/emf.trm
--- term/emf.trm.ORG Thu May 1 16:05:10 2008
+++ term/emf.trm Tue May 20 19:47:18 2008
@@ -902,8 +902,11 @@
4, 9, 4, 2, 4, 2, 0, 0, /* 4 - dash-dot-dot */
};
+/* shige */
+#if 0
if (dashtype < 0)
dashtype = 0;
+#endif
emf_dashtype = dashtype;
----- To Here -----
+========================================================+
Shigeharu TAKENO NIigata Institute of Technology
kashiwazaki,Niigata 945-1195 JAPAN
shige@... TEL(&FAX): +81-257-22-8161
+========================================================+
|