dtcenter / METplotpy

https://metplotpy.readthedocs.io/en/latest/index.html
Apache License 2.0
12 stars 7 forks source link

Line plot is invoking the _create_series_points method twice #395

Open bikegeek opened 7 months ago

bikegeek commented 7 months ago

Replace italics below with details for this issue.

Describe the Enhancement

_create_series_points is getting invoked during initialization of the line series object and called again within line_series.py to get a list of point objects. This can impact performance if large datasets are involved.

Time Estimate

Estimate the amount of work required here. Issues should represent approximately 1 to 3 days of work.

Sub-Issues

Consider breaking the enhancement down into sub-issues.

Relevant Deadlines

List relevant project deadlines here or state NONE.

Funding Source

Define the source of funding and account keys here or state NONE.

Define the Metadata

Assignee

Labels

Projects and Milestone

Define Related Issue(s)

Consider the impact to the other METplus components.

Enhancement Checklist

See the METplus Workflow for details.