jkm2000korea / data_visualization

data_visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stem plot

image

Plotly_3d_plots

image image image image

Bot plot with dots

image

Animated histogram

Analysis of average lunch time data by department

image

Hexagonal talent

image

Hexagonal company

image

Cumulative distribution

image

To change colors with if condition clause

['green' if y > 0 else 'red' for y in y_values] image

McKinsey Priority Matrix based on Scatter maskted from matplotlib

imageimage

To draw bubble chart with 3 variables

image

To make construction time line chart using chatGPT

even though the order of construction and duration is not right, it can be revised with domain knowledge

image

Time line Chart

to make 3 variables one(1) and use iteration with zip(dates, levels, names)

image

Bar color demo

image

Bar_label_demo

To stack bars one one another giving argument of "bottom"

image

Horizontal bar chart

To add "error bar" giving argument of "xerrr"

image

Bar_Stacked

for iteration "boolean, count" in array.items():

image

Bar_Grouped

To control the space with "offset" in x data argument

image

fill_between

to fill some region between two lines with colors, use "fill_between(base_axis, upper line, lower line, where condition)"

imageimage

Staked horizontal bar chart

To draw a stacked bar, use the function of ax.barh(labels, widths, left=starts...). Argument "left" has the same role as "bottom" in ax.bar function

image

Bot plot vs. Scatter plot

The difference between them is violin plots show the whole range of the data with the distribution function is nothing special. violinplot(), boxplot()

image

About

data_visualization


Languages

Language:Jupyter Notebook 100.0%