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.478.017 Times

Polar Graph freeware
Filter: All | Freeware | Demo
 

Polar Graph

1 2 3 4 5 > 
Added: January 07, 2010 | Visits: 1.276

GD::Graph::Polar GD::Graph::Polar is a Perl module to make polar graph using GD package. SYNOPSIS use GD::Graph::Polar; my $obj=GD::Graph::Polar->new(size=>480, radius=>100); $obj->addPoint (50=>25); $obj->addPoint_rad (50=>3.1415); $obj->addGeoPoint (75=>25); $obj->addGeoPoint_rad (75=>3.1415);... Platforms: *nix

License: Freeware Size: 47.1 KB Download (153): GD::Graph::Polar Download

Added: August 30, 2008 | Visits: 6.959

Online Graph Applets Online Graph Applets include: Graph Polar Curves; Graph Rectangular; Graph Parametric Curves; Area Under Curve (Rect); Area Between Curves; Area Under Curve(Polar). Option to print is available. Platforms: Any Browser + Java

License: Freeware Download (373): Online Graph Applets Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 703

Graph Paper Maker for Mac OS Software that lets you create your own custom sheets of graph paper. You have complete control over the graph characteristics: - X and Y axis can independently be set for linear or log scale, and scaling - Hydraulic scaling for graphing flow vs pressure. - Selection from a dozen standard paper... Platforms: Mac

License: Freeware Size: 5 MB Download (62): Graph Paper Maker for Mac OS Download

Added: January 18, 2010 | Visits: 2.272

Chart::Graph::Gnuplot Chart::Graph::Gnuplot is a function in module Chart::Graph that lets you generate graphs on the fly in perl. SYNOPSIS use Chart::Graph::Gnuplot qw(&gnuplot); gnuplot(%global_options, [%data_set_options, @matrix], [%data_set_options, @x_column, @y_column], [%data_set_options, < filename... Platforms: *nix

License: Freeware Size: 8.19 KB Download (173): Chart::Graph::Gnuplot Download

Added: January 18, 2010 | Visits: 1.668

Chart::Graph::Xrt3d Chart::Graph::Xrt3d is a Perl module for creating 3D graph charts. SYNOPSIS #Include module use Chart::Graph::Xrt3d qw(xrt3d); # Function call xrt3d(%options, @data_set ); This module is unmaintained, it worked with Sitrakas XRT, and hasnt been tested against newer versions. Sitraka... Platforms: *nix

License: Freeware Size: 245.76 KB Download (169): Chart::Graph::Xrt3d Download

Added: January 18, 2010 | Visits: 1.437

Chart::Graph::Xrt2d Chart::Graph::Xrt2d is a Perl module for creating graph charts. SYNOPSIS #Include module use Chart::Graph::Xrt2d qw(xrt2d); # Function call xrt2d(%options, [%data_options1, @data_set1], [%data_options2, @data_set2], . . ); This module is unmaintained, it worked with Sitrakas XRT,... Platforms: *nix

License: Freeware Size: 245.76 KB Download (124): Chart::Graph::Xrt2d Download

Added: September 03, 2010 | Visits: 2.149

SVG::Graph SVG::Graph is a Perl module to visualize your data in Scalable Vector Graphics (SVG) format. SYNOPSIS use SVG::Graph; use SVG::Graph::Data; use SVG::Graph::Data::Datum; #create a new SVG document to plot in... my $graph = SVG::Graph->new(width=>600,height=>600,margin=>30); #and create... Platforms: *nix

License: Freeware Size: 88.06 KB Download (151): SVG::Graph Download

Added: October 09, 2010 | Visits: 1.085

Graph::ModularDecomposition Graph::ModularDecomposition is a Perl module for modular decomposition of directed graphs. SYNOPSIS use Graph::ModularDecomposition qw(pairstring_to_graph tree_to_string); my $g = new Graph::ModularDecomposition; my $h = $g->pairstring_to_graph( ab,ac,bc ); print "yesn" if... Platforms: *nix

License: Freeware Size: 13.31 KB Download (96): Graph::ModularDecomposition Download

Added: September 22, 2010 | Visits: 1.580

GIS::Distance::Polar GIS::Distance::Polar can do Polar coordinate flat-earth distance calculations. SYNOPSIS my $calc = GIS::Distance::Polar->new(); my $distance = $calc->distance( $lon1, $lat1 => $lon2, $lat2 ); Supposedly this is a formula to better calculate distances at the poles. While implimented, this... Platforms: *nix

License: Freeware Size: 8.19 KB Download (165): GIS::Distance::Polar Download

Added: August 10, 2010 | Visits: 1.522

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: November 07, 2010 | Visits: 1.928

PostScript::Graph::Bar PostScript::Graph::Bar Perl module can draw a bar chart on a postscript file. SYNOPSIS Simplest Take labels and values from a csv file and output as a bar chart on a postscript file. use PostScript::Graph::Bar; my $bar = new PostScript::Graph::Bar(); $bar->build_chart("survey.csv");... Platforms: *nix

License: Freeware Size: 55.3 KB Download (125): PostScript::Graph::Bar Download

Added: March 21, 2010 | Visits: 1.100

Path::Graph Path::Graph is a Perl module created to generate paths from hash graph. SYNOPSIS Code 1 #!usr/bin/perl my %graph = ( A => {B=>1,C=>4}, B => {A=>1,C=>2}, C => {A=>4,B=>2} ); use Paths::Graph; my $g = Paths::Graph->new(-origin=>"A",-destiny=>"C",-graph=>%graph); my @paths =... Platforms: *nix

License: Freeware Size: 6.14 KB Download (120): Path::Graph Download

Added: March 03, 2010 | Visits: 1.350

Boost::Graph Boost::Graph is a Perl interface to the Boost-Graph C++ libraries. SYNOPSIS use Boost::Graph; # Create an empty instance of a Graph my $graph = new Boost::Graph(directed=>0, net_name=>Graph Name, net_id=>1000); # add edges $graph->add_edge(node1=>a, node2=>b, weight=>1.1, edge=>edge... Platforms: *nix

License: Freeware Size: 2.4 MB Download (187): Boost::Graph Download

Added: September 17, 2010 | Visits: 1.034

DGS Graph DGS Graph was created to provide an easy to install graphing script, capable of generating graphs for web presentation.. Platforms: *nix

License: Freeware Size: 24.58 KB Download (110): DGS Graph Download

Added: March 01, 2010 | Visits: 1.255

OpenRM Scene Graph OpenRM Scene Graph is a scene graph API that implements fully piplined-parallelized multistage and multithreaded rendering, and uses OpenGL as a graphics platform for hardware acceleration. A scene graph model is a useful way to organize data for rendering in a way that is particularly... Platforms: *nix

License: Freeware Size: 419.84 KB Download (107): OpenRM Scene Graph Download

Added: September 13, 2010 | Visits: 1.277

Polar Polar provides a smooth and simple cursor set created primarily in Inkscape. Polar Cursor Theme is a smooth and simple cursor set created primarily in Inkscape. Installation There are three cursor sets included in this package. The default with the orange busy cursors is called... Platforms: *nix

License: Freeware Download (122): Polar Download

Added: May 15, 2010 | Visits: 1.031

Text::Graph Text::Graph is a Perl extension for generating text-based graphs. SYNOPSIS use Text::Graph; blah blah blah Some data is easier to analyze graphically than in its raw form. In many cases, however, a full-blown multicolor graphic representation is overkill. In these cases, a simple graph can... Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Text::Graph Download

Added: May 09, 2010 | Visits: 1.315

Python Call Graph Python Call Graph (pycallgraph) is a Python library that creates call graphs for Python programs pycallgraph is quite new. It seems to work well and I will most likely improve it in the near future!. Gravit is a free gravity simulator. Platforms: *nix

License: Freeware Size: 4.1 KB Download (106): Python Call Graph Download

Added: July 10, 2010 | Visits: 1.798

GD::Graph::Thermometer GD::Graph::Thermometer is a Perl module to generate progress graph on the fly. SYNOPSIS use GD::Graph::Thermometer; my $result = GD::Graph::Thermometer->new({ image_path => /path/to/image.png, type => png, goal => 80000, current => 20000, title => Funding the League for the Year ($),... Platforms: *nix

License: Freeware Size: 7.17 KB Download (138): GD::Graph::Thermometer Download

Added: April 10, 2010 | Visits: 966

Gtk2::Ex::MindMapView::Graph Gtk2::Ex::MindMapView::Graph is a Perl module that manages a directed graph. SYNOPSIS use Gtk2::Ex::MindMapView::Graph; This is internal to Gtk2::Ex::MindMapView. Its a wrapper around Jarkko Heitaniemis nice Graph module. This module is instantiated by Gtk2::Ex::MindMapView. INTERFACE... Platforms: *nix

License: Freeware Size: 50.18 KB Download (99): Gtk2::Ex::MindMapView::Graph Download

1 2 3 4 5 >