Your message dated Fri, 25 Nov 2022 17:56:44 +0100
with message-id <y4dzzlhrwi8lk...@jadzia.comodo.priv.at>
and subject line Re: Bug#364497: libchart-perl: y_ticks not documented
has caused the Debian Bug report #364497,
regarding libchart-perl: y_ticks not documented
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 ow...@bugs.debian.org
immediately.)
--
364497: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364497
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libchart-perl
Version: 2.2-1
Severity: normal
Hello Stephen,
I am trying to migrate from the woody version to this version and I
have problems. The first I managed to identify is that setting
max_val to a non-integral value break ticks:
------ lines.pl---------
#! /usr/bin/perl -w
use Chart::Lines
$obj=Chart::Lines->new;
$obj->add_dataset('foo');
for($i=0;$i<$ARGV[0];$i++)
{
$obj->add_dataset($i);
}
$obj->set ('max_val' => 11.1);
$obj->png ("foo.png");
-------------------------
I get :
$ perl lines.pl 5
Chart::Base : Caution: Tick limit of 100 exceeded. Backing of to an interval of
0.02 which plots 57 ticks
The second problem is that the colors used are different from the woody
version (and less readable), but I am not sure why.
Cheers,
--
Bill. <ballo...@debian.org>
Imagine a large red swirl here.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.24
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8
Versions of packages libchart-perl depends on:
ii libgd-gd2-perl 2.110-2 Perl module wrapper for libgd - gd
ii perl 5.8.3-1 Larry Wall's Practical Extraction
--- End Message ---
--- Begin Message ---
Version: 2.403.2-1
On Sun, 23 Apr 2006 21:59:07 +0300, Niko Tyni wrote:
> On Thu, Apr 20, 2006 at 09:43:44PM +0200, Bill Allombert wrote:
> > This one works fine! Thanks a lot for your perseverance. It seems
> > this upstream release was half finished. For example the manpage entry
> > for y_ticks1 mention y_ticks which is not documented.
> Glad to hear it works. I just forwarded it upstream too.
According to the upstream ticket at
https://rt.cpan.org/Public/Bug/Display.html?id=18891
this is fixed in v2.402.2, hence closing this bug.
Cheers,
gregor
--
.''`. https://info.comodo.priv.at -- Debian Developer https://www.debian.org
: :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06
`. `' Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
`-
signature.asc
Description: Digital Signature
--- End Message ---