-
Notifications
You must be signed in to change notification settings - Fork 0
[surface-basic] Basic 3D Surface Plot #1013
Copy link
Copy link
Closed
Labels
approvedApproved for implementationApproved for implementationimpl:altair:doneAltair implementation mergedAltair implementation mergedimpl:altair:failedaltair max retries exhaustedaltair max retries exhaustedimpl:bokeh:donebokeh implementation mergedbokeh implementation mergedimpl:bokeh:failedbokeh max retries exhaustedbokeh max retries exhaustedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:highcharts:failedhighcharts max retries exhaustedhighcharts max retries exhaustedimpl:letsplot:doneletsplot implementation mergedletsplot implementation mergedimpl:letsplot:failedletsplot max retries exhaustedletsplot max retries exhaustedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:matplotlib:failedmatplotlib max retries exhaustedmatplotlib max retries exhaustedimpl:matplotlib:pendingmatplotlib generation in progressmatplotlib generation in progressimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotly:failedplotly max retries exhaustedplotly max retries exhaustedimpl:plotnine:failedplotnine max retries exhaustedplotnine max retries exhaustedimpl:pygal:donepygal implementation mergedpygal implementation mergedimpl:pygal:failedpygal max retries exhaustedpygal max retries exhaustedimpl:seaborn:doneseaborn implementation mergedseaborn implementation mergedimpl:seaborn:failedseaborn max retries exhaustedseaborn max retries exhaustedspec-readySpecification merged to mainSpecification merged to main
Metadata
Metadata
Assignees
Labels
approvedApproved for implementationApproved for implementationimpl:altair:doneAltair implementation mergedAltair implementation mergedimpl:altair:failedaltair max retries exhaustedaltair max retries exhaustedimpl:bokeh:donebokeh implementation mergedbokeh implementation mergedimpl:bokeh:failedbokeh max retries exhaustedbokeh max retries exhaustedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:highcharts:failedhighcharts max retries exhaustedhighcharts max retries exhaustedimpl:letsplot:doneletsplot implementation mergedletsplot implementation mergedimpl:letsplot:failedletsplot max retries exhaustedletsplot max retries exhaustedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:matplotlib:failedmatplotlib max retries exhaustedmatplotlib max retries exhaustedimpl:matplotlib:pendingmatplotlib generation in progressmatplotlib generation in progressimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotly:failedplotly max retries exhaustedplotly max retries exhaustedimpl:plotnine:failedplotnine max retries exhaustedplotnine max retries exhaustedimpl:pygal:donepygal implementation mergedpygal implementation mergedimpl:pygal:failedpygal max retries exhaustedpygal max retries exhaustedimpl:seaborn:doneseaborn implementation mergedseaborn implementation mergedimpl:seaborn:failedseaborn max retries exhaustedseaborn max retries exhaustedspec-readySpecification merged to mainSpecification merged to main
Description
A 3D surface plot visualizes a function of two variables as a continuous surface in three-dimensional space. The height (z-axis) represents the function value at each (x, y) point, with color often encoding the same or additional information.
Key Features
Applications
Data Requirements
x(numeric array) - X-axis grid valuesy(numeric array) - Y-axis grid valuesz(2D numeric array) - Height values at each (x,y) pointVisual Elements