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 core page #7

Open
Zsailer opened this issue Apr 19, 2018 · 14 comments
Open

plotting core page #7

Zsailer opened this issue Apr 19, 2018 · 14 comments

Comments

@Zsailer
Copy link
Owner

Zsailer commented Apr 19, 2018

Libraries to discuss on the "Scientific Python's plotting core"

  • Matplotlib
  • Seaborn
  • Altair
  • Plotly?
@Zsailer
Copy link
Owner Author

Zsailer commented May 4, 2018

I'm currently working on the plotting page. I am planning to create galleries for each plotting package.

Each gallery will show a few standard plots like:

  • scatter
  • bar
  • line
  • box
  • fill_between
  • others?

Once I have the gallery logic in place, it should be easy to add examples. If anyone wants to take a crack at adding examples, that would be great!

@lcwheeler
Copy link
Collaborator

Cool, sounds good. I'd be happy to work on adding examples once you get the framework in place.

@Zsailer
Copy link
Owner Author

Zsailer commented May 7, 2018

Initial implementation appears in PR #18

@lcwheeler
Copy link
Collaborator

Any idea why the updated plotting page isn't rendering on the webpage?

@Zsailer
Copy link
Owner Author

Zsailer commented May 7, 2018

Forgot to include the sphinx_gallery extension in the requirements.txt. Fixing now.

@lcwheeler
Copy link
Collaborator

👍

@Zsailer
Copy link
Owner Author

Zsailer commented May 7, 2018

Should be working now!

@lcwheeler
Copy link
Collaborator

Yep! Looks like it's working.

@lcwheeler
Copy link
Collaborator

heatmap
2D histogram

@lcwheeler
Copy link
Collaborator

@Zsailer how did you go about making all the thumbnail images exactly the same dimensions with white border?

@lcwheeler
Copy link
Collaborator

I am doing it manually in inkscape, just wondering if you had a more streamlined approach.

@Zsailer
Copy link
Owner Author

Zsailer commented May 11, 2018

you'll need to install sphinx-gallery (pip install sphinx-gallery). Then, when you call make html locally on the docs, it will automatically build the thumbnails when it builds the docs.

@Zsailer
Copy link
Owner Author

Zsailer commented May 11, 2018

I need to add this the the README in docs/README.md

@lcwheeler
Copy link
Collaborator

Okay, cool. Thanks!

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

3 participants