Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^4: box width in bar chart

by priyo (Novice)
on Feb 20, 2014 at 12:51 UTC ( [id://1075577]=note: print w/replies, xml ) Need Help??


in reply to Re^3: box width in bar chart
in thread box width in bar chart

While going through some more example codes, I realized 'impulses' style can be used as bar graph with appropriate width option setting. Following code is working as I wanted

$my_dataset = Chart::Gnuplot::DataSet->new( xdata => \@dates, ydata => \@data, style => 'impulses', width => 15, linetype => 'solid', color => 'green', timefmt => '%Y-%m-%d', );

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1075577]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-20 05:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found