Create Plotly charts directly from Emacs. This minor mode allows Emacs users to create plots directly from elisp files, without the need for external programs such as R or gnuplot. It is a simple (and limited in scope) wrapper around Plotly library. ;; Installation ;;; MELPA If you installed from MELPA, you're done. ;;; Manual Install these required packages: + jack + f Then put this file in your load-path, and put this in your init file: (require 'eplotly) ;; Usage See https://codeberg.org/GioBo/eplotly ;; Requirements