X Tutup
The Wayback Machine - https://web.archive.org/web/20201006132534/https://github.com/matplotlib/matplotlib/issues/18301
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

"How to use Matplotlib in a web application server" should be made an example #18301

Open
timhoffm opened this issue Aug 19, 2020 · 6 comments
Open

Comments

@story645
Copy link
Member

@story645 story645 commented Aug 19, 2020

I think while embedding isn't the most accurate, it's a really natural place for the example to live in terms of folks finding it.

@Patil2099
Copy link

@Patil2099 Patil2099 commented Aug 20, 2020

Hi @timhoffm, I would love to help you in fixing this issue, Can I get some instruction on how to do it because I am new here!

@timhoffm
Copy link
Member Author

@timhoffm timhoffm commented Aug 20, 2020

@Patil2099 you're welcome!

General info: Matplotlib documentation guide.

Specific actions to do here:

  • Remove the indicated section from doc/faq/howto_faq.rst
  • Create a new example file examples/user_interfaces/web_application_sever_sgskip.py with the respective content.

These example .py files are converted to documentation via sphinx gallery. (The _sgskip suffix tells sphinx gallery not to execute the example - we don't want to run it because we don't have the necessary dependencies and it does not create a displayable figure.)

@matttatum97
Copy link

@matttatum97 matttatum97 commented Aug 25, 2020

Hey @timhoffm, is this issue still open, and could I also take a shot at it? I'm also new to open source and this seems like a good first issue for me to try. I think I can do it based on your previous instructions. Thanks!

@timhoffm
Copy link
Member Author

@timhoffm timhoffm commented Aug 25, 2020

@matttatum97 thanks for your interest. Let's give @Patil2099 time to respond:

@Patil2099 are you still interested in working on this? If we're not hearing from you within 2 days, I'll assume you've withdrawn from the work and @matttatum97 will take over.

@Patil2099
Copy link

@Patil2099 Patil2099 commented Aug 26, 2020

Sorry for the late reply @timhoffm. I will start working on it. Sorry @matttatum97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
5 participants
You can’t perform that action at this time.
X Tutup