-
Notifications
You must be signed in to change notification settings - Fork 0
[wireframe-3d-basic] Basic 3D Wireframe Plot #1015
Copy link
Copy link
Closed
Labels
approvedApproved for implementationApproved for implementationimpl:altair:failedaltair max retries exhaustedaltair max retries exhaustedimpl:bokeh:donebokeh implementation mergedbokeh implementation mergedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:letsplot:failedletsplot max retries exhaustedletsplot max retries exhaustedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotnine:failedplotnine max retries exhaustedplotnine max retries exhaustedimpl:pygal:failedpygal max retries exhaustedpygal max retries exhaustedimpl: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:failedaltair max retries exhaustedaltair max retries exhaustedimpl:bokeh:donebokeh implementation mergedbokeh implementation mergedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:letsplot:failedletsplot max retries exhaustedletsplot max retries exhaustedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotnine:failedplotnine max retries exhaustedplotnine max retries exhaustedimpl:pygal:failedpygal max retries exhaustedpygal max retries exhaustedimpl:seaborn:failedseaborn max retries exhaustedseaborn max retries exhaustedspec-readySpecification merged to mainSpecification merged to main
Description
A 3D wireframe plot displays a surface as a mesh of lines connecting grid points in three-dimensional space. Unlike solid surfaces, wireframes show the underlying structure and allow seeing through to parts of the surface behind.
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