pybic.Plot

pybic.Plot(dats, strings=None, color=None, alpha=1.0, marker=None, ms=6, lw=2, ls='-', fsize=20, fweight='normal', grid=True, minorgrid=True, minorgridColor=[0.9, 0.9, 0.9], tickweight='bold', xlim=None, ylim=None, forceGrid=False, cmap='CMRmap', cbarNorth=False, cbarweight='none', cbarfsize=None, cbarPad=0.05, vlim=None, cax=None, zlim=None, shrink=0.7, elev=26, azim=-30, roll=0, zoom=0.8, dpi=180, SaveAs=None, figax=None)[source]

All purpose plotting tool!

Hint

See the dedicated Jupyter notebook for more info!

Parameters:

dats (list) – Data.

Returns:

fig,ax,cax = Plot(...)

  • fig (Figure) - Output figure.

  • ax (Axes) - Output axes.

  • cax (Axes) - Colorbar axes (else None).

Return type:

list