Skip to content

lib.plot: Remove deprecated getters and setter functions (they've been replaced by properties) #519

Open
@dougthor42

Description

@dougthor42

(This issue was created because PR #117 could not be finished in its entirety)

Many of the getters and setters in lib.plot have been deprecated and replaced with properties.

The old getters and setters can be removed when the deprecation period is complete (determed
by pkg maintainers).

Examples:

  • SetXSpec, GetXSpec --> XSpec property
  • SetFontSizeAxis, GetFontSizeAxis --> fontSizeAxis property.

Removing these deprecated items will significantly reduce the LoC in lib.plot.plotcanvas and will make maintaining the plot package much easier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions