diff --git a/implot_demo.cpp b/implot_demo.cpp index 19211c1..a92a5f3 100644 --- a/implot_demo.cpp +++ b/implot_demo.cpp @@ -563,7 +563,7 @@ void ShowDemoWindow(bool* p_open) { ImPlot::PlotText("Open Markers", 7.5f, 6.0f); ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(1,0,1,1)); - ImPlot::PlotText("Vertical Magneta Text", 5.0f, 6.0f, true); + ImPlot::PlotText("Vertical Text", 5.0f, 6.0f, true); ImGui::PopStyleColor(); ImPlot::EndPlot();