Projects tagged ‘graph’ and ‘graphics’


[26 total ]

13 Users
   

Flotr is a javascript plotting library based on the Prototype Javascript Framework (version 1.6.0.2 at the moment) and inspired by Flot (written by Ole Laursen). Flotr enables you to draw appealing ... [More] graphs in most modern browsers with an easy to learn syntax. It comes with great features like legend support, negative value support, mouse tracking, selection support, zoom support, event hooks, CSS styling support and much more. [Less]
Created about 1 year ago.

8 Users
 

GEGL (Generic Graphics Library) is a graph based image processing framework. GEGLs original design was made to scratch GIMPs itches for a new compositing and processing core. This core is being ... [More] designed to have minimal dependencies. and a simple well defined API. [Less]
Created over 3 years ago.

4 Users

phpCallGraph is a tool to generate static call graphs for PHP source code. Such a graph visualizes the call dependencies among methods or functions of an application. Arrows represent calls from one ... [More] method to another method. Classes are drawn as rectangles containing the respective methods. The graphs can be leveraged to gain a better understanding of large PHP applications or even to debunk design flaws in them. The core of the call graph generator forms an object-oriented PHP5 library, which may also be integrated in other projects. It leverages the InstantSVC CodeAnalyzer and DOT. On top of it, a commandline application allows easy creation of call graphs in various formats, e.g. text, png, jpg or svg. phpCallGraph is free software licensed under GPLv3. [Less]
Created over 2 years ago.

1 Users
 

SmartMap (C#) is a procedural style map creation utility mainly for the Axiom 3D rendering engine. It also comes with a GDI+ 2D GUI graphics engine for use with textures within the scene. Also it ... [More] includes an RPG game/editor that displays it's full potential. [Less]
Created 11 months ago.

1 Users

PHPGraphs is a set of graphing classes for php. The basic graph types are line, point, area, and bar. Also, an advanced TimeSeries graph is included. PHPGraphs supports large numbers of large sized data sets.
Created 11 months ago.

1 Users

A Magic Table By Dr Greg Ross See more of your data at a glanceThe Magic Table is a JavaScript library that allows you to see more in your data by applying some simple visual techniques to ... [More] transform a table. Information VisualisationThe examples show how you can obtain a barchart or scatterplot view in the table as well as a novel approach to displaying a lot more of your data without using up much valuable screen real estate. The latter technique has adopted the concept of spatial distortion, using a fisheye lens model. Reducing the row height and column widths so that all of the cells become visible and using colour to encode the cell values affords the user an informative overview of all the data in one go. By moving a lens over this overview we can magnify the cells under the lens so that we obtain detail within the overview. Google visualisation APIThe library has now also been wrapped in Google's visualisation API. Here's an example of how to use it this way. Easy to useDownload or checkout the code and follow the walk-through or the example web pages to quickly create a magic table. BrowsersThe library has been tested in Firefox, Opera, Safari and Chrome. It's super-fast in Safari. However, since it uses the canvas element, it does not work in Interner Explorer (boooooooooooooo!). I tried to get it to work with ExplorerCanvas but IE is stupendously slow when it comes to VML path rendering. In fact, Internet Snorer is around 10 orders of magnitude slower than Safari! Alas, I decided not to continue my effort in making it compatible with IE. Instead, it is intended that the library is used in applications that have, wisely, embedded a non-IE browser engine such as Gecko or Presto. Click on the images below to see working examples: [Less]
Created 12 months ago.

1 Users

This is a Simple Chart Framework. SiCha is a free software framework for computer desktops, based on the Microsoft .NET. It allows developers to write code to create Charts.
Created about 1 year ago.

1 Users

DOWNLOAD LATEST STABLE VERSION | Testimonials | Blog | In Action | Twitter | Chartlecharts4j is a free, lightweight charts & graphs Java API. It enables developers to programmatically create the ... [More] charts available in the Google Chart API through a straightforward and intuitive Java API. Javadoc | pre-Java 5 support | For those migrating from gchartjava see here. FeaturesSupports nearly all1 features of the Google Chart API Hides the ugly details of creating the URL parameters that are necessary for communicating with the Google Chart API Can be incorporated into any Internet enabled Swing or web application environment (JSP/Servlet, GWT, Spring MVC, etc.) 100% pure core Java solution. No need for special graphics libraries, etc. Super-scalable & Lightweight. Only one 160Kb jar and an Internet connection required Well documented GWT client-side support. JFreeChart Eastwood Servlet integration. Best of all, it is FREE! NewsMay 19, 2009 Version 1.2 is out! Chart Gallery with Code Examples Line Chart Code Example 1 Line Chart Code Example 2 Bar Chart Code Example 1 Bar Chart Code Example 2 Scatter Chart Code Example Radar Chart Code Example 1 Radar Chart Code Example 2 Pie Chart Code Example 1 Pie Chart Code Example 2 XY Chart Code Example Map Chart Code Example Venn Chart Code Example Google-O-Meter Code Example Very Simple Code Example Data, labels, grids, range markers are expressed in the same way throughout charts4j so the chart elements snap together nicely and consistently when the chart is rendered. Code Example The same plot object can be expressed through five different chart types. Line Chart Bar Chart Radar Chart Scatter Plot XYLine Chart Same Plot, Different Charts Java Swing Example 1. As of May 2009, the chart types that are not supported are QR Codes, map pins, sticky notes, information bubbles, text with outline. There are also a few other Google Chart API features that have not been exposed in charts4j. If this is a problem for you please submit an issue, and we will look into it as soon as possible. [Less]
Created 12 months ago.

1 Users

JUNG — the Java Universal Network/Graph Framework--is a software library that provides a common and extensible language for the modeling, analysis, and visualization of data that can be represented ... [More] as a graph or network. This plugins enables the use of JUNG on Griffon applications. Visualize graph data with ease! [Less]
Created 2 months ago.

0 Users

YAPGVB provides Python bindings to Graphviz, with an intuitive Python interface. Where to get Yapgvb for...... Linux Ubuntu and Debian: sudo apt-get install python-yapgvb Others: Download the ... [More] source tarball and see README ... Windows Downloads Deprecated versions for Python 2.4 and 2.5 are more powerful, since they use the Boost.Python bindings. ... Mac (Untested) Download the source tarball and run python setup.py install ReferenceDocumentation is still on Sourceforge for the moment Examples are in the source code repository. News1-31-09 Hosting moved from Sourceforge to Google Code YAPGVB 1.2.0 will work on Windows with recent versions of Python. A pure-Python backend has been created, so YAPGVB is no longer dependent linking to Graphviz libraries. Questions? Email lonnie dot princehouse at gmail dot com [Less]
Created 10 months ago.