[Pkg-octave-commit] [SCM] Debian packaging for octave-epstk branch, master, updated. debian/2.3-3

Thomas Weber tweber at debian.org
Fri Apr 20 13:24:25 UTC 2012


The following commit has been merged in the master branch:
commit 6a4c9af06e54980a3d8c39cf586b2c54ea366901
Author: Thomas Weber <tweber at debian.org>
Date:   Wed Mar 14 21:24:16 2012 +0100

    New patch: fix_invisible_axis (closes: #660750)

diff --git a/debian/patches/fix_invisible_axis b/debian/patches/fix_invisible_axis
new file mode 100644
index 0000000..2e5d998
--- /dev/null
+++ b/debian/patches/fix_invisible_axis
@@ -0,0 +1,21 @@
+Description: Fixes a clipping bug in eplot.m
+Author:  Stefan Müller <stefan.mueller at fhr.fraunhofer.de>
+Forwarded: not-needed
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660750
+
+--- a/m/eplot.m
++++ b/m/eplot.m
+@@ -159,8 +159,11 @@
+       yData=(yData-ePlotAreaYValueStart)*ePlotAreaYFac;
+       [yr yc]=size(yData);
+ 
+-      eclip(eFile,ePlotAreaPos(1)*eFac,ePlotAreaPos(2)*eFac,...
+-            ePlotAreaWidth*eFac,ePlotAreaHeight*eFac);   
++      eclip(eFile,...
++            (ePlotAreaPos(1)-0.5*eAxesLineWidth)*eFac,...
++            (ePlotAreaPos(2)-0.5*eAxesLineWidth)*eFac,...
++            (ePlotAreaWidth+eAxesLineWidth)*eFac,...
++            (ePlotAreaHeight+eAxesLineWidth)*eFac);   
+       if ischar(dash)
+         n=size(xData,2);
+         exyplots(eFile,...
diff --git a/debian/patches/series b/debian/patches/series
index d6a5c63..f491a1d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+fix_invisible_axis
 02_axis-value-labels.patch
 03_psd-path.patch
 set_debian_defaults

-- 
Debian packaging for octave-epstk



More information about the Pkg-octave-commit mailing list