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

Suggested improvements to the gallery #7956

Closed
16 tasks done
anntzer opened this issue Jan 26, 2017 · 14 comments
Closed
16 tasks done

Suggested improvements to the gallery #7956

anntzer opened this issue Jan 26, 2017 · 14 comments
Labels
Difficulty: Easy https://matplotlib.org/devdocs/devel/contribute.html#good-first-issues Documentation Good first issue Open a pull request against these issues if there are no active ones!

Comments

@anntzer
Copy link
Contributor

anntzer commented Jan 26, 2017

These are all incremental improvements that should be relatively noncontroversial -- assuming we don't go the route of just rewriting the entire thing from scratch. If you are a committer, feel free to edit the list below to either add items or mark them as done.


attn @NelleV

@story645
Copy link
Member

story645 commented Jan 26, 2017

On the pylab example, I support your decision and propose a drastic reduction in pylab examples. Like a 5-10 line example of each of the main plot types: bar, line, scatter, heat, and maybe one or two scientific plots (like tricolor or whatever) and hist. Anything more than that, I think there should just be some large text at the top of the pylab examples page that says "besides these, the following plot types are also available in pylab: list" and possibly one example with the OO side by side with the pylab to show readers how to translate OO examples to pylab notation (and vice versa).

@NelleV
Copy link
Member

NelleV commented Jan 28, 2017

By experience, any and all documentation changes is controversial :)

@dstansby dstansby added Difficulty: Easy https://matplotlib.org/devdocs/devel/contribute.html#good-first-issues new-contributor-friendly labels Feb 1, 2017
@Morillo9
Copy link

Morillo9 commented Feb 3, 2017

Hi, I am a new and I would like to contribute. Is one of the issues especially well suited for a new contributor?

@anntzer
Copy link
Contributor Author

anntzer commented Feb 4, 2017

@helmiriawan
Copy link
Contributor

Hi, I am a new and I would like to contribute. Is there anyone who work on tex_demo examples?

@anntzer
Copy link
Contributor Author

anntzer commented Mar 5, 2017

Not as far as I can see.

@SKPsanjeevi
Copy link

Beginner here: Let's say I would like to solve this issue. http://matplotlib.org/examples/pylab_examples/tex_demo.html http://matplotlib.org/examples/pylab_examples/tex_unicode_demo.html: merge.

How to perform the modifications? I do not see any page to log in and make changes.

@story645
Copy link
Member

You make the changes in the source python file that the html is generated from.. For example, tex_demo.html is generated from https://github.com/matplotlib/matplotlib/blob/master/examples/pylab_examples/tex_demo.py

@SKPsanjeevi
Copy link

Oh yeah. Just forked the code from github. Thanks!

@tacaswell tacaswell modified the milestones: 2.1 (next point release), 2.1.1 (next bug fix release) Sep 24, 2017
@tacaswell tacaswell modified the milestones: 2.1.1 (next bug fix release), 2.2 (next feature release) Oct 9, 2017
@tacaswell tacaswell added the Good first issue Open a pull request against these issues if there are no active ones! label Oct 16, 2017
@darrenzhang2000
Copy link

Hi, I am a beginner here. May I solve the following issue?
http://matplotlib.org/examples/lines_bars_and_markers/fill_demo.html

@story645
Copy link
Member

@darrenzhang2000 go for it!

@ImportanceOfBeingErnest
Copy link
Member

The fill_demo was removed between version 2.0 and 2.1. So I fear there is nothing to be done anymore. I marked this point as solved by #11009, which changed fill.py accordingly.

@devarshigoswami
Copy link

If this issue still persists, can I be assigned to it??

@story645
Copy link
Member

Closing since all the tasks appear to be completed.

@story645 story645 removed this from the future releases milestone Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Easy https://matplotlib.org/devdocs/devel/contribute.html#good-first-issues Documentation Good first issue Open a pull request against these issues if there are no active ones!
Projects
None yet
Development

No branches or pull requests