Skip to content

Plotting

Woxi implements the most common 2D and 3D plotting functions from the Wolfram Language, along with charting and graphics primitives.

Because graphical output cannot be compared textually, the examples below use Head[...] to verify that a plot expression returns a Graphics or Graphics3D value. In a Jupyter notebook or the playground, the same expressions render as SVG images.

2D Function Plots

List plots

3D Plots

Charts

Raw graphics

Additional Functions