Skip to content

Add Functionality to have plot() return patch object #34

@jonaswagner2826

Description

@jonaswagner2826

Idea to add functionality that either directly provides the patch object (or multiple) instead of the locations themselves (additional flag?) to make patch modification easier. Alternative (additional) is to pass in all the requested properties and pass through to plotting functions.

Currently have to save a patch to set specific properties:

plot(Z,[color],[alpha]); % <= plot zonotope object
p = gca().Children(1); %<= grab last ploted object and save patch
set(p, varargin); %<= varargin sets object styles w/ name-var pairs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions