Skip to content

Conversation

@usneil
Copy link

@usneil usneil commented Oct 5, 2020

follow up to issue #18257

PR Summary

PR Checklist

  • [N/A] Has pytest style unit tests (and pytest passes).
  • [N/A] Is Flake 8 compliant (run flake8 on changed files to check).
  • New features are documented, with examples if plot related.
  • [N/A] Documentation is sphinx and numpydoc compliant (the docs should build without error).
  • Conforms to Matplotlib style conventions (install flake8-docstrings and pydocstyle<4 and run flake8 --docstring-convention=all).
  • [N/A] New features have an entry in doc/users/next_whats_new/ (follow instructions in README.rst there).
  • [N/A] API changes documented in doc/api/next_api_changes/ (follow instructions in README.rst there).

@usneil
Copy link
Author

usneil commented Oct 5, 2020

@grrlic are you going to be able to come back to this? Thanks!

Originally posted by @jklymak in #18257 (comment)

@jklymak sorry it did take me quite a while

frameon : bool, default: True
If True, draw a box around this artists.
If True, add a frame and solid background for the artist. The frame's appearance can be changed with the `facecolor` and `edgecolor` kwargs.
Copy link
Member

@QuLogic QuLogic Oct 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use 'keyword arguments' instead of 'kwargs'; this needs to be line-wrapped as well. Also, parameter names should be surrounded by *, not `.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated. Thanks for noting out.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It still needs to be word-wrapped at under 80 characters.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new line added and seems to fixed the max 80 char issue

@QuLogic QuLogic changed the title Update anchored_artists.py Add documentation regarding transparency of frame Oct 7, 2020
@timhoffm
Copy link
Member

timhoffm commented Oct 8, 2020

Still a flake8 issue:
./lib/mpl_toolkits/axes_grid1/anchored_artists.py:58:1: W293 blank line contains whitespace

@usneil
Copy link
Author

usneil commented Oct 11, 2020

Still a flake8 issue:
./lib/mpl_toolkits/axes_grid1/anchored_artists.py:58:1: W293 blank line contains whitespace

didn't realize it. Thanks for pointing out.

Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Frame appearance can be changed with, i.e.
*facecolor* and *edgecolor* keyword arguments.
If False, possibly allow image with proper transparency.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand this sentence:

  • What does "possibly" mean here?
  • What is the "image"?

@QuLogic QuLogic added the status: needs clarification Issues that need more information to resolve. label Mar 26, 2021
@jklymak jklymak marked this pull request as draft May 8, 2021 22:08
@jklymak
Copy link
Member

jklymak commented Oct 1, 2021

@grrlic are you planning to finish this? Thanks!

@usneil
Copy link
Author

usneil commented Oct 3, 2021

@grrlic are you planning to finish this? Thanks!

thanks for getting back! but not sure why the commit still failed :"

@jklymak
Copy link
Member

jklymak commented Oct 3, 2021

You need t rebase on master and resolve any conflicts. This is described (somewhat enigmatically in my opinion) at https://matplotlib.org/stable/devel/gitwash/development_workflow.html#rebasing-on-trunk - just skip to the rebase upstream/master

@tacaswell tacaswell deleted the branch matplotlib:master October 20, 2021 19:53
@tacaswell tacaswell closed this Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants