Data visualization examples using Matplotlib and Pygal python libraries.
- mpl squares
- scatter squares
- random walk
- dice frequency
Simple visualization of linear plot with numbers on x-axis and their squares on y-axis.
Simple visualization of scatter plot with numbers on x-axis and their squares on y-axis.
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.
This program visualizes the frequencies of a dice outcomes after n number of rolls in the form of bar chart.(uses pygal library)