godot-engine.easy-charts icon indicating copy to clipboard operation
godot-engine.easy-charts copied to clipboard

[BUG] `Chart` class is not correctly cleaned up at plotting time

Open fenix-hub opened this issue 3 years ago • 1 comments

Describe the bug Calling the plot() function should completely clear the chart (points, datastructure and grid), to let multiple plot calls behave correctly. This is what is happening currently image

To Reproduce Steps to reproduce the behavior: image

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Windows]
  • Godot Engine Version [e.g. 3.2.3rc6]
  • Plugin Version [e.g. v1.7.0]

Additional context Add any other context about the problem here.

fenix-hub avatar Mar 18 '21 16:03 fenix-hub

This should have been fixed with the last commit on the scatter branch.

JFerrerBeired avatar May 03 '21 16:05 JFerrerBeired