So plots appear immediately in Calva on calling `pj/plot` without any setup from calva side, example: ```clojure (pj/plot a-pose {:format :flare :config {:key "R vs F" :title "R vs F" :sidebar-panel? false}}) ```
So plots appear immediately in Calva on calling
pj/plotwithout any setup from calva side, example: