Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

added vlines feature to plotting.py#570

Open
deepchandra02 wants to merge 6 commits intomatplotlib:masterfrom
deepchandra02:vlines
Open

added vlines feature to plotting.py#570
deepchandra02 wants to merge 6 commits intomatplotlib:masterfrom
deepchandra02:vlines

Conversation

@deepchandra02
Copy link

Hello, this is an enhancement request based off of the request:#513

Please review the code and let us know if it is acceptable for merge! This is for our course project, I hope this helps :)

Copy link
Collaborator

@DanielGoldfarbDanielGoldfarb left a comment

Choose a reason for hiding this comment

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

  1. You need to remove thebuild anddist directories from the repository. (build and dist directories should never be committed to a repository).
  2. test.py
    a. needs a better name
    b. there should not be two copies of the same file in two different locations.
    c. if test.py is intended to be part of the regular regression tests, then it should be modeled after, and follow a similar pattern as, the other existing test files.
  3. Bothpr569_testing.ipynb andtesting_issue551.ipynb should be moved into the following directory:examples/scratch_pad/issues/. Also, once you move them there, you may have to modify the input data paths, so that those notebooks still run in this new location.

Please make the above mentioned changes in order to continue with this Pull Request.
Thank you.

else:
panels = _build_panels(fig, config)
axA1 = panels.at[config['main_panel'],'axes'][0]
warnings.warn(f"this type is {type(axA1)}")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why this line of code??

"""

import sys
sys.stdout = sys.__stdout__
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why these two lines of code??

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@DanielGoldfarbDanielGoldfarbDanielGoldfarb requested changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@deepchandra02@DanielGoldfarb@facealtha@AlpacaBit

[8]ページ先頭

©2009-2026 Movatter.jp