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

Custom subplot with matplotlib #60

Merged
merged 3 commits into from May 26, 2019
Merged

Custom subplot with matplotlib #60

merged 3 commits into from May 26, 2019

Conversation

stared
Copy link
Owner

@stared stared commented May 11, 2019

Right now (0.3.4+) there is an option to add extra plots, with extra_plots=[func1, ...] where func1 is a function func1(logs) drawing a subplot (vide a2546b7). See e.g. https://github.com/stared/thinking-in-tensors-writing-in-pytorch/blob/master/5%20Nonlinear%20regression.ipynb for an example

The idea is to be able to add any plots.
Though to make it more general, some things require initialization, so it is reasonable to create objects (e.g. binding data, or models, or prediction functions).

I want to create subplots in the spirit of TensorFlow Playground and Scikit-learn classifier comparison among other examples.
Open to feedback on the class structure, as well as other custom plots.

@stared
Copy link
Owner Author

stared commented May 17, 2019

@stared stared merged commit 9042eb8 into master May 26, 2019
@stared stared deleted the feat_custom_plots branch July 15, 2020 14:28
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.

None yet

1 participant