A Godot Engine addon for plotting general purpose charts. A collection of Control, 2D and 3D Nodes to plot every chart possible.
648
stars
48
forks
source link
use y_labels_function in calculate_plotbox_margins #107
Closed
rpaciorek closed 4 months ago
What kind of change does this PR introduce?
Bug fix
What is the current behavior?
While using custom y-labels format via:
only 2.5 chars of y labels is shown:
due to use
ECUtilities._format_value
instead ofy_labels_function
to calculate marginsWhat is the new behavior?