eplot icon indicating copy to clipboard operation
eplot copied to clipboard

Emacs library for creating charts

Results 2 eplot issues
Sort by recently updated
recently updated
newest added

I have a sample data where I need to display countries and number of units sold. My data looks like this: Country,Units_Sold Libya,8446 Canada,3018 Libya,1517 Japan,3322 Chad,9845 Armenia,9528 Eritrea,2844 Montenegro,7299...

Very nice package! I was wondering whether there is a way to have the code and plot integrated into `org-babel`? Something like: ``` #+begin_src eplot Layout: compact Width: 300 Height:...