Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for plotting arraymancer tensors
This removes the need to manually wrap arraymancer tensors within a dataframe before plotting them. Two versions of ggplotnim are added: - One that plots a single rank-1 tensor vs its element indexes. - One that plots a rank-1 tensor vs another. Both use the input tensor expressions as labels.
- Loading branch information