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.