MaximalBipartiteMatching[g] gives the maximal matching of the bipartite graph g.
ButterflyGraph[n] returns the n-dimensional butterfly graph, a directed graph whose vertices are pairs (w, i), where w is a binary string of length n and i is an integer in ...
LegendSpacing is an option for Legend which specifies the amount of space around each key box on a scale where the box is 1.
ConvertTemperature[temp, oldscale, newscale] converts temperature temp from temperature scale oldscale to scale newscale.
You may want to export a graphic for use outside Mathematica . You have a large set of choices of raster and vector formats.
DialogNotebook[{cell_1, cell_2, ...}] represents a dialog notebook that can be manipulated by the Mathematica front end.
EdgeRenderingFunction is an option for GraphPlot and related functions that gives a function to generate the graphics primitives to use in rendering each edge.
Exclusions is an option that specifies where to exclude in regions used by functions like Plot, Plot3D, and NIntegrate.
ImageAdjust[image] adjusts the levels in image, rescaling them to cover the range 0 to 1.ImageAdjust[image, c] adjusts the contrast of image by an amount c.ImageAdjust[image, ...