Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Travis | 36 | 10 months ago | Python | |||||||
TrAVis: Visualise BERT attention in-browser | ||||||||||
Pybbi | 24 | 2 | 11 days ago | 12 | May 28, 2023 | 1 | mit | C | ||
Python bindings to UCSC BigWig and BigBed library | ||||||||||
Tapmap | 13 | 3 years ago | n,ull | mit | Python | |||||
Command line keyboard heatmap generator. | ||||||||||
Heatmap | 12 | 5 years ago | 2 | Python | ||||||
A Tool for Ploting the Heatmap Overlay Image | ||||||||||
Data_analysis | 3 | 4 years ago | mit | Jupyter Notebook | ||||||
✨《利用Python进行数据分析(第二版)》源代码 | ||||||||||
Gexplora | 2 | 3 years ago | Python | |||||||
Gexplora - user-interface to analyse genomic elements along chromosomes | ||||||||||
Capstone Project 1 Play Store App Review Analysis | 1 | 5 months ago | Jupyter Notebook | |||||||
Exploratory Data Analysis (EDA) on Play Store app and sentimental reviews. | ||||||||||
Restaurant Density Visualization | 1 | a year ago | Jupyter 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_analysis | 1 | 7 years ago | Python | |||||||
Generate high-quality, customizable keyboard heatmaps with a single command!
Use pip install tapmap
to install the package.
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
TapMap also supports all matplotlib colormaps: tapmap input.txt map.png -c winter
There are 79 colormaps to choose from, take your pick from the matplotlib reference.