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

Prose error on website (first paragraph) #16114

Closed
DavidMertz opened this issue Jan 5, 2020 · 3 comments · Fixed by #16226
Closed

Prose error on website (first paragraph) #16114

DavidMertz opened this issue Jan 5, 2020 · 3 comments · Fixed by #16226
Milestone

Comments

@DavidMertz
Copy link

Bug report

Bug summary

The very first paragraph of the homepage is:

Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the Python and IPython shells, the Jupyter notebook, web application servers, and four graphical user interface toolkits.

This has a typo. The word four is intended to be for to make sense. (I mean, technically it is logically possible that 4, not 3 and not 5, GUIs use Matplotlib; but I'm sure that's not the intent).

Code for reproduction

N/A

# Paste your code here
#
#

Actual outcome

# If applicable, paste the console output here
#
#

Expected outcome

Matplotlib version

  • Operating system:
  • Matplotlib version:
  • Matplotlib backend (print(matplotlib.get_backend())):
  • Python version:
  • Jupyter version (if applicable):
  • Other libraries:
@timhoffm
Copy link
Member

timhoffm commented Jan 5, 2020

Thanks for the feedback. Actually I suppose it's meant to be ".. can be used in 4 GUI tooklits" (namely, Wx, Tk, Gtk3, Qt). But I admit it may be a bit misleading and a particular detail for an introductory paragraph. We'll think if we can improve on that.

@DavidMertz
Copy link
Author

I didn't write the original, but that still sounds funny. Surely someone has used Matplotlib with Kivy, or Pyforms, or PySide (which is kinda Qt), or Beeware.

@anntzer
Copy link
Contributor

anntzer commented Jan 5, 2020

I'm almost certain the original intent was "4", but I agree it sounds funny and should be reworded.

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

Successfully merging a pull request may close this issue.

4 participants