Julia for MATLAB Users/Core Language/Graphics
Graphics
editSee Introducing Julia/Plotting for an overview of the plotting ecosystem in Julia.
2-D and 3-D Plots
editLine Plots
editPie Charts, Bar Plots, and Histograms
edithistogram2
Bivariate histogram plot
edit
histcounts
Histogram bin counts
edit
histcounts2
Bivariate histogram bin counts
edit
binscatter
Binned scatter plot
edit
Discrete Data Plots
editplotmatrix
Scatter plot matrix
edit
Polar Plots
editpolarscatter
Scatter chart in polar coordinates
edit
polarhistogram
Histogram chart in polar coordinates
edit
thetaticks
Set or query theta-axis tick values
edit
rticklabels
Set or query r-axis tick labels
edit
thetaticklabels
Set or query theta-axis tick labels
edit
rtickformat
Specify r-axis tick label format
edit
thetatickformat
Specify theta-axis tick label format
edit
rtickangle
Rotate r-axis tick labels
edit
Contour Plots
editcontourslice
Draw contours in volume slice planes
edit
Vector Fields
editstreamslice
Plot streamlines in slice planes
edit
streamline
Plot streamlines from 2-D or 3-D vector data
edit
Surfaces, Volumes, and Polygons
editSurface and Mesh Plots
editfimplicit3
Plot 3-D implicit function
edit
surf2patch
Convert surface data to patch data
edit
Volume Visualization
editcontourslice
Draw contours in volume slice planes
edit
isonormals
Compute normals of isosurface vertices
edit
isosurface
Extract isosurface data from volume data
edit
reducepatch
Reduce number of patch faces
edit
reducevolume
Reduce number of elements in volume data set
edit
shrinkfaces
Reduce size of patch faces
edit
volumebounds
Coordinate and color limits for volume data
edit
divergence
Compute divergence of vector field
edit
interpstreamspeed
Interpolate stream-line vertices from flow speed
edit
streamline
Plot streamlines from 2-D or 3-D vector data
edit
streamparticles
Plot stream particles
edit
streamribbon
3-D stream ribbon plot from vector volume data
edit
streamslice
Plot streamlines in slice planes
edit
streamtube
Create 3-D stream tube plot
edit
Polygons
editsurf2patch
Convert surface data to patch data
edit
Animation
editanimatedline
Create animated line
edit
clearpoints
Clear points from animated line
edit
refreshdata
Refresh data in graph when data source is specified
edit
Formatting and Annotation
editTitles and Labels
editannotation
Create annotations
edit
Axes Appearance
editxticklabels
Set or query x-axis tick labels
edit
yticklabels
Set or query y-axis tick labels
edit
zticklabels
Set or query z-axis tick labels
edit
xtickformat
Specify x-axis tick label format
edit
ytickformat
Specify y-axis tick label format
edit
ztickformat
Specify z-axis tick label format
edit
xtickangle
Rotate x-axis tick labels
edit
ytickangle
Rotate y-axis tick labels
edit
ztickangle
Rotate z-axis tick labels
edit
Colormaps
editColormap Editor
Open colormap editor
edit
3-D Scene Control
editCamera Views
editmakehgtform
Create 4-by-4 transform matrix
edit
cameratoolbar
Control camera toolbar programmatically
edit
Lighting, Transparency, and Shading
editlightangle
Create or position light object in spherical coordinates
edit
Images
edit