Git Product home page Git Product logo

visualization's Introduction

Alt Text

visualization

how to save plot in eps or pdf or png format?

see save_plot.py

note: eps and pdf formats are useful for LaTeX

using matplotlib

see matplotlib/

using seaborn

see seaborn/

dimensionality reduction

see matplotlib/dimensionality_reduction.py

plotting heatmap

see matplotlib/plot_heatmap.py, matplotlib/plot_matrix.py, seaborn/plot_heatmap.py

(seaborn/plot_heatmap.py is the best choice)

plot for paper

see matplotlib/paper.ipynb

Note that the following two are equivalent (see reference)

plot(x, y, 'go--', linewidth=2, markersize=12)
plot(x, y, color='green', marker='o', linestyle='dashed', linewidth=2, markersize=12)

plotting error (standard deviations)

see matplotlib/show_errors.ipynb

find optimal k in kmeans

see matplotlib/find_optimal_k_in_kmeans.ipynb

full credit: this link

poster

see matplotlib/poster/create_poster.ipynb

for customizing, see matplotlib/poster/customize.ipynb

credit: this link

gifs

see matplotlib/gifs/create_gif.ipynb

credits: this link, this link

how to create synthwave: matplotlib/gifs/create_synthwave.py (credits: this link)

cool circular bar plot

see https://github.com/probablyvivek/Comics/blob/main/Marvel.ipynb

insert image in a plot

see https://github.com/hbshrestha/Data_Analytics/blob/main/notebooks/Inserting%20image%20to%20a%20plot%20in%20Matplotlib.ipynb

useful resources

LICENSE

MIT

visualization's People

Contributors

subhadarship avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.