sigma

WebJar for sigma

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

sigma
Последняя версия

Последняя версия

1.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

sigma
WebJar for sigma
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/jacomyal/sigma.js

Скачать sigma

Имя Файла Размер
sigma-1.2.1.pom
sigma-1.2.1.jar 202 KB
sigma-1.2.1-sources.jar 22 bytes
sigma-1.2.1-javadoc.jar 22 bytes
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/sigma/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>sigma</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/sigma/
implementation 'org.webjars.npm:sigma:1.2.1'
// https://jarcasting.com/artifacts/org.webjars.npm/sigma/
implementation ("org.webjars.npm:sigma:1.2.1")
'org.webjars.npm:sigma:jar:1.2.1'
<dependency org="org.webjars.npm" name="sigma" rev="1.2.1">
  <artifact name="sigma" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='sigma', version='1.2.1')
)
libraryDependencies += "org.webjars.npm" % "sigma" % "1.2.1"
[org.webjars.npm/sigma "1.2.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

#SiGMa - the Simple Graph Mapper

##I. Introduction

SiGMa is a Web graph mapper for Flash, usable, modifiable and propagatable under the conditions of the GPL 3.0 License. This project has been initiated for two reasons:

  • First of all, the current state of Web graph mapping is not that accessible. There are a lot of solutions, from other Flash widgets to SeaDragon or SVG exports, but they all require the editor to use first a Graph Visualization Software to prepare the graph before. SiGMa will allow webmasters to display a graph with different views, from graph file, as simple as possible (no need for coordinates or display nodes attributes). And for people who still want to process some first treatment of the graph, SiGMa is also conceived to use some metrics or attributes from the graph file.

  • Also, it is often pretty hard to publish an interactive map with exactly the needed features, that's why SiGMa aims to be accessible for developers - more precisely, adding a feature specific to your data, like a geocoded layout, or a layout where x and y depend from specific attributes is easy to do.

Finally, SiGMa's interface will be oriented along different tools, from the simple zoom to the filters, through other visualizations, etc. The user can manage the tools with a control panel, and each tool can have a specific settings panel. This aims to make it easy to add new features, and to help users to observe the graph as you want trough developer's view.

##II. Functionalities ###1. Current state The most basic features have all been implemented, and SiGMa is now usable:

  • GEXF and GDF loaders
  • HITS to set nodes colors/sizes - when not set in the original file
  • Force-directed layout to set nodes coordinates - when not set in the original file
  • Mouse interaction (zoom in/out, drag and drop the stage, FishEye zoom)
  • Display parameters (display/ hide edges or labels, set nodes/labels/edges size)

##II. How to use it

  • Download the last stable version at GitHub, and put 'SiGMa demo/SiGMa.swf' somewhere on your server.
  • Put also on your server your GEXF or GDF encoded graph file.
  • Copy the code below in an HTML page, after having replaced the {} strings by the corresponding values:
  • A sample is also available in 'SiGMa demo/simple_example.html' in the last stable version folder you downloaded.
  • That's all, you can now watch your graph.

For any question (bugs, ideas of new features, etc...), send me an e-mail, but check first if there isn't already an answer on the related wiki

Версии библиотеки

Версия
1.2.1
1.2.0
1.1.0
1.0.3