I am Charmie

メモとログ

2020-07-03から1日間の記事一覧

matplotlib bar and barh with hatch

plot of bar or barh with hatch, that adds pattern to bars, does not work with savefig as pdf. The result pdf lacks some bars without hatch patterns. To fix this, a simple solution is render with alpha=some value. The following stackoverflo…

box selection / column selection in PyCharm

step 1: enable box selection Ctrl + Shift + A shows FindAction window type column lists column related actions the top in the list is Column Selection Mode that is assigned Alt + Shift + Insert step 2: use box selection turn on box selecti…

installation management for JetBrain software

JetBrain provides an installation management software called Toolbox App. Simple but efficient management is aveilable!! uninstall installed PyCharm and CLion # uninstall PyCharm sudo snap remove pycharm-community rm -rf ~/.java/.userPrefs…