Giter Club home page Giter Club logo

matplotlib-tutorial's Introduction

Matplotlib-tutorial

Here, the Python plotting library "Matplotlib" is introduced from the basic level to the advanced level with the help of the Iris dataset. The main aim of this work is to familiarize you with different plotting options inside the "Matplotlib" library.

Data set

iris-flower-dataset, which includes 5 features:

  • sepal_length
  • sepal_width
  • petal_length
  • petal_width
  • species and 150 instance.

Python Library

  • matplotlib

Plottings

  • Line Plot
  • Ploting without line
  • Dotted line
    • Line color
    • Line width
  • Multiple lines
  • Plotting with markers
    • Circle 'o'
    • Star '*'
    • Point '.'
    • Pixel ','
    • X 'x'
    • X (filled) 'X'
    • Plus '+'
    • Plus (filled) 'P'
    • Square 's'
    • Diamond 'D'
    • Diamond(thin) 'd'
    • Pentagon 'p'
    • Hexagon 'H'
    • Hexagon 'h'
    • Triangle down 'v'
    • Triangle up '^'
    • Triangle left '<'
    • Triangle right '>'
    • Tri down '1'
    • Tri up '2'
    • Tri left '3'
    • Tri right '4'
    • Vline '|'
    • Hline '_'
    • Solid line '-'
    • Dotted line ':'
    • Dashed line '--'
    • Dashed/Dotted line '-.'
  • Marker with line color (Red)
    • Marker with line colour (green)
    • Colour list
    • Marker size
    • Marker colour : EDGE color
    • Marker FACE color
    • Edge, Face
  • Plotting with Title
  • Plotting with Lables
  • Setting Font and position for Title
  • Grid
    • Grid on X-axis
    • Grid on Y-axis
    • Grid with line properties
  • Sub Plots
  • Scatter plot
  • Two plots on same figure
  • Setting color for markers
  • Color map
  • Bar plots
    • Horizontal bars
    • Color Bars
    • Setting Bar width
  • Histogram
  • Pie Charts

Summary

All the above mentioned ploting and graphing operations are performed over here.

matplotlib-tutorial's People

Contributors

gokultcr avatar

Watchers

 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.