From 9fbacad16af5985d6a24f6b9c5e7edf8cc2bcbd3 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Wed, 29 Apr 2020 08:13:23 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f35a3e..0d86569 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,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 and matplotlib for these purposes. -**Q: Can ImPlot be used with other languages/bindings?"** +**Q: Can ImPlot be used with other languages/bindings?** A: Yes, you can use the C binding, [cimplot](https://github.com/cimgui/cimplot) with most high level languages.