1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-10-09 15:47:26 -04:00

Very minor change

This commit is contained in:
Adriano Parisi 2020-06-08 00:24:33 +01:00
parent 47bb805348
commit 4293345c54

View File

@ -281,7 +281,7 @@ void ShowDemoWindow(bool* p_open) {
if (ImGui::CollapsingHeader("Error Bars")) {
t_float xs[5] = {1,2,3,4,5};
t_float lin[5] = {8,8,9,7,8};
t_float lin2[5] = { 6,7,6,9,6};
t_float lin2[5] = {6,7,6,9,6};
t_float bar[5] = {1,2,5,3,4};
t_float err1[5] = {0.2f, 0.4f, 0.2f, 0.6f, 0.4f};
t_float err2[5] = {0.4f, 0.2f, 0.4f, 0.8f, 0.6f};