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:
ImPlot.NET/Generated/ImPlotOrientation.gen.cs
8 lines | 116 B | text/x-csharp | CSharpLexer
Include implot.
r505 namespace ImPlotNET
{
public enum ImPlotOrientation
{
Horizontal = 0,
Vertical = 1,
}
}