giu
giu copied to clipboard
refactor plot example due to error
calling SetupAxisScale() before SetupAxis() crashes implot with "Axis is not enabled!" error
Shouldn't we rather fix something in Plot.go instead of removing code from an example? (I write that in form of a question as I need to check exactly whats going on here)
Shouldn't we rather fix something in Plot.go instead of removing code from an example? (I write that in form of a question as I need to check exactly whats going on here)
ideally I agree, but it's my first time using the library so I'm not familiar yet to make that PR 😅
I was trying some examples and found the example was broken