[dsc] 2nd/3rd level domains, No Data To Display At This Time
Duane Wessels
wessels at measurement-factory.com
Sun Apr 11 04:24:57 UTC 2010
On Fri, 9 Apr 2010, Olaf Selke wrote:
> But I'm still missing graphs for 2nd and 3rd Level Domains. The dsc
> grapher cgi script outputs "No Data To Display At This Time" although
Thanks for the bug report. please try this patch:
Index: presenter/perllib/DSC/grapher/plot.pm
===================================================================
--- presenter/perllib/DSC/grapher/plot.pm (revision 12271)
+++ presenter/perllib/DSC/grapher/plot.pm (working copy)
@@ -831,7 +831,6 @@
},
second_ld_vs_rcode_accum => {
- dataset => 'second_ld_vs_rcode',
plot_type => 'accum2d',
yaxes => $std_accum_yaxes,
keys => [ qw(0 1 2 3 4 5) ],
@@ -844,7 +843,6 @@
},
third_ld_vs_rcode_accum => {
- dataset => 'third_ld_vs_rcode',
plot_type => 'accum2d',
yaxes => $std_accum_yaxes,
keys => [ qw(0 1 2 3 4 5) ],
More information about the dsc
mailing list