[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-octave-devel] Bug#660750: marked as done (octave-epstk: invisible axis ruins plot line)



Your message dated Wed, 14 Mar 2012 21:21:54 +0000
with message-id <E1S7vdq-0008CP-HO@franck.debian.org>
and subject line Bug#660750: fixed in octave-epstk 2.3-3
has caused the Debian Bug report #660750,
regarding octave-epstk: invisible axis ruins plot line
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
660750: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660750
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: octave-epstk
Version: 2.3-2
Severity: normal

Apparently, making an axis invisible when a plot line is over it,
deletes the plot line in the place where they overlap.  I append an
Octave test file wich, in the [0 0.5] interval, produces a horizontal
line overlapping an invisible axis, which is thinner than the rest of
the plot line.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages octave-epstk depends on:
ii  octave3.2  3.2.4-12

octave-epstk recommends no packages.

Versions of packages octave-epstk suggests:
ii  evince [postscript-viewer]       3.2.1-1
ii  ghostscript [postscript-viewer]  9.04~dfsg-3
ii  gv [postscript-viewer]           1:3.7.3-1
ii  octave-plot                      1.0.8-1

-- no debconf information

===File ~/articoli/Postuloca/evaal/magazine/figures/plotscores.m===
#! /usr/bin/octave -qf
## Plotting with EpsTk, the EPS toolkit (Debian package octave-epstk)

global visualise;
visualise=true;			# visualise the results with gv
eglobpar;			# get access to global parameters

## Local line parameters
lwidth=0.5;			# line width [mm]
txlegend="";
rxlegend="";
nodash=0;			# line dash lenght [mm]
black=[0,0,0];			# line colour [RGB]
grey=[1,1,1]*.3;		# line colour [RGB]

global X Y;
function opendata(trace)
  eglobpar;
  global X Y;
  switch (trace)
    case "accuracyscore"
	 X = [0 0.5 2 4];
	 Y = [1 1 0.4 0];
  endswitch
  eopen([trace,".eps"]);
  ## See einit.m for a complete list of parameters to set
  ePlotTitleDistance=8;		# title distance [mm]
  eXAxisSouthLabelText="Third quartile of error [m]"; # X label
  eYAxisWestLabelText="Score"; # Y label
  eXAxisNorthVisible=false;	# North X axis off
  eYAxisEastVisible=false;	# East Y axis off
  #eXGridVisible=true;		# X-grid
  #eYGridVisible=true;		# Y-grid
  #ePlotLegendPos=[10 90];  # position relative to left bottom corner of plot area
endfunction

function closeandview()
  global visualise;
  eclose
  ebbox(5);			# bounding box with 5mm frame
  if (visualise)
    global eGhostview;
    eGhostview="gv --scale=2 --media=bbox"; # magnified viewer
    eview			# show the graph
  endif
endfunction

################################################################
opendata("accuracyscore");
#ePlotTitleText="Accuracy score";
ePlotAreaHeight=35; ePlotAreaWidth=70;	 # plot size [mm]
eXAxisSouthScale=[0 1 5];	# [start step end]
eYAxisWestScale=[0 0.2 1];	# [start step end]
eAxesTicShortLength=0		# minor ticks off
eplot(X,Y,txlegend,nodash,black,lwidth)
closeandview;
============================================================



--- End Message ---
--- Begin Message ---
Source: octave-epstk
Source-Version: 2.3-3

We believe that the bug you reported is fixed in the latest version of
octave-epstk, which is due to be installed in the Debian FTP archive:

octave-epstk_2.3-3.debian.tar.gz
  to main/o/octave-epstk/octave-epstk_2.3-3.debian.tar.gz
octave-epstk_2.3-3.dsc
  to main/o/octave-epstk/octave-epstk_2.3-3.dsc
octave-epstk_2.3-3_all.deb
  to main/o/octave-epstk/octave-epstk_2.3-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 660750@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Weber <tweber@debian.org> (supplier of updated octave-epstk package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 14 Mar 2012 21:26:05 +0100
Source: octave-epstk
Binary: octave-epstk
Architecture: source all
Version: 2.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Changed-By: Thomas Weber <tweber@debian.org>
Description: 
 octave-epstk - GNU Octave encapsulated postscript toolkit
Closes: 660750
Changes: 
 octave-epstk (2.3-3) unstable; urgency=low
 .
   * Bump to debhelper compat level 9
   * Bump to Standards-Version 3.9.3, no changes needed
   * Build-depend on octave-pkg-dev >= 1.0.0, to build against Octave 3.6
   * Add Sébastien Villemot to the list of Uploaders
   * debian/copyright: update to machine-readable format 1.0
   * New patch: fix_invisible_axis (closes: #660750)
Checksums-Sha1: 
 7f77c16f1d25b8617a205383ba817577d1ca02a7 1427 octave-epstk_2.3-3.dsc
 5ecb18478ac0273d0aa745d2387008cf09421a10 11819 octave-epstk_2.3-3.debian.tar.gz
 ae96b20d8e2d380b72f4fcef9995c8a28f1f238c 1173658 octave-epstk_2.3-3_all.deb
Checksums-Sha256: 
 2d112c86d6ad52796f4f86d91f82aabe29f5dd40105c0537595e7f20b738be1d 1427 octave-epstk_2.3-3.dsc
 358cdc9503d378a853f1d64de6831591fcf50736f432900f2932e096b6743925 11819 octave-epstk_2.3-3.debian.tar.gz
 dc9b461915cc1767730e7a54ce9af18eb6c3c9a1e66b6ddb3ef21b1d81cbc9ea 1173658 octave-epstk_2.3-3_all.deb
Files: 
 83be084b08c81ab012fe45ddf493146f 1427 math optional octave-epstk_2.3-3.dsc
 8d97bcf8d5ba3a1a28550b2736340f58 11819 math optional octave-epstk_2.3-3.debian.tar.gz
 ecb12f15c436fb374f76bb4e81ca54bf 1173658 math optional octave-epstk_2.3-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk9hB6UACgkQPqD4a3lPnXzP7QCfSs6OJVmw4enfV+et1pC/8aSs
A5gAmwW3Lze1NA7z+Zll+H2q/2/3RyDb
=IxPR
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: