-
Notifications
You must be signed in to change notification settings - Fork 29
Plotting #67
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
Plotting #67
Conversation
dheyay
commented
May 26, 2022
- Added initial functions to plot similarity matrix for basis vector set and stem plot for vector similarity
Thanks for the PR. Can you move the plotting to a new module called |
I have changed the functions to take in the "matplotlib axes" as an optional argument and the kwargs accomodates all the other optional arguments that are passed to the underlying pyplot functions. |