-
Notifications
You must be signed in to change notification settings - Fork 1
[wireframe-3d-basic] Basic 3D Wireframe Plot #1015
Copy link
Copy link
Closed
Labels
approvedApproved for implementationApproved for implementationimpl:altair:doneAltair implementation mergedAltair implementation mergedimpl:bokeh:donebokeh implementation mergedbokeh implementation mergedimpl:chartjs:donechartjs implementation mergedchartjs implementation mergedimpl:d3:doned3 implementation mergedd3 implementation mergedimpl:echarts:doneecharts implementation mergedecharts implementation mergedimpl:ggplot2:failedggplot2 implementation failedggplot2 implementation failedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:letsplot:doneletsplot implementation mergedletsplot implementation mergedimpl:makie:donemakie implementation mergedmakie implementation mergedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:matplotlib:pendingmatplotlib generation in progressmatplotlib generation in progressimpl:muix:donemuix implementation mergedmuix implementation mergedimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotnine:failedplotnine max retries exhaustedplotnine max retries exhaustedimpl:pygal:donepygal implementation mergedpygal implementation mergedimpl:seaborn:doneseaborn implementation mergedseaborn implementation mergedspec-readySpecification merged to mainSpecification merged to main
Description
Metadata
Metadata
Assignees
Labels
approvedApproved for implementationApproved for implementationimpl:altair:doneAltair implementation mergedAltair implementation mergedimpl:bokeh:donebokeh implementation mergedbokeh implementation mergedimpl:chartjs:donechartjs implementation mergedchartjs implementation mergedimpl:d3:doned3 implementation mergedd3 implementation mergedimpl:echarts:doneecharts implementation mergedecharts implementation mergedimpl:ggplot2:failedggplot2 implementation failedggplot2 implementation failedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:letsplot:doneletsplot implementation mergedletsplot implementation mergedimpl:makie:donemakie implementation mergedmakie implementation mergedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:matplotlib:pendingmatplotlib generation in progressmatplotlib generation in progressimpl:muix:donemuix implementation mergedmuix implementation mergedimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotnine:failedplotnine max retries exhaustedplotnine max retries exhaustedimpl:pygal:donepygal implementation mergedpygal implementation mergedimpl:seaborn:doneseaborn implementation mergedseaborn implementation mergedspec-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