Evan Pezent

Results 68 comments of Evan Pezent

> > we try to honor ImGui's stance on this topic > > Got some link for further reading for this? TIA. Not specifically that I know of. It's a...

Thanks for the suggestions. Per element coloring as been an outstanding feature request. I avoided it for a long time, thinking we might eventually adopt a new item styling scheme...

Hi! I think we can support this by adding a new subplot flag, e.g. `ImPlotSubplotFlags_NoAutoID`, which would disable the internal ID push/pop and place the responsibility on the user. Thoughts?

Yes, I'd like to re-enable this as well. I need to refresh my memory what exactly the problem was, but I know its existence was complicated by the introduction of...

> This means you cannot use something like a const std::vector and call .data() Is this a specific case for you? If so, why not just use the regular PlotLine...

Can you try this with the `ImPlotDragToolFlags_Delayed` flag passed to DragRect?

@PeterJohnson, @sergeyn, @sonoro1234, @rokups, @marcizhu , @ocornut, @bear24rw, @ozlb -- I would appreciate some eyes on this. Please feel free to leave comments or critiques.

@ocornut > The naming ImProp feels a bit too globally could it be ImPlotProp? Yea, I was torn on this one for the same reasons. I leaned more toward `ImProp`...

Hi thanks for the suggestion. There are other higher priority plot type requests and this is one I think we will probably not get to anytime soon, if ever. That...

Not currently. You could pad the text in your tag with leading spaces as a quick fix.