Skip to content

abdullahbas/DataVisualization

Repository files navigation

Hi guys,

I am Abdullah Baş. Today I will talk about some of the visualization techniques. But first let me start with the tradition.


Ulu çınarlar fırtınalı diyarlarda yetişir.-Cemil Meriç -"Great plane trees grow in stormy lands"



I will continue data visualization on deep learning models and medical images. Also I will publish MATLAB version of this repo soon

Let's start with the line plots. These are quite useful when trying to show the effects of something or changes among time or other streams. Nearly all of the plots are demonstrated on the iris dataset. All of the plots, codes that are shown, in the following and even more are present in this repo

Area Plot

Area plot is the one of the most using line plots.

Area Plot

Radar -Spider Plot

Actually, this plot arguably the most used plot in history. FM, FIFA, PES, and many games have been widely used in this plot. Besides all of that this is the plot that I am most familiar with-of course because of FIFA- . I am sorry academia but this plot belongs to the gamers… Sad story..

RadarPlot

Line Plot

Following visualization is for demonstration of subplots Line Plot

Focused Line Plot

You can see the lines that I focus are colored but the other ones are shaded.

Focused Plot

#Violin Plot

These plots are very similar to box plots.

Violin Plot

Box Plot

These plots are very useful plots on investigation of data summary.

Box Plot

Parallel Plot

These plots are very useful while investigating sequential features like DL model hyperparameters.

Paralllel Plot

Venn Diagrams

Paralllel Plot

Regression Plot

Regression Plot

Correlation Plot

Correlation Plot

Contour-Marginal Plot

Contour Plot

I want to give credit to the documentation of matplotlib seaborn and pandas.

Also I want to give credit to the python graph gallery WormHole to Graph Gallery and also Yan Holtz Linkedin