Skip to content

Data visualization examples using Matplotlib and Pygal python libraries.

Notifications You must be signed in to change notification settings

vikassnwl/Data-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Visualization

Data visualization examples using Matplotlib and Pygal python libraries.

Programs included:

  • mpl squares
  • scatter squares
  • random walk
  • dice frequency

mpl squares

Simple visualization of linear plot with numbers on x-axis and their squares on y-axis. mpl-squares.png

Scatter squares

Simple visualization of scatter plot with numbers on x-axis and their squares on y-axis. scatter-squares.png

Random walk

This program generates a random path created using scatter plot with randomly generated points using random module. Starting and ending points of this random walk is shown in green and red colors.

random-walk.png

dice frequency

This program visualizes the frequencies of a dice outcomes after n number of rolls in the form of bar chart.(uses pygal library)

dice_visual

About

Data visualization examples using Matplotlib and Pygal python libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published