From owner-ports-jp@jp.freebsd.org  Mon Jan 31 13:59:22 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id NAA00247;
	Mon, 31 Jan 2000 13:59:22 +0900 (JST)
	(envelope-from owner-ports-jp@jp.FreeBSD.org)
Received: from vinita.tri.asanuma.co.jp (vinita.tri.asanuma.co.jp [210.160.188.5])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id NAA00240
	for <ports-jp@jp.freebsd.org>; Mon, 31 Jan 2000 13:59:18 +0900 (JST)
	(envelope-from mori@tri.asanuma.co.jp)
Received: from parvati.tri.asanuma.co.jp by vinita.tri.asanuma.co.jp (8.9.3/3.7W) with ESMTP id NAA89543 for <ports-jp@jp.freebsd.org>; Mon, 31 Jan 2000 13:59:16 +0900 (JST)
Received: from kurishna.tri.asanuma.co.jp by parvati.tri.asanuma.co.jp (8.8.8/3.7W) with ESMTP id NAA13647 for <ports-jp@jp.freebsd.org>; Mon, 31 Jan 2000 13:59:15 +0900 (JST)
To: ports-jp@jp.freebsd.org
References: <80zotn2avz.fsf@kurishna.tri.asanuma.co.jp>
	<87ya967uxy.fsf@nakaji.tutrp.tut.ac.jp>
MIME-Version: 1.0 (generated by EMIKO 1.13.10 - "Euglena proxima")
Content-Type: multipart/mixed;
 boundary="Multipart_Mon_Jan_31_13:59:14_2000-1"
From: Mori Kouji <mori@tri.asanuma.co.jp>
Date: 31 Jan 2000 13:59:14 +0900
In-Reply-To: <87ya967uxy.fsf@nakaji.tutrp.tut.ac.jp> (NAKAJI Hiroyuki's message of "31 Jan 2000 12:59:21 +0900")
Message-ID: <80wvoq3kgt.fsf@kurishna.tri.asanuma.co.jp>
Lines: 84
User-Agent: Nana-gnus/6.13.11 EMIKO/1.13.10 (Euglena proxima) CLIME/1.13.6
 (=?ISO-2022-JP?B?GyRCQ2YlTj4xGyhC?=) APEL/10.1 Emacs/20.5
 (i386-unknown-freebsdelf3.4) MULE/4.0 (=?ISO-2022-JP?B?GyRCMlYxYxsoQg==?=)
Reply-To: ports-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+990727
X-Sequence: ports-jp 8703
Subject: [ports-jp 8703] Re: math/gnuplot+ incorrect zeroaxis position
Errors-To: owner-ports-jp@jp.freebsd.org
Sender: owner-ports-jp@jp.freebsd.org
X-Originator: mori@kurishna.tri.asanuma.co.jp

--Multipart_Mon_Jan_31_13:59:14_2000-1
Content-Type: text/plain; charset=ISO-2022-JP

NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> writes:

> M> math/gnuplot+ $B$G$9$,!"(Bset zeroaxis $B$GI=<($5$l$k@~$N0LCV$,$:$l$?$j!"(B
> M> $BI=<($5$l$J$+$C$?$j$7$^$9!#(B(terminal x11 $B$G(B)
> 
> terminal x11 $B0J30$G$O$I$&$G$9$+(B?

dumb, postscript $B$G$b!"@8$8$k$N$r3NG'$7$^$7$?!#$:$l$k0LCV$O(B
$B$=$l$>$l0[$J$j$^$9!#(B

> M> math/gnuplot+/patch $B$N%Q%C%A$rEv$F$J$$>l9g$O!"$3$N>I>u$O8=$l$^$;$s!#(B
> M> $B$^$@(B patch $B$r$A$c$s$HD4$Y$F$^$;$s$,!"$H$j$"$($:Js9p$7$F$*$-$^$9!#(B
> 
> $B$I$N%Q%C%A$,860x$+$o$+$l$P65$($F$/$@$5$$!#(B

patch-xg $B$N$h$&$G$9!#(Bpatch-xg $B$KBP$9$k(B patch $B$r:n$C$F$_$?$N$G!"(B
$B3NG'$7$F$b$i$($^$;$s$+(B?


--Multipart_Mon_Jan_31_13:59:14_2000-1
Content-Type: application/octet-stream; type=patch
Content-Disposition: attachment; filename="patch-xg.diff"
Content-Transfer-Encoding: 7bit

--- patches.old/patch-xg	Mon Jan 24 15:19:02 2000
+++ patches/patch-xg	Mon Jan 31 13:51:50 2000
@@ -105,8 +105,8 @@
 +	axis_zero[FIRST_X_AXIS] = map_y(0.0);
 +	if (xzeroaxis.l_type > -3) {
 +	    term_apply_lp_properties(&xzeroaxis);
-+	    (*t->move) (xleft, axis_zero[FIRST_Y_AXIS]);
-+	    (*t->vector) (xright, axis_zero[FIRST_Y_AXIS]);
++	    (*t->move) (xleft, axis_zero[FIRST_X_AXIS]);
++	    (*t->vector) (xright, axis_zero[FIRST_X_AXIS]);
 +	}
 +    }
 +    if (x_min >= 0.0 && x_max >= 0.0)
@@ -117,8 +117,8 @@
 +	axis_zero[FIRST_Y_AXIS] = map_x(0.0);
 +	if ((yzeroaxis.l_type > -3) && !is_log_x) {
 +	    term_apply_lp_properties(&yzeroaxis);
-+	    (*t->move) (axis_zero[FIRST_X_AXIS], ybot);
-+	    (*t->vector) (axis_zero[FIRST_X_AXIS], ytop);
++	    (*t->move) (axis_zero[FIRST_Y_AXIS], ybot);
++	    (*t->vector) (axis_zero[FIRST_Y_AXIS], ytop);
 +	}
      }
 +
@@ -148,8 +148,8 @@
 +	axis_zero[SECOND_X_AXIS] = map_y(0.0);
 +	if (x2zeroaxis.l_type > -3) {
 +	    term_apply_lp_properties(&x2zeroaxis);
-+	    (*t->move) (xleft, axis_zero[SECOND_Y_AXIS]);
-+	    (*t->vector) (xright, axis_zero[SECOND_Y_AXIS]);
++	    (*t->move) (xleft, axis_zero[SECOND_X_AXIS]);
++	    (*t->vector) (xright, axis_zero[SECOND_X_AXIS]);
 +	}
 +    }
 +    if (y_min >= 0.0 && y_max >= 0.0)
@@ -160,8 +160,8 @@
 +	axis_zero[SECOND_Y_AXIS] = map_x(0.0);
 +	if ((y2zeroaxis.l_type > -3) && !is_log_x2) {
 +	    term_apply_lp_properties(&y2zeroaxis);
-+	    (*t->move) (axis_zero[SECOND_X_AXIS], ybot);
-+	    (*t->vector) (axis_zero[SECOND_X_AXIS], ytop);
++	    (*t->move) (axis_zero[SECOND_Y_AXIS], ybot);
++	    (*t->vector) (axis_zero[SECOND_Y_AXIS], ytop);
 +	}
      }
      /* DRAW PLOT BORDER */

--Multipart_Mon_Jan_31_13:59:14_2000-1
Content-Type: text/plain; charset=ISO-2022-JP


-- 
$B?9(B $B9@Fs(B	(MORI Kouji)
($B3t(B)$B^I>BAH(B $B5;=Q8&5f=j(B
E-mail: mori@tri.asanuma.co.jp

--Multipart_Mon_Jan_31_13:59:14_2000-1--
