Skip to content

Collection of plugins written in Python for the Tulip graph visualization framework

License

Notifications You must be signed in to change notification settings

anlambert/tulip_python_plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collections of plugins written in Python for the Tulip graph analysis and visualization framework

SWH

That repository contains a set of Python plugins for the Tulip framework, dedicated to the analysis and visualization of large graphs.

Those plugins enables to add new graph import / export process but also new graph algorithms (layout, metric, clustering, ...). They can be called programatically or through the Tulip software graphical user interface.

The minimum version of Tulip required to use these plugins is 4.8. You can install it trough dedicated installers for Windows and MacOS or compile it from source if you are using Linux (you can get the code source from the tulip subversion repository hosted on sourceforge or from its github mirror.

To use the plugins, you can either:

  • load them manually through the Python Plugin editor included in the Tulip software
  • copy the repository content to the following location : <home_directory>/.Tulip-4.8/plugins/python, the plugins will be automatically loaded when Tulip starts

License

Copyright (C) 2015 Antoine Lambert

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

About

Collection of plugins written in Python for the Tulip graph visualization framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages