You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Select which axis/axes will be used for subsequent plot elements.
IMPLOT_API voidSetAxis(ImAxis axis);
IMPLOT_API voidSetAxes(ImAxis x_axis, ImAxis y_axis);
As I said, I don't have much free time at the moment as I'm in the middle of my examination session 😄, but I added some stuff that involves cimgui-go experience. What needs to be done now is improving giu api.
Feel free to finish my work and open PR ;-)
"2nd and 3rd axis":
old code was:
now it doesn't work because PlotFlagsYAxis2 doesn't exist, in flags.go it is commented out:
I have no idea how to activate second/third axis
Originally posted by @francmarx in #632 (comment)
The text was updated successfully, but these errors were encountered: