serhii.net

In the middle of the desert you can say anything you want

12 Jan 2021

Day 742

i3 sticky window / pin window

It’s easy to do a sticky window in i3!

Added to ~/.config/i3/config:

# Sticky window
bindsym $ms+p sticky toggle

Seaborn catplot titles (plotting, pandas, visualization)

Seaborn anonying facet title · Douglas C. Wu:

sns.catplot(x="target",y="score",hue='score-type',data=d,kind='bar',col='bundle',col_wrap=2,sharex=False,sharey=False).set_titles(col_template='{col_name}')

The set_titles(col_template='{col_name}') removes the usual “x=y” title in each of the sub-plots!

Nel mezzo del deserto posso dire tutto quello che voglio.