Skip to content

Conversation

@Rock-Shell
Copy link

@Rock-Shell Rock-Shell commented Jul 17, 2023

PR summary

PR checklist

@Rock-Shell Rock-Shell changed the title DOC: Added tabular example DOC: Added tabular example #10079 Jul 17, 2023
@Rock-Shell Rock-Shell changed the title DOC: Added tabular example #10079 #10079 DOC: Added tabular example Jul 17, 2023
@Rock-Shell Rock-Shell changed the title #10079 DOC: Added tabular example DOC: Added tabular example Jul 17, 2023
@melissawm
Copy link
Member

Hi @Rock-Shell - can you clarify if this PR solves an outstanding issue? If not, can you explain the motivation for this? It makes it easier for maintainers to review and evaluate your PR. Thanks!

@melissawm melissawm added the Documentation: examples files in galleries/examples label Jul 20, 2023
@Rock-Shell Rock-Shell closed this Jul 23, 2023
@Rock-Shell Rock-Shell reopened this Jul 23, 2023
@Rock-Shell
Copy link
Author

Rock-Shell commented Jul 23, 2023

Hi @melissawm . The PR is related to the issue #10079. I have added the tabular legend example to the legend_demo file.

Copy link
Member

@story645 story645 left a comment

Choose a reason for hiding this comment

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

Hey sorry it took so long to get to this, thanks for taking it on! Please let us know if you'd like to finish this up?

Comment on lines +126 to +134
im1, = ax.plot(range(10), np.random.randn(10), "r--")
im2, = ax.plot(range(10), np.random.randn(10), "g--")
im3, = ax.plot(range(10), np.random.randn(10), "b--")
im4, = ax.plot(range(10), np.random.randn(10), "r.")
im5, = ax.plot(range(10), np.random.randn(10), "g.")
im6, = ax.plot(range(10), np.random.randn(10), "b.")
im7, = ax.plot(range(10), np.random.randn(10), "r^")
im8, = ax.plot(range(10), np.random.randn(10), "g^")
im9, = ax.plot(range(10), np.random.randn(10), "b^")
Copy link
Member

Choose a reason for hiding this comment

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

since this isn't majorly important, can you make it a loop?

@Rock-Shell Rock-Shell closed this by deleting the head repository Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation: examples files in galleries/examples

Projects

Status: Needs review

Development

Successfully merging this pull request may close these issues.

3 participants