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

plotting utilities #13

Closed
4 tasks done
joshspeagle opened this issue Apr 18, 2018 · 0 comments
Closed
4 tasks done

plotting utilities #13

joshspeagle opened this issue Apr 18, 2018 · 0 comments
Assignees

Comments

@joshspeagle
Copy link
Owner

joshspeagle commented Apr 18, 2018

Currently, I have a lot of plots which I'm making by hand. I should add a lot of these into the plotting module so I don't have to do that as much anymore. These should include:

  • PDF v CDF_vals
  • ECDF v CDF_vals
  • 2-D network colormap
  • network node plots (SEDs)
@joshspeagle joshspeagle self-assigned this Apr 18, 2018
joshspeagle added a commit that referenced this issue Apr 18, 2018
This commit resolves #7 by adding in a SOM fitting object. Hooray! It's
limited in functionality at the moment, but it seems to work fine overall.

In addition, I've also updated a few other things:
- I've added support for a default `lprob_func` for all fitting objects.
  If nothing is provided, this will now essentially default to `loglike`.
- Demos have been updated to match syntax changes and generally cleaned up
  a bit.
- I've started working on adding more plotting support (#13). So far I've
  added in basic plotting functionality for PDF tests. The goal is to
  replicate most of the functionality contained in the original code but
  with significantly more flexibility.
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

No branches or pull requests

1 participant