optframework.utils.plotter.plotter module
Scientific Python plotter
@author: Frank Rhein
- optframework.utils.plotter.plotter.plot_init(scl_a4=1, page_lnewdth_cm=16.5, scl=1, fnt='sans-serif', figsze=[6.4, 4.8], frac_lnewdth=0.6, mrksze=6, lnewdth=1.5, use_locale=False, fontsize=10, labelfontsize=9, tickfontsize=8)[source]
- optframework.utils.plotter.plotter.plot_data(x, y, err=None, fig=None, ax=None, plt_type=None, lbl=None, xlbl=None, ylbl=None, mrk='o', lnstyle='-', clr='k', tit=None, grd='major', grd_ax='both', leg=True, leg_points_only=False, barwidth=0.5, hatch=None, alpha=1, err_clr=None, zorder=None, mrkedgecolor=None, mrkedgewidth=0.5, err_ax='y')[source]
- optframework.utils.plotter.plotter.plot_1d_hist(x, w=None, bins=10, scale='lin', fig=None, ax=None, xlbl=None, ylbl=None, clr='k', tit=None, grd=True, norm=True, only_calc=False, alpha=0.7)[source]
- optframework.utils.plotter.plotter.plot_2d_hist(x, y, w=None, bins=(10, 10), scale=('lin', 'lin'), fig=None, ax=None, xlbl=None, ylbl=None, clr='viridis', tit=None, grd=True, norm=True, colorbar=True, cblbl='', only_calc=False, scale_hist='lin', hist_thr=1e-06)[source]