4bb4

Results 36 comments of 4bb4

Interesting... I have access to a Mac, but I think it's still on Catalina as well. Looking at https://en.cppreference.com/w/cpp/numeric/math/isnan, it appears `isnan` should be defined in `cmath` / `math.h`, which...

Good, that means nothing is wrong with the system's include path in general. I'm upgrading to Big Sur now and will try out whether I can reproduce the problem then....

Bad news first: The build worked fine on my machine also on Catalina, so I can't reproduce the problem. That doesn't mean it's not a problem of course, it just...

This has been found and fixed upstream in https://github.com/imgui-rs/imgui-rs/commit/794ece895673a94fe480e1d81587108f34c8f586 already a while back, but we have not yet been able to profit from that fix so far because of https://github.com/4bb4/implot-rs/issues/13....

Unfortunately this will take a little while longer, since I noticed that the latest release of `imgui-rs` we now point to (https://github.com/imgui-rs/imgui-rs/tree/v0.7.0) does not include the fix yet after all,...

@maoe the `master` branch now points to imgui 0.8, which should have the fix for the issue here. If you get around to trying this, let me know if it...

Good find, I agree that this is a problem. Probably disabling custom formatting is the best bet at the moment - likely the best API to have would be to...

I've now marked the label-setting function as unsafe and added a note about the buffer. This does not remove functionality, but makes the danger of setting a wrong format string...

> Thanks for this crate! Glad it's useful to people, even though I'm not putting in as much effort as it could use at the moment > I'd be really...

> by default the X and Y axes show 0-1 ranges I'm pretty sure if you don't set limits, "fit to data" is the default behavior, which you describe in...