ozlb
ozlb
It will be great with date/time x axis labelling and multiple y axis labelling.
https://github.com/epezent/implot/issues/156#issuecomment-741439860
A set of 2 of these can be a perfect solution to replace "QueryX" (https://github.com/epezent/implot/issues/53#issuecomment-640225645)
> > * It seems that you've chosen to display values as a function of mouse x location. Should we also support mouse y location? > > Since X is...
In https://github.com/epezent/implot/issues/53#issuecomment-640221232 you can see what i so called QueryX; @epezent did reject the PR because with not so much changes can be implemented as custom code externally: can your...
Iterate buffer one more time it's inefficient and not necessarily if there will be API functions to push x points and after plot get relative y (getter index/pointer). External rendering...
> Hi @ozlb . > > Its available on [feature/tooltips-and-hover](https://github.com/Prinkesh/implot/tree/feature/tooltips-and-hover) @Prinkesh FYI, it's impossible to compile with gcc in linux and I can't open issue in your fork.
check implot_demo [tooltip example](https://github.com/epezent/implot/blob/7b9171569bfe846aa1049a70bc599ad44ef0e5c1/implot_demo.cpp#L2428)
Please, cross check once more BeginPlot function signature.
> Repro: run demo digital plots example, right click axes and invert -- digital plots no longer in view [I will check and fix](https://github.com/epezent/implot/pull/522)