-
Notifications
You must be signed in to change notification settings - Fork 42
Added plotLines() and plotHistogram() #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
f9accd7
d9c2b30
7339c92
08cb42e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,6 @@ zig-out | |
|
||
# Ignore some special OS files | ||
*.DS_Store | ||
|
||
# Ignore local example builds | ||
example/* | ||
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -1828,6 +1828,66 @@ pub const textLink = zguiTextLink; | |||||
|
||||||
extern fn zguiTextLinkOpenURL(label: [*:0]const u8, url: ?[*:0]const u8) void; | ||||||
pub const textLinkOpenURL = zguiTextLinkOpenURL; | ||||||
//-------------------------------------------------------------------------------------------------- | ||||||
const PlotNative = struct { | ||||||
|
const PlotNative = struct { | |
const PlotArgs = struct { |
Copilot uses AI. Check for mistakes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bot is right. Let's use PlotArgs
here for consistency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, seems I have missed that out when I was testing the library.