WareSeeker Search Software

drawing graphs


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Graph Drawing Class


script PHP Free
View Detail
Download Graph Drawing ClassDownload Graph Drawing Class
This is a PHP Class to draw graphs. Line, Point, Area, and Bar Graphs are supported. Legends, shading, and zero-axis support. Output is highly configurable. Refer to examples for illustration of use. Requires GD and TTF support. Tested on PHP4.0.2.
2

Climate Graphs


script PHP Free
View Detail
Download Climate GraphsDownload Climate Graphs
Simple PHP script that adds city climate graphs and data to any php page.
3

Power-Graphs 1.0


windows Software Development->Misc Programming Tools $49
View Detail
Download Power-Graphs 1.0Download Power-Graphs 1.0
500KB
Dynamic bar graphs, pie graphs and line graphs.
Internet enabled graph software
Graph software component to be inserted within HTML code using any dynamic language, this dynamic graphs are flash based. Source code samples on how to implement bar graphs and pie graphs, are included in the package. Download a free demo version of Power-Graphs.
Power-Graphs graph software is a great option to make graphs online, creating graphs from asp php .NET perl or any other programming language with html output.
This bar graph software can be used in any internet or intranet application that needs the use of comprehensive graphics in order to display information using bar graphs, pie graphs, and line graphs. Multiple graph layers can be set for comparison, colors are easily customizable.
This graph software tool can be used in a wide range of applications.
Add value to a data processing application, if you have an internet or intranet application that process series of numbers, use this graph software to display assorted data in line graphs, bar graphs and pie graphs with multiple layer feature for comparison. Layers transparency allows to see several series in a bar graph.
If you think you can make Power-Graphs better then source code in Flash is also available, in order to give you the tools for creating a new and improved version which is only in your mind.

ASP source code is provided in order to implement a bar graph calling just one line of code.
This is how a line of code for drawing a bar graph looks like:
call DrawChart(gW, gH, gLayers, gValuesCount, gMaxVal, gMinVal, gTypes, gValuesY, gValuesX, gLegends, gFirstColor)
Graphs are the best way to display information related to business or any other field that require the use of number series analysis. This graph software tool will give you the ability of inserting bar graphs, line graphs and pie graphs within html code, can be inserted in almost any internet enabled application processing data series.
4

HTML-Graphs (PHP)


script PHP Free Additional Info: Free for private use
View Detail
Download HTML-Graphs (PHP)Download HTML-Graphs (PHP)
Use the BAR_GRAPH class to create horizontal / vertical bar graphs, progress bars and faders. You can create simple graphs and even grouped bar graphs with legends, add labels, change colors etc. No graphics or libraries (GD etc.) required.
5

Gravitybox Graphs 3.02


windows Software Development->Visual Basic Tools $89.00
View Detail
Download Gravitybox Graphs 3.02Download Gravitybox Graphs 3.02
2.71MB
This control allows for the easy display of bar, Gantt, and line graphs. It can display multiple series, each with its own color. The legend can be toggled on/off. Any text you wish can be displayed on the X and Y axises. The scale can be changed to include any minimum and maximum value for the X and Yaxis. Many other features, you need to test it to see. The GravityBox Graphs control is easy to use and comes with easy to understand
6

DockItem Drawing 1.0


mac Tools->Developer Tools Free
View Detail
Download DockItem Drawing 1.0Download DockItem Drawing 1.0
32 KB
DockItem Drawing is a REALbasic example that demonstrates how to draw a custom application icon in the Dock on Mac OS X.

Completly freeware for non-commercial use.


7

HTML-Graphs (Perl)


script CGI Perl Free Additional Info: Free for private use
View Detail
Download HTML-Graphs (Perl)Download HTML-Graphs (Perl)
Use the BAR_GRAPH class to create horizontal / vertical bar graphs, progress bars and faders. You can create simple graphs and even grouped bar graphs with legends, add labels, change colors etc. No graphics or graphical libraries required.
8

HTML-Graphs (Python)


script Python Free Additional Info: Free for private use
View Detail
Download HTML-Graphs (Python)Download HTML-Graphs (Python)
Use the BarGraph class to create horizontal / vertical bar graphs, progress bars and faders. You can create simple graphs and even grouped bar graphs with legends, add labels, change colors etc. No graphics or graphical libraries required.
9

AutoCAD Drawing Viewer 2.0


windows Business Finance->Applications Free
View Detail
Download AutoCAD Drawing Viewer 2.0Download AutoCAD Drawing Viewer 2.0
4.1 MB
AutoCAD Drawing Viewer is a free utility for viewing AutoCAD drawing files. Features include: View and open drawings, view block attribute values, view text values, view layer information, print drawings, copy drawing to ClipBoard, save drawing as a BMP file, etc. AutoCAD Drawing Viewer does not require AutoCAD to run and is compatible with all AutoCAD drawing versions.
10

AutoCAD Drawing Viewer 2.0


windows Graphic Apps->CAD Free
View Detail
Download AutoCAD Drawing Viewer 2.0Download AutoCAD Drawing Viewer 2.0
4.03 MB
AutoCAD Drawing Viewer is a powerful tool for viewing AutoCAD drawing files.

Here are some key features of "AutoCAD Drawing Viewer":

· View and open drawings
· view block attribute values
· view text values
· view layer information
· print drawings
· copy drawing to ClipBoard
· save drawing as a BMP file


AutoCAD Drawing Viewer does not require AutoCAD to run and is compatible with all AutoCAD drawing versions.

11

Drawing Fast n Easy


script Java Free
View Detail
Download Drawing Fast n EasyDownload Drawing Fast n Easy
This is an interesting kids drawing game and unique drawing tool. No artists talents required. With this everyone can make a masterpiece in few minutes.
12

File::Drawing 0.01


linux Programming->Libraries Free
View Detail
Download File::Drawing 0.01Download File::Drawing 0.01
0.063 MB
File::Drawing release, revise and retrieve contents to/from a drawing program module.

SYNOPSIS

##########
# Subroutine interface
#
use File::Drawing qw(
dod_date dod_drawing_number number2pm pm2number obsolete
broken backup);

$date = dod_date($sec, $min, $hour, $day, $month, $year);
$drawing_number = dod_drawing_number( );

$pm = number2pm($drawing_number, $repository);
$drawing_number = pm2number($drawing_number, $repository);

$old_value = config( $option );
$old_value = config( $option => $new_value);
(@all_options) = config( );

obsolete($drawing_number, $repository);
broken($drawing_number, $repository);
($file, $backup_file) = backup($drawing_number, $repository, $dir);

######
# Class Interface
#
use File::Drawing;

$default_options = defaults(@options);

$old_value = $default_options->config( $option );
$old_value = $default_options->config( $option => $new_value);
(@all_options) = $default_options->config( );

$drawing = new File::Drawing($contents, $white_tape, $pod, $file_contents, $drawing_number, $repository);

$drawing = File::Drawing->retrieve($drawing_number, @options);

$error = $drawing->release(@options);

$error = $drawing->revise(@options);

$date = $drawing->dod_date($sec, $min, $hour, $day, $month, $year);
$drawing_number = $$drawing->dod_drawing_number( );

$pm = $drawing->number2pm($drawing_number, $repository);
$drawing_number = $drawing->pm2number($drawing_number, $repository);

$drawing->obsolete($drawing_number, $repository);
$drawing->broken($drawing_number, $repository);
($file, $backup_file) = $drawing->backup($drawing_number, $repository, $dir);

Generally, if a subroutine will process a list of options, @options, that subroutine will also process an array reference, @options, [@options], or hash reference, %options, {@options}. If a subroutine will process an array reference, @options, [@options], that subroutine will also process a hash reference, %options, {@options}. See the description for a subroutine for details and exceptions.

The File::Drawing program module uses American National Standards for drawings as a model for storing data. Commercial, governement and casual orgainizations have stored information over the centuries as drawings. Drawings probably evolved from the census that the Romans rulers, started back when Rome was a little frontier town. In other words, the practices of the drafting displines have evolved over time and have stood the test of time.

Any deviation must be a crystal clear advantage. Many of the practices are in place to avoid common and costly human mistakes that obviously a computerize drafting system will not make. A good approach is to make the computerized data structure optimum for computers and have the computer render the computerized data into a form that meets the drafting standards.

The File::Drawing program module, uses the Perl program module name as a drawing repository, drawing number combination. The contents of the drawing is contained in the program module file. The < File::Drawing > program module established methods to retrieve contents from a program module drawing file, create an Perl drawing object with the contents, and methods to release and revise the contents in a program module drawing file from a Perl drawing object. Other popular methods for computerize date are the SQL and XML. Perl has a wide range of program modules using these approach.

In this time in history, the Drawings are highly standardize and even subject to Internationl standarization agreements. The Drawing Sheet Size and Format conform to ANSI Y14.1-1975 or its successor. The drawing has a box with zone numbers running right to left alon the top and bottom, and zone letters running bottom to top along the sides. There is a section inside the box, lower right corner with the blocks for such things as the title, drawing number, current revision, authoriztion, and sheet number. There is an expandable four column table in the top right corner to record the revision history.


13

Drawing Objects 3.0


windows Software Development->Components Libraries Free
View Detail
Download Drawing Objects 3.0Download Drawing Objects 3.0
629 KB
Drawing Objects description
Drawing Objects is a collection of 17 diagram components Drawing Objects is a collection of 17 diagram components to be used for runtime designing of organisational charts, flow charts, network diagrams, mind maps, family trees etc.

Requirements:

· Delphi version 7

14

Charts and Graphs Bean


script Java Free
View Detail
Download Charts and Graphs BeanDownload Charts and Graphs Bean
This is a small footprint graphing bean for creating XY graphs from Cartesian coordinates.
15

Drawing Pad 1.1


windows System->Browser Tweak Free
View Detail
Download Drawing Pad 1.1Download Drawing Pad 1.1
3 KB
Drawing Pad description
Draw online and share the resulting image on the web with one click using the Draw Pad Opera widget The Drawing Pad widget for Opera browser is a fast, easy and fun way to create a sketch, road map, ecard, graffiti, pixel art, etc.

After you finished your drawing you can press save and the picture will be saved on a website providing you with the url to your image so you can share it with your friends.

Requirements:

· Opera 9 or later

16

CAD::Drawing 0.26


linux Programming->Libraries Free
View Detail
Download CAD::Drawing 0.26Download CAD::Drawing 0.26
0.039 MB
CAD::Drawing is a Perl module with methods to create, load, and save vector graphics.

SYNOPSIS

The primary intention of this module is to provide high-level operations for creating, loading, saving and manipulating vector graphics without having to be overly concerned about smile floormats. As the code has seen more use, it has also drifted into a general purpose geometry API.

The syntax of this works something like the following:

A simple example of a (slightly misbehaved) file converter:

use CAD::Drawing;
$drw = CAD::Drawing->new;
$drw->load("file.dwg");
my %opts = (
layer => "smudge",
height => 5,
);
$drw->addtext([10, 2, 5], "Kilroy was here", %opts);
$drw->save("file.ps");

This is a very basic example, and will barely scratch the surface of this modules capabilities. See the details for each function below and in the documentation for the backend modules.


17

3D Charts & Graphs Collection


script Java Free
View Detail
Download 3D Charts & Graphs CollectionDownload 3D Charts & Graphs Collection
This is a collection of 5 feature packed and highly customisable graphing and charting applets. With the documentation and examples you will be quickly adding a great looking charts to your web / intranet pages. Advanced yet both Easy and Quick to implement. No knowledge of java programming is required everything is easily adjusted with simple html parameters. Source Code also available.
18

Drawing Grounds 0.8


mac Games->Others Free
View Detail
Download Drawing Grounds 0.8Download Drawing Grounds 0.8
2.8 MB
Your tank army and another have engaged in battle. Protect your army (the bottom one that shoots blue bullets) and take out the other guys!

Use your drawing abilities to create barriers that stop the enemy fire while allowing your team to effectively assault the opposition.

(Created in a 24-hour iDevGames mini-contest)

Here are some key features of "Drawing Grounds ":

· Quick Fun
· Freebie
· Requires Mac OS 10.3.9 and up.
· Created by Derek Arndt
· Tank Model by Ivan Milles.



19

Actual Drawing 7.1


windows Web Development->HTML Editors $59.00
View Detail
Download Actual Drawing 7.1Download Actual Drawing 7.1
4.80MB
Actual Drawing is a visual publishing tool, which helps you make Web Pages without having to know HTML, simply by dragging and dropping page content. The program has own image manipulation tools that you dont need to use a third party image editor. You can add a shadow to image, make it glow, draw it with opacity or as a transparent image. Additional tools allow to Flip, Rotate, Resize, Adjust Colors, Blur, Sharpen, Dilate, Erode or Emboss any image. The program has easy to use tools to prepare custom rollover buttons. A page background tool helps you to create a custom background with own text strings, images and shapes and edit it at any time. Most powerful tool is containers with Actual Drawing files, which help to build entire site from few elements. The program converts all graphical content into web compatible GIF or JPEG images with optimized size. In addition Actual Drawing has an FTP tool to publish your site, tools to design form elements, spell checker and much more.Changes in the new version:Added about 20 Ready-to-use Java Scripts, like scrolling and flying texts, funky cursors, date and time counters, and various background effects.Some minor bugs were fixed.
20

EGG Graphical Editing of Graphs 1.0


windows Graphic Apps->Other Free
View Detail
Download EGG Graphical Editing of Graphs 1.0Download EGG Graphical Editing of Graphs 1.0
1.73 MB
Graphs are mathematical objects wich require a graphical representation in order to understand their properties. The elements of a graph are vertices and edges, and can be represented by points respectivelly straight or curved lines.

Many of the graph theory problems, such as paths, planarity or coloring problems, are quite difficult to understand without this kind of representation.

At this moment there is a series of free or comercial graphical applications used for the representation and manipulation of complex graphical objects, but graph drawing needs specific interface and features.

The EGG programs package proposes to offer an easy to use environment for drawing graphs, directed or undirected, with relatively big dimensions, thousands of vertices and edges.

A number of graph theory specific concepts, some frequently used algorithms and characteristic data structures can be visualized during the investigation process or can be used for illustrating certain themes, presentations, lessons and lectures to pupils and students.

The EGG application offers standard editing features like adding and placing vertices, defining edges or arcs, with the possibility of editing and deleting them. Mechanisms of copy/paste type complete the set of direct edit features.

A series of information, like costs and/or labels associated to edges and vertices can be visualized in the programs graphical space. EGG offers and specific editing features like: transforming a subgraph of the current graph into a clique, stable set, star, path, cycle, complement or other known structures.

For a subgraph there can also be obtained a clone (perfect copy), a twin (a copy that keeps the connections with the complementary graph) and the collapse (replacement of the subgraph with a single vertex with the keeping of the adjacencies). Furthermore, EGG offers a process which random generates vertices and edges, obtaining some graphs samples.

The data structure used permits a large set of information retrievals like: the construction of adjacency and edges-vertices incidence matrices, vertices and edges search, the search for minimum length or cost paths, the generation of DFS or BFS tree, the detection of minimum or maximum spanning tree.

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket


Related Search