From ea1cfad9b38e2e51dbb0469c06434a5a5451c2f2 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Tue, 2 Jun 2020 22:30:03 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c572ed9..f2aaf20 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ImPlot is an immediate mode plotting widget for [Dear ImGui](https://github.com/ - error bars - pie charts - heatmaps - - and more likely to come + - and more likely to come (check [Announcements](https://github.com/epezent/implot/issues/48)) - mix/match multiple plot items on a single plot - configurable axes ranges and scaling (linear/log) - reversible and lockable axes @@ -79,7 +79,7 @@ A: Yes to y-axes (up to three), "not yet" to x-axes. **Q: Does ImPlot support [insert plot type]?** -A: Maybe. Check the gallery and demo to see if your desired plot type is shown. If not, consider submitting an issue or better yet, a PR! +A: Maybe. Check the demo, gallery, or [Announcements](https://github.com/epezent/implot/issues/48) to see if your desired plot type is shown. If not, consider submitting an issue or better yet, a PR! **Q: Does ImPlot support 3D plots?**