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.
comments powered by Disqus