[dsc] IPv6 on some graphs have issues

Duane Wessels wessels at measurement-factory.com
Wed Dec 5 00:42:26 UTC 2007



On Tue, 4 Dec 2007, Andrew Ruthven wrote:

> Hi,
>
> Is it possible to make the labels on the y axis longer for some of the
> graph types?  IPv6 addresses can be somewhat ... unreadable.  Have a
> look at the attached graph.

Let me know if this change gives enough room for all those v6 addrs:

Index: presenter/perllib/DSC/grapher.pm
===================================================================
--- presenter/perllib/DSC/grapher.pm    (revision 9550)
+++ presenter/perllib/DSC/grapher.pm    (revision 9551)
@@ -570,7 +570,7 @@
         Ploticus_categories(1);
         my $areadef_opts = {
                 -title => $PLOT->{plottitle} . "\n" . time_descr(),
-               -rectangle => '1 1 6 6',
+               -rectangle => '2 1 7 6',
                 -yscaletype => 'categories',
                 -xstackfields => '2',
         };




More information about the dsc mailing list