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

Add color by type options to PrimePlotter #837

Open
waltersma opened this issue Jul 24, 2024 · 0 comments
Open

Add color by type options to PrimePlotter #837

waltersma opened this issue Jul 24, 2024 · 0 comments
Assignees
Labels
enhancement New features or code improvements graphics Anything related to graphics

Comments

@waltersma
Copy link
Contributor

📝 Description of the feature

Parameter to plot color by type when displaying PrimePlotter. eg.

plot(
        self,
        plottable_object: Any,
        scope: prime.ScopeDefinition = None,
        name_filter: str = None,
       **color_by_type: graphics.ColorByType,**
        **plotting_options,
    )
ZONE = 0
ZONELET = 1
PART = 2

💡 Steps for implementing the feature

No response

🔗 Useful links and references

No response

@waltersma waltersma added enhancement New features or code improvements graphics Anything related to graphics labels Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements graphics Anything related to graphics
Projects
None yet
Development

No branches or pull requests

2 participants