mpl

Data2D([x, y, xx, yy, zz, X, Y, Z, XY])

Container which converts between different x-y-z data formats frequently used by scipy.interpolate.bispl{rep,ev} and mpl_toolkits.mplot3d fuctions.

Data3D

alias of Data2D

Plot([fig, ax, projection])

Container for a plot figure with (by default one) axis ax.

cc

Return elements from the iterable until it is exhausted.

ccl

Return elements from the iterable until it is exhausted.

ccm

Return elements from the iterable until it is exhausted.

clc

Return elements from the iterable until it is exhausted.

clean_ax3d(ax)

On Axes3DSubplot ax, set x,y,z pane color to white and remove grid.

cm

Return elements from the iterable until it is exhausted.

cmc

Return elements from the iterable until it is exhausted.

collect_legends(*axs)

Collect legend data from multiple axes, return input for legend().

color_ax(ax, color[, axis, spine_loc, ...])

Change ax color.

colors

Built-in mutable sequence.

colors_linestyles

Built-in mutable sequence.

colors_markers

Built-in mutable sequence.

cycle_colors

Return elements from the iterable until it is exhausted.

cycle_colors_linestyles

Return elements from the iterable until it is exhausted.

cycle_colors_markers

Return elements from the iterable until it is exhausted.

cycle_linestyles_colors

Return elements from the iterable until it is exhausted.

cycle_markers

Return elements from the iterable until it is exhausted.

cycle_markers_colors

Return elements from the iterable until it is exhausted.

fig_ax(**kwds)

fig,ax = fig_ax()

fig_ax3d([clean])

fig,ax3d = fig_ax()

get_2d_testdata([n])

2D sin + cos data.

ic

icl

icm

ilc

im

imc

iter_colors

iter_colors_linestyles

iter_colors_markers

iter_linestyles

iter_linestyles_colors

iter_markers

iter_markers_colors

linestyles

Built-in mutable sequence.

linestyles_colors

Built-in mutable sequence.

make_axes_grid_fig([num])

Create an mpl Figure and add to it an axes_grid.SubplotHost subplot (hostax).

markers

Built-in mutable sequence.

markers_colors

Built-in mutable sequence.

meshgridt(*args, **kwds)

new_axis(fig, hostax[, off, loc, ticks, ...])

Make a new axis line using mpl_toolkits.axes_grid's SubplotHost and ParasiteAxes.

plotlines3d(ax3d, x, y, z, *args, **kwargs)

Plot x-z curves stacked along y.

prepare_plots(names[, projection])

Return a dict of Plot instances.

smooth_color(idx, niter)

Helper for creating color transitions in loops.

smooth_color_func(niter, func)

Version of smooth_color() that accepts a function.