Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for plotting arraymancer tensors #181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AngelEzquerra
Copy link

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant