Skip to content
  • PHP-Proxy

    PHP-Proxy

    Error accessing resource: 429 - Too Many Requests

  • Notifications You must be signed in to change notification settings
  • Fork 7.9k

Unpin pydocstyle #18200

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

Closed
wants to merge 2 commits into from
PHP-Proxy

PHP-Proxy

Error accessing resource: 429 - Too Many Requests

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions examples/text_labels_and_annotations/rainbow_text.py
Original file line number Diff line number Diff line change
@@ -10,15 +10,15 @@
On the matplotlib-users list back in February 2012, Gökhan Sever asked the
following question:

Is there a way in matplotlib to partially specify the color of a string?

Example:

plt.ylabel("Today is cloudy.")

How can I show "today" as red, "is" as green and "cloudy." as blue?

Thanks.
| Is there a way in matplotlib to partially specify the color of a string?
|
| Example:
|
| plt.ylabel("Today is cloudy.")
|
| How can I show "today" as red, "is" as green and "cloudy." as blue?
|
| Thanks.

The solution below is modified from Paul Ivanov's original answer.
"""
4 changes: 2 additions & 2 deletions requirements/testing/flake8.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Extra pip requirements for the GitHub Actions flake8 build

flake8>=3.8
pydocstyle<4.0
flake8-docstrings
pydocstyle
flake8-docstrings>=1.3.1