mirror of
https://github.com/gwm17/implot.git
synced 2024-11-23 02:38:53 -05:00
typos and incorrect docs
This commit is contained in:
parent
b369d62f86
commit
10a58c52ca
4
implot.h
4
implot.h
|
@ -385,7 +385,7 @@ IMPLOT_API void EndPlot();
|
||||||
// MyData my_data;
|
// MyData my_data;
|
||||||
// ImPlot::PlotScatterG("scatter", MyDataGetter, &my_data, my_data.Size());
|
// ImPlot::PlotScatterG("scatter", MyDataGetter, &my_data, my_data.Size());
|
||||||
//
|
//
|
||||||
// NB: All types are converted to double before plotting. You may loose information
|
// NB: All types are converted to double before plotting. You may lose information
|
||||||
// if you try plotting extremely large 64-bit integral types. Proceed with caution!
|
// if you try plotting extremely large 64-bit integral types. Proceed with caution!
|
||||||
|
|
||||||
// Plots a standard 2D line plot.
|
// Plots a standard 2D line plot.
|
||||||
|
@ -686,7 +686,7 @@ IMPLOT_API void SetImGuiContext(ImGuiContext* ctx);
|
||||||
// Demo (add implot_demo.cpp to your sources!)
|
// Demo (add implot_demo.cpp to your sources!)
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
// Shows the ImPlot demo. Pass the current ImGui context if ImPlot is a DLL.
|
// Shows the ImPlot demo.
|
||||||
IMPLOT_API void ShowDemoWindow(bool* p_open = NULL);
|
IMPLOT_API void ShowDemoWindow(bool* p_open = NULL);
|
||||||
|
|
||||||
} // namespace ImPlot
|
} // namespace ImPlot
|
||||||
|
|
Loading…
Reference in New Issue
Block a user