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

Feel free to read the code on GitHub An old Chinese proverb says: one picture says more than one thousands words.   One good plot […]

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 […]