mirror of
https://github.com/gwm17/implot.git
synced 2024-11-13 22:48:50 -05:00
Update README.md
This commit is contained in:
parent
c8e1f0d86e
commit
8fa6c07f38
|
@ -25,7 +25,7 @@ The API is used just like any other ImGui `Begin`/`End` function. First, start a
|
|||
|
||||
```cpp
|
||||
if (ImGui::BeginPlot("My Plot")) {
|
||||
ImGui::Plot("My Line Plot", x_data y_data, 1000);
|
||||
ImGui::Plot("My Line Plot", x_data, y_data, 1000);
|
||||
ImGui::PlotBar("My Bar Plot", values, 10);
|
||||
...
|
||||
ImGui::EndPlot();
|
||||
|
|
Loading…
Reference in New Issue
Block a user