From owner-ports-jp@jp.freebsd.org  Mon Jan 31 14:10:28 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id OAA00855;
	Mon, 31 Jan 2000 14:10:28 +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 OAA00846
	for <ports-jp@jp.freebsd.org>; Mon, 31 Jan 2000 14:10:26 +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 OAA89849 for <ports-jp@jp.freebsd.org>; Mon, 31 Jan 2000 14:10:25 +0900 (JST)
Received: from kurishna.tri.asanuma.co.jp by parvati.tri.asanuma.co.jp (8.8.8/3.7W) with ESMTP id OAA13765 for <ports-jp@jp.freebsd.org>; Mon, 31 Jan 2000 14:10:24 +0900 (JST)
To: ports-jp@jp.freebsd.org
References: <80zotn2avz.fsf@kurishna.tri.asanuma.co.jp>
	<87ya967uxy.fsf@nakaji.tutrp.tut.ac.jp>
	<80wvoq3kgt.fsf@kurishna.tri.asanuma.co.jp>
MIME-Version: 1.0 (generated by EMIKO 1.13.10 - "Euglena proxima")
Content-Type: multipart/mixed;
 boundary="Multipart_Mon_Jan_31_14:10:23_2000-1"
From: Mori Kouji <mori@tri.asanuma.co.jp>
Date: 31 Jan 2000 14:10:23 +0900
In-Reply-To: <80wvoq3kgt.fsf@kurishna.tri.asanuma.co.jp> (Mori Kouji's message of "31 Jan 2000 13:59:14 +0900")
Message-ID: <80u2ju3jy8.fsf@kurishna.tri.asanuma.co.jp>
Lines: 66
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 8704
Subject: [ports-jp 8704] 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_14:10:23_2000-1
Content-Type: text/plain; charset=ISO-2022-JP

Mori Kouji <mori@tri.asanuma.co.jp> writes:

> 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?

$B$4$a$s$J$5$$!#$5$C$-Aw$C$?$N$O13$G$9!#$3$C$A$,K\J*$G$9!#(B


--Multipart_Mon_Jan_31_14:10:23_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 14:07:45 2000
@@ -102,7 +102,7 @@
 -	(*t->move) (axis_zero[FIRST_X_AXIS], ybot);
 -	(*t->vector) (axis_zero[FIRST_X_AXIS], ytop);
 +    else {
-+	axis_zero[FIRST_X_AXIS] = map_y(0.0);
++	axis_zero[FIRST_Y_AXIS] = map_y(0.0);
 +	if (xzeroaxis.l_type > -3) {
 +	    term_apply_lp_properties(&xzeroaxis);
 +	    (*t->move) (xleft, axis_zero[FIRST_Y_AXIS]);
@@ -114,7 +114,7 @@
 +    else if (x_min <= 0.0 && x_max <= 0.0)
 +	axis_zero[FIRST_Y_AXIS] = xright;
 +    else {
-+	axis_zero[FIRST_Y_AXIS] = map_x(0.0);
++	axis_zero[FIRST_X_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);
@@ -145,7 +145,7 @@
 -	(*t->move) (axis_zero[SECOND_X_AXIS], ybot);
 -	(*t->vector) (axis_zero[SECOND_X_AXIS], ytop);
 +    else {
-+	axis_zero[SECOND_X_AXIS] = map_y(0.0);
++	axis_zero[SECOND_Y_AXIS] = map_y(0.0);
 +	if (x2zeroaxis.l_type > -3) {
 +	    term_apply_lp_properties(&x2zeroaxis);
 +	    (*t->move) (xleft, axis_zero[SECOND_Y_AXIS]);
@@ -157,7 +157,7 @@
 +    else if (x_min <= 0.0 && x_max <= 0.0)
 +	axis_zero[SECOND_Y_AXIS] = xright;
 +    else {
-+	axis_zero[SECOND_Y_AXIS] = map_x(0.0);
++	axis_zero[SECOND_X_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);

--Multipart_Mon_Jan_31_14:10:23_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_14:10:23_2000-1--
