All Projects → csinva → data-viz-utils

csinva / data-viz-utils

Licence: MIT license
Functions for easily making publication-quality figures with matplotlib.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to data-viz-utils

Traildb
TrailDB is an efficient tool for storing and querying series of events
Stars: ✭ 1,029 (+6331.25%)
Mutual labels:  big-data, time-series
Baby Names Analysis
Data ETL & Analysis on the dataset 'Baby Names from Social Security Card Applications - National Data'.
Stars: ✭ 557 (+3381.25%)
Mutual labels:  eda, matplotlib
Exploratory Data Analysis Visualization Python
Data analysis and visualization with PyData ecosystem: Pandas, Matplotlib Numpy, and Seaborn
Stars: ✭ 78 (+387.5%)
Mutual labels:  eda, matplotlib
talaria
TalariaDB is a distributed, highly available, and low latency time-series database for Presto
Stars: ✭ 148 (+825%)
Mutual labels:  big-data, time-series
Data Science Ipython Notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Stars: ✭ 22,048 (+137700%)
Mutual labels:  big-data, matplotlib
Crate
CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of data in real-time.
Stars: ✭ 3,254 (+20237.5%)
Mutual labels:  big-data, time-series
Edaviz
edaviz - Python library for Exploratory Data Analysis and Visualization in Jupyter Notebook or Jupyter Lab
Stars: ✭ 220 (+1275%)
Mutual labels:  eda, matplotlib
Egads
A Java package to automatically detect anomalies in large scale time-series data
Stars: ✭ 997 (+6131.25%)
Mutual labels:  big-data, time-series
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (+7243.75%)
Mutual labels:  big-data, eda
awesome-tools
curated list of awesome tools and libraries for specific domains
Stars: ✭ 31 (+93.75%)
Mutual labels:  big-data
topic modelling financial news
Topic modelling on financial news with Natural Language Processing
Stars: ✭ 51 (+218.75%)
Mutual labels:  matplotlib
skymapper
Mapping astronomical survey data on the sky, handsomely
Stars: ✭ 35 (+118.75%)
Mutual labels:  matplotlib
big-data-engineering-indonesia
A curated list of big data engineering tools, resources and communities.
Stars: ✭ 26 (+62.5%)
Mutual labels:  big-data
awesome-Python-data-science-books
Probably the best curated list of data science books in Python
Stars: ✭ 331 (+1968.75%)
Mutual labels:  time-series
merkle-db
High-scalability analytics database built on immutable merkle-trees
Stars: ✭ 44 (+175%)
Mutual labels:  big-data
pyspark-algorithms
PySpark Algorithms Book: https://www.amazon.com/dp/B07X4B2218/ref=sr_1_2
Stars: ✭ 72 (+350%)
Mutual labels:  big-data
javaer-mind
Java 程序员进阶学习的思维导图
Stars: ✭ 66 (+312.5%)
Mutual labels:  big-data
metriql
The metrics layer for your data. Join us at https://metriql.com/slack
Stars: ✭ 227 (+1318.75%)
Mutual labels:  big-data
hazelcast-csharp-client
Hazelcast .NET Client
Stars: ✭ 98 (+512.5%)
Mutual labels:  big-data
OpenROAD-flow-scripts
OpenROAD's scripts implementing an RTL-to-GDS Flow. Documentation at https://openroad-flow-scripts.readthedocs.io/en/latest/
Stars: ✭ 124 (+675%)
Mutual labels:  eda

Data-viz utils 📈

Functions for data visualization in matplotlib

📚 API

Can be installed using pip install dvu and then imported with import dvu.

You can also just copy the relatively short source code for the functions (easily viewable here).

Helps create a bunch of different plots such as these:

One particularly useful function is dvu.line_legend() which replaces a typical matplotlib legend with labels for each line:

Using plt.legend() Using dvu.line_legend()
plt_legend dvu_legend

Another one is dvu.invert_plot() which can be called after generating a plot to invert everything besides the line colors

Original plot After dvu.invert_plot()
plt_legend dvu_legend

Reference

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].