Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.208.519 Times

Line Chart freeware
Filter: All | Freeware | Demo
 

Line Chart

< 1 2 3 4 5 > 
Added: August 10, 2010 | Visits: 1.514

Chart::Graph Chart::Graph is a Perl extension for a front-end to gnuplot, XRT, and Xmgrace. SYNOPSIS # EXAMPLE: gnuplot #make sure to include Chart::Graph use Chart::Graph:Gnuplot qw(gnuplot); gnuplot(%global_options, [%data_set_options, @matrix], [%data_set_options, @x_column, @y_column],...



Platforms: *nix

License: Freeware Size: 245.76 KB Download (111): Chart::Graph Download

Added: February 05, 2010 | Visits: 2.254

C++ Command Line Library C++ Command Line Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line. It was developed and tested...





Platforms: *nix

License: Freeware Size: 849.92 KB Download (137): C++ Command Line Library Download

Added: April 10, 2010 | Visits: 1.642

Command Line WRAPper Command Line WRAPper is a tool that provides an easy way to build and run commands from input lines, avoiding the use of shell script. It is similar to xargs. clwrap can make great things with the locate command, and is low resource intensive. It can also do some not-quite-fun works like...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (95): Command Line WRAPper Download

Added: January 09, 2010 | Visits: 2.547

Chart::Plot::Canvas Chart::Plot::Canvas is a Perl module to plot two dimensional data in an Tk Canvas. SYNOPSIS use Chart::Plot::Canvas; my $img = Chart::Plot::Canvas->new(); my $anotherImg = Chart::Plot::Canvas->new ($image_width, $image_height); $img->setData (@dataset) or die( $img->error() );...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (162): Chart::Plot::Canvas Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.570

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (252): App::SimpleScan::Substitution::Line Download

Added: January 13, 2010 | Visits: 1.369

Chart::Scientific Chart::Scientific is a Perl module that can generate simple 2-D scientific plots with logging, errbars, etc. SYNOPSIS Procedural interface use Chart::Scientific qw/make_plot/; make_plot ( x_data => @x_values, y_data => @yvalues ); The subroutine make_plot creates a Chart::Scientific...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (109): Chart::Scientific Download

Added: November 09, 2010 | Visits: 1.192

Chart::PNGgraph Chart::PNGgraph is a graph plotting module (deprecated). SYNOPSIS use Chart::PNGgraph::moduleName; Chart::PNGgraph is a perl5 module to create PNG output for a graph. Chart::PNGgraph is nothing more than a wrapper around GD::Graph, and its use is deprecated. It only exists for backward...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (110): Chart::PNGgraph Download

Added: July 07, 2010 | Visits: 1.320

Algorithm::Line::Bresenham Algorithm::Line::Bresenham is a Perl module that contains a simple pixellated line-drawing algorithm. SYNOPSIS use Algorithm::Line::Bresenham qw/line/; my @points = line(3,3 => 5,0); # returns the list: [3,3], [4,2], [4,1], [5,0] line(3,3 => 5,0, &draw_line); # calls draw_line on each...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (134): Algorithm::Line::Bresenham Download

Added: July 09, 2010 | Visits: 1.351

Chart::Sequence Chart::Sequence is a sequence Perl class. SYNOPSIS use Chart::Sequence; my $s = Chart::Sequence->new( Nodes => [qw( A B C )], Messages => [ [ A => B => "Message 1" ], [ B => A => "Ack 1" ], [ B => C => "Message 2" ], ], ); # or # my $s = Chart::Sequence->new( SeqMLInput =>...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (104): Chart::Sequence Download

Added: January 22, 2010 | Visits: 1.649

Chart::Plot Chart::Plot is a Perl module to plot two dimensional data in an image. SYNOPSIS use Chart::Plot; my $img = Chart::Plot->new(); my $anotherImg = Chart::Plot->new ($image_width, $image_height); $img->setData (@dataset) or die( $img->error() ); $img->setData (@xdataset, @ydataset);...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Chart::Plot Download

Added: March 13, 2010 | Visits: 1.127

Line Marker Line Marker is an extension which adds a new menu "Line Marker" to the context menu. It changes color of selection. Status of markers are saved to your profile.. Pictures I drawed, XUL applications for Netscape 7/Mozilla, Project W3C-Girl, and so on.


Platforms: *nix

License: Freeware Size: 17.41 KB Download (121): Line Marker Download

Added: August 02, 2010 | Visits: 2.286

Convert::Wiki::Node::Line Convert::Wiki::Node::Line is a Perl module that represents a horizontal line (aka ruler). SYNOPSIS use Convert::Wiki::Node::Line; my $hr = Convert::Wiki::Node::Line->new( ); print $hr->as_wiki(); A Convert::Wiki::Node::Line represents a horizontal line (aka ruler)..


Platforms: *nix

License: Freeware Size: 19.46 KB Download (102): Convert::Wiki::Node::Line Download

Added: July 19, 2010 | Visits: 1.004

Chart::GRACE Chart::GRACE is a Perl object for displaying data via Xmgrace. SYNOPSIS use Chart::GRACE; xmgrace($a, { SYMBOL => plus}; use Chart::GRACE (); $grace = new Chart::GRACE; $grace->plot($pdl); xmgrace($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR plotting...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): Chart::GRACE Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 1.080

Perspolis Command-Line Calculator Perspolis Command-Line Calculator is, just like the name suggests a small, simple, command-line based application specially designed to help you with your basic math calculations. If you are looking for a tool that is both tiny and easy to use to assist you with math then Perspolis Command-Line...


Platforms: Windows

License: Freeware Download (459): Perspolis Command-Line Calculator Download

Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 573

BN-Outer Line BN-Outer Line is a truetype font that was created in order to assist you in modifying the overall aspect of your digital papers. All you need to do is get the font onto your computer and then put it to use when writing your documents to see how it will change their look. To install it, you can...


Platforms: Windows

License: Freeware Download (46): BN-Outer Line Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 465

Brassiere Line Brassiere Line is a truetype font that will allow you to change the regular appearance of your written documents. All you have to do is install the font onto your PC then use it when writing your texts to see how it will give them a new aspect. To install it, you can simply right-click the file...


Platforms: Windows

License: Freeware Download (49): Brassiere Line Download

Released: June 24, 2012  |  Added: June 24, 2012 | Visits: 1.359

MB Astrology Rashi Chart (South Indian Style) MB Free Vedic Astrology Rashi Chart (South Indian Style) Software is a rashi chart software based on Vedic Astrology. This program tells us in detail the accurate astronomical locations of planets at the time of an individual's birth. Using the information that your birth chart gives, Vedic...


Platforms: Windows

License: Freeware Size: 1.32 MB Download (498): MB Astrology Rashi Chart (South Indian Style) Download

Released: July 02, 2012  |  Added: July 02, 2012 | Visits: 1.115

MB Astrology Rashi Chart (North Indian Style) MB Free Vedic Astrology Rashi Chart (North Indian Style) Software is a rashi chart software based on Vedic Astrology. This program tells us in detail the accurate astronomical locations of planets at the time ofan individual's birth. Using the information that your birth chart gives, Vedic...


Platforms: Windows

License: Freeware Size: 1.38 MB Download (487): MB Astrology Rashi Chart (North Indian Style) Download

Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 1.124

MB Astrology Natal Chart MB Free Astrology Natal Chart Software is a free astrology natal chart generator software based on the principles of western astrology or tropical astrology. This program tells us in detail the accurate astronomical locations of planets at the time of an individual's birth. Using the information...


Platforms: Windows

License: Freeware Size: 1.53 MB Download (505): MB Astrology Natal Chart Download

Released: November 25, 2012  |  Added: November 25, 2012 | Visits: 841

Line Counter Line Counter is a command-line tool for software developers. It reports the total number of lines of code and comment lines in C, C++, C#, Java, JavaScript and PHP source files. The output may be redirected to a text file.


Platforms: Windows

License: Freeware Download (535): Line Counter Download

< 1 2 3 4 5 >