All Projects → reymond-group → tmap

reymond-group / tmap

Licence: other
A very fast visualization library for large, high-dimensional data sets.

Programming Languages

C++
36643 projects - #6 most used programming language
TeX
3793 projects
c
50402 projects - #5 most used programming language
CSS
56736 projects
python
139335 projects - #7 most used programming language
NASL
115 projects

Projects that are alternatives of or similar to tmap

rustgraphblas
rust-library to wrap GraphBLAS.h
Stars: ✭ 23 (-84.25%)
Mutual labels:  graph-algorithms
Macro-with-Python
Macro with Python
Stars: ✭ 45 (-69.18%)
Mutual labels:  plotting
numereval
A small library to locally calculate the scores on numer.ai tournament's diagnostics dashboard.
Stars: ✭ 31 (-78.77%)
Mutual labels:  plotting
graphs
Graph algorithms written in Go
Stars: ✭ 60 (-58.9%)
Mutual labels:  graph-algorithms
DGFraud-TF2
A Deep Graph-based Toolbox for Fraud Detection in TensorFlow 2.X
Stars: ✭ 84 (-42.47%)
Mutual labels:  graph-algorithms
tracers.js
📜Visualization Library for JavaScript
Stars: ✭ 48 (-67.12%)
Mutual labels:  visualization-library
2021-bordeaux-dataviz
Scientific Visualization Crash Course (Python & Matplotlib)
Stars: ✭ 20 (-86.3%)
Mutual labels:  plotting
eastar
A* graph pathfinding in pure Elixir
Stars: ✭ 26 (-82.19%)
Mutual labels:  graph-algorithms
PathFinder-Visualization
📟 React and p5, maze generation and path finding visualization
Stars: ✭ 12 (-91.78%)
Mutual labels:  graph-algorithms
GPUGraphLayout
An experimental GPU accelerated implementation of ForceAtlas2
Stars: ✭ 40 (-72.6%)
Mutual labels:  graph-algorithms
debug-plotter
Rust crate that provides a convenient macro to quickly plot variables.
Stars: ✭ 82 (-43.84%)
Mutual labels:  plotting
go-plotly
The goal of the go-plotly package is to provide a pleasant Go interface for creating figure specifications which are displayed by the plotly.js JavaScript graphing library.
Stars: ✭ 59 (-59.59%)
Mutual labels:  plotting
EOmaps
A library to create interactive maps of geographical datasets
Stars: ✭ 193 (+32.19%)
Mutual labels:  plotting
PGD
A Parallel Graphlet Decomposition Library for Large Graphs
Stars: ✭ 68 (-53.42%)
Mutual labels:  graph-algorithms
jgrapht
Master repository for the JGraphT project
Stars: ✭ 2,259 (+1447.26%)
Mutual labels:  graph-algorithms
Displaz.jl
Julia bindings for the displaz lidar viewer
Stars: ✭ 16 (-89.04%)
Mutual labels:  plotting
jsgraph
Deprecated: Use the @encapsule/arccore package that includes the graph library
Stars: ✭ 42 (-71.23%)
Mutual labels:  graph-algorithms
gardenia
GARDENIA: Graph Analytics Repository for Designing Efficient Next-generation Accelerators
Stars: ✭ 22 (-84.93%)
Mutual labels:  graph-algorithms
ripples
A C++ Library for Influence Maximization
Stars: ✭ 18 (-87.67%)
Mutual labels:  graph-algorithms
PowerWalk
Personalized PageRank (PPR) on GraphLab PowerGraph
Stars: ✭ 14 (-90.41%)
Mutual labels:  graph-algorithms

tmap

tmap is a very fast visualization library for large, high-dimensional data sets. Currently, tmap is available for Python. tmaps graph layouts are based on the OGDF library.

Tutorial and Documentation

See http://tmap.gdb.tools

Notebook

Examples

Name Description
NIPS Conference Papers A tmap visualization showing the linguistic relationship between NIPS conference papers. view
Project Gutenberg A tmap visualization of the linguistic relationships between books and authors extracted from Project Gutenberg. view
MNIST A visualization of the well known MNIST data set. No further explanation needed. view
Fashion MNIST A visualization of a more fashionable variant of MNIST. view
Drugbank A tmap visualization of all drugs registered in Drugbank. view
RNAseq RNA sequencing data of tumor samples. Visualized using tmap. view
Flowcytometry Flowcytometry data visualized using tmap. view
MiniBooNE tmap data visualization of a particle detection physics experiment. view

Availability

Language Operating System Status
Python Linux Available
Windows Available1
macOS Available
R Unvailable2

1Works with WSL
2FOSS R developers wanted!

Installation

tmap is installed using the conda package manager. Don't have conda? Download miniconda.

conda install -c tmap tmap

We suggest using faerun to plot the data layed out by tmap. But you can of course also use matplotlib (which might be to slow for large data sets and doesn't provide interactive features).

pip install faerun
# pip install matplotlib
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].