Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
perl-GDGraph /
samples /
Delete
Unzip
Name
Size
Permission
Date
Action
Makefile
2.31
KB
-rw-r--r--
2013-06-26 12:19
error.pl
179
B
-rw-r--r--
2013-06-26 12:19
logo.gif
2.61
KB
-rw-r--r--
2013-06-22 21:40
logo.png
2.86
KB
-rw-r--r--
2013-06-20 21:01
make_index.pl
1.39
KB
-rw-r--r--
2021-12-22 15:41
rgb.txt
16.72
KB
-rw-r--r--
2013-06-20 21:01
sample11.pl
930
B
-rw-r--r--
2015-12-27 16:43
sample12.pl
895
B
-rw-r--r--
2015-12-27 16:43
sample13.pl
805
B
-rw-r--r--
2015-12-27 16:43
sample14.pl
2.45
KB
-rw-r--r--
2015-12-27 16:43
sample15.pl
999
B
-rw-r--r--
2015-12-27 16:43
sample16.pl
1.22
KB
-rw-r--r--
2015-12-27 16:43
sample17.pl
1.04
KB
-rw-r--r--
2015-12-27 16:43
sample18.pl
3.01
KB
-rw-r--r--
2015-12-27 16:43
sample19.pl
2.82
KB
-rw-r--r--
2015-12-27 16:43
sample1A.pl
1.08
KB
-rw-r--r--
2021-12-22 15:41
sample1B.pl
958
B
-rw-r--r--
2015-12-27 16:43
sample21.pl
705
B
-rw-r--r--
2015-12-27 16:43
sample22.pl
563
B
-rw-r--r--
2015-12-27 16:43
sample23.pl
2.69
KB
-rw-r--r--
2015-12-27 16:43
sample29.pl
732
B
-rw-r--r--
2015-12-27 16:43
sample31.pl
706
B
-rw-r--r--
2015-12-27 16:43
sample41.pl
807
B
-rw-r--r--
2015-12-27 16:43
sample42.dat
103
B
-rw-r--r--
2013-06-20 21:01
sample42.pl
974
B
-rw-r--r--
2015-12-27 16:43
sample51.pl
665
B
-rw-r--r--
2015-12-27 16:43
sample52.pl
873
B
-rw-r--r--
2015-12-27 16:43
sample53.pl
1.25
KB
-rw-r--r--
2015-12-27 16:43
sample54.dat
30.73
KB
-rw-r--r--
2013-06-20 21:01
sample54.pl
1.01
KB
-rw-r--r--
2015-12-27 16:43
sample55.pl
665
B
-rw-r--r--
2015-12-27 16:43
sample56.pl
1.16
KB
-rw-r--r--
2015-12-27 16:43
sample57.pl
579
B
-rw-r--r--
2015-12-27 16:43
sample58.pl
715
B
-rw-r--r--
2015-12-27 16:43
sample61.pl
1.33
KB
-rw-r--r--
2015-12-27 16:43
sample62.pl
838
B
-rw-r--r--
2015-12-27 16:43
sample63.pl
1.03
KB
-rw-r--r--
2015-12-27 16:43
sample64.pl
1.42
KB
-rw-r--r--
2021-12-22 15:41
sample71.pl
2.56
KB
-rw-r--r--
2015-12-27 16:43
sample72.pl
1.04
KB
-rw-r--r--
2015-12-27 16:43
sample91.pl
512
B
-rw-r--r--
2015-12-27 16:43
sample92.pl
616
B
-rw-r--r--
2015-12-27 16:43
sample93.pl
491
B
-rw-r--r--
2015-12-27 16:43
sample94.pl
685
B
-rw-r--r--
2015-12-27 16:43
sample95.pl
2.62
KB
-rw-r--r--
2015-12-27 16:43
save.pl
288
B
-rw-r--r--
2015-12-27 16:43
Save
Rename
use strict; use GD::Graph::bars; use GD::Graph::hbars; use GD::Graph::Data; require 'save.pl'; $GD::Graph::Error::Debug = 5; my $data = GD::Graph::Data->new( [ ["2004/2/1","2004/2/2","2004/2/3","2004/2/4","2004/2/5","2004/2/6","2004/2/7", "2004/2/8", "2004/2/9"], [ 50000, 120000, 240000, 330000, 190000, 80000, 60000, 150000, 210000], [1033101,2200100,5300300,6400400,3192192,1600600, 900900,3333333,4444444], ] ) or die GD::Graph::Data->error; my $values = $data->copy(); $values->set_y(1, 7, undef) or warn $data->error; $values->set_y(2, 7, undef) or warn $data->error; my @names = qw/sample19 sample19-h/; my $path = $ENV{GDGRAPH_SAMPLES_PATH} ? $ENV{GDGRAPH_SAMPLES_PATH} : ''; for my $my_graph (GD::Graph::bars->new(600,400), GD::Graph::hbars->new(600,400)) { my $name = shift @names; print STDERR "Processing $name\n"; $my_graph->set( x_label => 'Date', y1_label => 'Hits', y2_label => 'Megabytes', title => 'Using two axes with different formats', #y1_max_value => 40, #y2_max_value => 8, y_tick_number => 8, y_label_skip => 2, #y_number_format => '%d', ### <-- this will override y{1,2}_number_format y1_number_format => sub { # from perlfaq5 local $_ = shift; 1 while s/^([-+]?\d+)(\d{3})/$1,$2/; $_; }, y2_number_format => sub { my $v = shift; sprintf("%.2f",$v/1024) }, long_ticks => 1, two_axes => 1, legend_placement => 'RT', x_label_position => 1/2, bgclr => 'white', fgclr => 'white', boxclr => 'dblue', accentclr => 'dblue', valuesclr => '#ffff77', dclrs => [qw(lgreen lred)], bar_spacing => 1, logo => "${path}logo." . GD::Graph->export_format, logo_position => 'BR', transparent => 0, l_margin => 10, b_margin => 10, r_margin => 10, t_margin => 10, show_values => 1, values_format => "%4.1f", ) or warn $my_graph->error; if ($name =~ /-h$/) { $my_graph->set(x_labels_vertical => 0, values_vertical => 0); $my_graph->set_legend('bottom axis', 'top axis'); } else { $my_graph->set(x_labels_vertical => 1, values_vertical => 1); $my_graph->set_legend('left axis', 'right axis'); } my $font_spec = "../Dustismo_Sans"; $my_graph->set_y_label_font($font_spec, 12); $my_graph->set_x_label_font($font_spec, 12); $my_graph->set_y_axis_font($font_spec, 10); $my_graph->set_x_axis_font($font_spec, 10); $my_graph->set_title_font($font_spec, 18); $my_graph->set_legend_font($font_spec, 8); $my_graph->set_values_font($font_spec, 8); $my_graph->plot($data) or die $my_graph->error; save_chart($my_graph, $name); } 1;