MGSurvE.plots

Data-Visualization functions.

Functions

plotClean(fig, ax[, frame, bbox, labels])

Makes axes equally spaced and removes frame.

plotDirectedNetwork(fig, ax, sites, pTypes, ...)

Plots edge and node centrality.

plotFitness(fig, ax, fitness[, pos, fmt, ...])

Adds the fitness value to the plot.

plotGAEvolution(fig, ax, gaLog[, colors, ...])

Makes axes equally spaced and removes frame.

plotLandBoundary(fig, ax[, landTuples])

Plots the land's boundary as a polygon.

plotMatrix(fig, ax, matrix[, trapsNumber, ...])

Block matrix plot for the connection network.

plotMigrationNetwork(fig, ax, transMtx, ...)

Plots a transitions matrix.

plotSites(fig, ax, sites, pTypes[, markers, ...])

Plots a transitions matrix.

plotTraps(fig, ax, trapsCoords, trapsTypes, ...)

Plots the traps with the radii of effectiveness.

plotTrapsNetwork(fig, ax, transMtx, traps, sites)

Plots the connectivity network of traps in the landscape.

saveFig(fig, ax, filepath, filename[, dpi, ...])

Save figure to disk.