Skip to content

Problems calling Render() in response to AxesChanged events #736

@swharden

Description

@swharden

The following issues need to be solved to improve the quality of linked plots. Linked plots are when you have two plots on a form, and use the OnAxesChanged event of one to apply those axes to the other plot and request a new render.

  • When frames are dropped due to skipIfCurrentlyRendering, linked plots might not always have perfectly matching axis limits after the mouse button is lifted.

  • While dragging to pan/zoom, the plot being dragged knows to render lowQuality but the linked one does not. How can low quality be communicated across linked plots?

An event queue / timer / delayed axis match and high quality render might be able to solve these problems (#761)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions