tmux multiple screen

tmux

.tmux.conf file under your home directory Open new tmuxtmux new -s <namehere> To enable mouse on terminal screenset -g mouse on shortcut to open command mode:ctrl+shift+b after : split screen…
OpenCV fonts

OpenCV fonts

putText function can be used to render text on image. Below fonts are available to use with OpenCV. enum HersheyFonts { FONT_HERSHEY_SIMPLEX = 0, //!< normal size sans-serif font FONT_HERSHEY_PLAIN…

Plotly Save as SVG button

Default plotly toolbar has download as png option. In order to save your graph as svg, below configuration is working on graph object which is default available in plotly express…