Skip to content

Commit 624feda

Browse files
authored
Update README.md
1 parent 9d9b145 commit 624feda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ An online version of the demo is hosted [here](https://traineq.org/implot_demo/s
8585

8686
A: ImGui is an incredibly powerful tool for rapid prototyping and development, but provides only limited mechanisms for data visualization. Two dimensional plots are ubiquitous and useful to almost any application. Being able to visualize your data in real-time will give you insight and better understanding of your application.
8787

88-
**Q: Is ImPlot suitable for real-time plotting?**
88+
**Q: Is ImPlot suitable for plotting large datasets?**
8989

9090
A: Yes, within reason. You can plot tens to hundreds of thousands of points without issue, but don't expect plotting over a million to be a buttery smooth experience. We do our best to keep it fast and avoid memory allocations.
9191

0 commit comments

Comments
 (0)