Skip to content

Commit

Permalink
Typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
epezent committed Aug 21, 2023
1 parent 35cf709 commit 95de2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ A: Not exactly, but it does give you the ability to query plot sub-ranges, with

A: Not currently. Use your OS's screen capturing mechanisms if you need to capture a plot. ImPlot is not suitable for rendering publication quality plots; it is only intended to be used as a visualization tool. Post-process your data with MATLAB or matplotlib for these purposes.

**Q: Why are my plot lines showing aliasing?"**
**Q: Why are my plot lines showing aliasing?**

A: You probably need to enable `ImGuiStyle::AntiAliasedLinesUseTex` (or possibly `ImGuiStyle:AntiAliasedLines`). If those settings are already enabled, then you must ensure your backend supports texture based anti-aliasing (i.e. uses bilinear sampling). Most of the default ImGui backends support this feature out of the box. Learn more [here](https://github.com/ocornut/imgui/issues/3245). Alternatively, you can enable MSAA at the application level if your hardware supports it (4x should do).

Expand Down

0 comments on commit 95de2af

Please sign in to comment.