Tapmap

Command line keyboard heatmap generator.
Alternatives To Tapmap
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Travis36
10 months agoPython
TrAVis: Visualise BERT attention in-browser
Pybbi24211 days ago12May 28, 20231mitC
Python bindings to UCSC BigWig and BigBed library
Tapmap13
3 years agon,ullmitPython
Command line keyboard heatmap generator.
Heatmap12
5 years ago2Python
A Tool for Ploting the Heatmap Overlay Image
Data_analysis3
4 years agomitJupyter Notebook
✨《利用Python进行数据分析(第二版)》源代码
Gexplora2
3 years agoPython
Gexplora - user-interface to analyse genomic elements along chromosomes
Capstone Project 1 Play Store App Review Analysis1
5 months agoJupyter Notebook
Exploratory Data Analysis (EDA) on Play Store app and sentimental reviews.
Restaurant Density Visualization1
a year agoJupyter Notebook
A project completed individually to compute statistics, draw folium heat maps, and plots, which help compare the densities of restaurants (categorized as chain and non-chains)
Data_analysis1
7 years agoPython
Alternatives To Tapmap
Select To Compare


Alternative Project Comparisons
Readme

TapMap

Codacy BadgeDownloads

Generate high-quality, customizable keyboard heatmaps with a single command!


Installation:

Use pip install tapmap to install the package.

Usage:

tapmap --help will produce the following help message:

usage: tapmap [-h] [-d D] [-c C] input_file output_file

Generate a keyboard heatmap from a text file.

positional arguments:
  input_file   the name of the file to process
  output_file  the name of the .png file to output

optional arguments:
  -h, --help   show this help message and exit
  -d D         dpi of the output image (defaults to 600)
  -c C         matplotlib cmap argument:
               https://matplotlib.org/users/colormaps.html (defaults to
               "viridis")

To generate a keyboard heatmap map.png from an input file input.txt, use: tapmap input.txt map.png

Default CMap

TapMap also supports all matplotlib colormaps: tapmap input.txt map.png -c winter

Winter CMap

There are 79 colormaps to choose from, take your pick from the matplotlib reference.

Popular Heatmap Projects
Popular Numpy Projects
Popular User Interface Components Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Numpy
Matplotlib
Heatmap