Open
Description
(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
propertySetFontSizeAxis
,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.