Skip to content

Commit

Permalink
document per axis menus in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
epezent committed Aug 19, 2020
1 parent b409aec commit 038a9c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion implot_demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,10 @@ void ShowDemoWindow(bool* p_open) {
ImGui::Indent();
ImGui::BulletText("Double left click on an axis to fit the individual axis.");
ImGui::Unindent();
ImGui::BulletText("Double right click to open the plot context menu.");
ImGui::BulletText("Double right click to open the full plot context menu.");
ImGui::Indent();
ImGui::BulletText("Double right click on an axis to open the axis context menu.");
ImGui::Unindent();
ImGui::BulletText("Click legend label icons to show/hide plot items.");
ImGui::BulletText("IMPORTANT: By default, anti-aliased lines are turned OFF.");
ImGui::Indent();
Expand Down

0 comments on commit 038a9c9

Please sign in to comment.