Skip to content

make sure component attributes can be set on construction #126

Description

@esheldon

An example is label which can't be set on construction. This does not produce a visible PlotKey because label is not set

key=PlotKey(0.1, 0.9, halign='left')
plt=FramedPlot(key=key)
plt.add(Points([3,4], [5,6], label='stuff'))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions