Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 2.65 KB

python_visualization.md

File metadata and controls

48 lines (30 loc) · 2.65 KB

Visualization using Python

Basics

  • Ten simple rules for better figures

    • [1]: Know Your Audience; [2]: Identify Your Message; [3]: Adapt the Figure to the Support Medium; [4]: Captions are not Optional; [5]: Do Not trust the Defaults; [6]: Use Color Effectively; [7]: Do Not Mislead the Reader; [8]: Avoid ‘‘Chartjunk’’; [9]: Message Trumps Beauty; [10]: Get the Right Tool
  • Basic guide for plotting with Matplotlib

    • This is a very good introduction for Matplotlib

Great Examples

SciPy John Hunter Excellence in Plotting Contest

Color and Colour

Matplotlib

Fancier and Better

Better Colormaps