Skip Menu |

This queue is for tickets about the GDGraph CPAN distribution.

Maintainer(s)' notes

There are plenty of good ideas of what people can do published here on the queue. Turning a patch from the tracker into a pull request is not one of them. In order to get maintainers' attention way more quickier, PR should have at least a sample included. We know it's hard to test images generating software, but it doesn't mean we can not test numbers produced by intermediate algorithms used to generate these images, so either a test or a sample.

Report information
The Basics
Id: 56659
Status: open
Priority: 0/
Queue: GDGraph

People
Owner: Nobody in particular
Requestors: john [...] johnbradshaw.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: GDGraph-1.44 - Documentation typos
Date: Fri, 16 Apr 2010 11:07:29 +0100
To: <bug-GDGraph [...] rt.cpan.org>
From: john [...] johnbradshaw.org
Hi, Firstly, thank you for releasing this very useful module. Here is a diff to fix some typos in the POD documentation. Attached is my modified version of the file. Regards John. From Graph.pm in release GDGraph-1.44 # $Id: Graph.pm,v 1.55 2007/04/26 04:12:47 ben Exp $ diff Graph.pm Graph_jb.pm 714c714 < Create a new object $graph with optional width and heigth. --- Show quoted text
> Create a new object $graph with optional width and height.
976c976 < If I<x_ticks> is a true value, ticks will be drawm for the x axis. --- Show quoted text
> If I<x_ticks> is a true value, ticks will be drawn for the x axis.
1057c1057 < will have the same effect for each nteger n in x_tick_offset + n * --- Show quoted text
> will have the same effect for each integer n in x_tick_offset + n *
1100,1101c1100,1101 < If this is set to a true value, no axes will be drawns at all. Value < labels on the axes and ticks will also not be drawn, but axis lables --- Show quoted text
> If this is set to a true value, no axes will be drawn at all. Value > labels on the axes and ticks will also not be drawn, but axis labels
1141c1141 < The labels for X values will be placed on the zero exis. --- Show quoted text
> The labels for X values will be placed on the zero axis.

Message body is not shown because sender requested not to inline it.

Subject: New GD::Graph co-maintainer and new release on CPAN
Hello, You recieved this message as you filed a bug report or feature request against GD::Graph module on CPAN. My name is Ruslan and I'm new co-maintainer of the module. I've updated the module to 1.45 with doc changes and released it to CPAN. See distribution status [1]. I have TODO list for several releases, so if your ticket was a patch then turning it into a nice pull request may expedite inclusion :) [1] http://search.cpan.org/~ruz/GDGraph-1.45/Graph.pm#DISTRIBUTION_STATUS -- Best regards, Ruslan.