Perfect Plots: Slope Chart

22/10/2019 admin 0

Feel free to read the code on GitHub   In [1]: import pandas as pd import matplotlib.pyplot as plt import matplotlib.lines as mlines import numpy […]

Perfect Plot: Treemap

22/10/2019 admin 0

An old Chinese proverb says: one picture says more than one thousands words.   One good plot can rescue entire presentation. One poor picture can […]

Perfect Plots: Joyplot Plot

22/10/2019 admin 0

In [1]: import joypy import pandas as pd import matplotlib.pyplot as plt   Car market analysis Source of data: https://github.com/selva86/datasets/blob/master/mpg_ggplot2.csv   GSuite Text and Background Palette: […]

Perfect Plots: Pie Plot

17/10/2019 admin 0

  An old Chinese proverb says: one picture says more than one thousands words. One good plot can rescue entire presentation. One poor picture can […]

Wykresy typu sns.relplot

27/09/2019 admin 0

In [3]: import pandas as pd import seaborn as sns df2 = pd.read_csv(’c:/8/dots2.txt’) df2.sample(8) Out[3]: align choice time coherence firing_rate 367 dots T2 540 3.2 37.178237 […]