Show More
Commit Description:
Add logarithmic scale....
Commit Description:
Add logarithmic scale. Imperfect but does mostly work so I think it's worth merging this work from the past few weeks.
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiTableRowFlags.gen.cs
9 lines | 128 B | text/x-csharp | CSharpLexer
Include implot.
r505 namespace ImGuiNET
{
[System.Flags]
public enum ImGuiTableRowFlags
{
None = 0,
Headers = 1,
}
}