-
Eva Schiffer authored
adding a new density scatter plot and putting limits on how much data glance will be willing to plot in traditional scatter plots and hex plots
Eva Schiffer authoredadding a new density scatter plot and putting limits on how much data glance will be willing to plot in traditional scatter plots and hex plots
.gitignore 543 B
### PYTHON IGNORES ###
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
#Translations
*.mo
#Mr Developer
.mr.developer.cfg
### C IGNORES ###
# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
### Various OS Files ###
.DS_Store
._.DS_Store
Thumbs.db
### ide files ###
.idea