Explanation of tables
| * | green | Function exists in octave 2.0.x
Noted incompatibilities and missing features |
| + | yellow | Function exists in matcompat
Author and home for the function. |
| ? | orange | Function doesn't exist
Explanation of what you can do instead. |
| x | red | Function doesn't exist, and no work-around |
Line plots
| * | plot | |
| + | plot3 |
Paul Kienzle |
| * | loglog | |
| * | semilogx | |
| * | semilogy | |
| * | polar | |
| x | plotyy | |
| ? | errorbar |
Teemu Ikonen announces errorbar support, though not fully compatible. |
| x | scatter | |
| x | plotmatrix | |
| + | stem |
Paul Kienzle |
| x | stem3 | |
| * | stairs | |
| x | comet | |
| x | feather |
Business graphs
| + | pie |
Daniel Heiserer. |
| x | pie3 | |
| x | area | |
| * | bar | |
| x | barh | |
| x | bar3 | |
| x | bar3h | |
| x | ribbon | |
| x | pareto | |
| + | fill |
Daniel Heiserer has a hack for gnuplot. See the archives for a better way (if you are willing to patch gnuplot). |
Contour plots
| + | contour |
parameter order changed by Paul Kienzle to correspond to Matlab |
| x | contourf | |
| x | contour3 | |
| x | clabel | |
| ? | pcolor |
use imagesc; Jean-Marc Valin has an OpenGL-based pcolor application. |
Surface plots
| * | mesh | |
| + | surf |
Paul Kienzle |
| x | comet3 | |
| + | quiver |
Roberto Almeida |
| + | meshc |
faked by Paul Kienzle |
| x | meshz | |
| x | scatter3 | |
| + | surfc |
faked by Paul Kienzle |
| x | trisurf | |
| ? | trimesh |
Kai Habel; part of his geometry toolbox |
| x | waterfall | |
| + | fill3 |
Based on ?? |
Volume plots
| x | isosurface | |
| x | isonormals | |
| x | isocaps | |
| x | contourslice | |
| x | slice | |
| x | streamline | |
| x | stream3 | |
| x | stream2 | |
| x | quiver3 | |
| x | coneplot | |
| x | subvolume | |
| x | reducevolume | |
| x | smooth3 |
Function and expression plotters
| x | ezpolar | |
| x | ezplot | |
| x | ezcontour | |
| x | ezcontourf | |
| x | ezmesh | |
| x | ezmeshc | |
| x | ezsurf | |
| x | ezsurfc | |
| x | ezgraph3 | |
| x | ezplot3 | |
| x | fplot |