Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
brenocq
/
implot3d
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
81
Star
1.3k
Code
Issues
35
Pull requests
12
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Feat: Simplify PlotSurface API
- #135
#135
Open
ACvanWyk
wants to merge 15 commits into
brenocq:main
brenocq/implot3d:main
from
ACvanWyk:plotsurface
ACvanWyk/implot3d:plotsurface
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Open
Feat: Simplify PlotSurface API
#135
ACvanWyk
wants to merge 15 commits into
brenocq:main
brenocq/implot3d:main
from
ACvanWyk:plotsurface
ACvanWyk/implot3d:plotsurface
Copy head branch name to clipboard
Commits
Commits on Jul 14, 2025
Added a "simplified" PlotSurface that only takes in one array.
Show description for ae10a40
ACvanWyk
committed
ae10a40
View commit details
Copy full SHA for ae10a40
Browse repository at this point
fix: Get rid of unused variables
ACvanWyk
committed
103ec10
View commit details
Copy full SHA for 103ec10
Browse repository at this point
feat: Use the `GetSurfaceValue` to get the Values for the axis depending on what the data axis was set to
Show description for 9e93356
ACvanWyk
committed
9e93356
View commit details
Copy full SHA for 9e93356
Browse repository at this point
Commits on Jul 15, 2025
feat: Add the `surface_axis` to set which axis should be used for the surface plot and allows for even more control
Show description for 3903969
ACvanWyk
committed
3903969
View commit details
Copy full SHA for 3903969
Browse repository at this point
refactor: Fix up some comments and value displayed in the combo box
ACvanWyk
committed
15f563e
View commit details
Copy full SHA for 15f563e
Browse repository at this point
refactor: Split the new "simplified" demo into two parts
Show description for dc073f1
ACvanWyk
committed
dc073f1
View commit details
Copy full SHA for dc073f1
Browse repository at this point
refactor: Fix up comments + remove comments that are not applicable
Show description for 71a400a
ACvanWyk
committed
71a400a
View commit details
Copy full SHA for 71a400a
Browse repository at this point
Commits on Jul 16, 2025
fix: Get rid of unneed case statements
Show description for 35f4047
ACvanWyk
committed
35f4047
View commit details
Copy full SHA for 35f4047
Browse repository at this point
refactor: Rename the `x_count` and `y_count` to `minor_count` and `major_count` since that matches how they are used in the new `PlotSurface` function.
Show description for dff4d4f
ACvanWyk
committed
dff4d4f
View commit details
Copy full SHA for dff4d4f
Browse repository at this point
refactor: Apply small optimisation to determine the `MajorRef` and `MinorRef` to apply to the major and minor when creating the `Getter` instead of determining it in the for loop each time
ACvanWyk
committed
cb3b07c
View commit details
Copy full SHA for cb3b07c
Browse repository at this point
fix: Minor optimisation. Get rid of having to determine the major and minor values if they are already available.
Show description for 62d4bcd
ACvanWyk
committed
62d4bcd
View commit details
Copy full SHA for 62d4bcd
Browse repository at this point
Commits on Jul 17, 2025
refactor: Rename `MajorRef`, `MajorOffset`, `MinorRef` and `MinorOffset` to `MajorValueRef`, `MajorValueOffset`, `MinorValueRef` and `MinorValueOffset`
Show description for d4b4b25
ACvanWyk
committed
d4b4b25
View commit details
Copy full SHA for d4b4b25
Browse repository at this point
Commits on Aug 3, 2025
feat: Update the surface plot API based on initial feedback
Show description for 77ac908
ACvanWyk
committed
77ac908
View commit details
Copy full SHA for 77ac908
Browse repository at this point
refactor: Change x and y count to minor and major count and add some comments
Show description for c4faa99
ACvanWyk
committed
c4faa99
View commit details
Copy full SHA for c4faa99
Browse repository at this point
fix: Make the `ImPlot3DSurfaceFlags_PlaneXY` the default
Show description for 39fab8d
ACvanWyk
committed
39fab8d
View commit details
Copy full SHA for 39fab8d
Browse repository at this point
You can’t perform that action at this time.