giu icon indicating copy to clipboard operation
giu copied to clipboard

refactor plot example due to error

Open jose-donato opened this issue 3 months ago • 2 comments

calling SetupAxisScale() before SetupAxis() crashes implot with "Axis is not enabled!" error

jose-donato avatar Sep 09 '25 15:09 jose-donato

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)

gucio321 avatar Sep 09 '25 15:09 gucio321

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

jose-donato avatar Sep 09 '25 16:09 jose-donato