PoreAna 0.2
  • API
  • Sample
  • Density
  • Diffusion (Bin)
  • Diffusion (MC)
  • Further Properties
  • Site
    • Page
        • bins_plot
          • bins_plot()
    • bins_plot
      • bins_plot()
    Source

    bins_plot¶

    poreana.angle.bins_plot(data_link_angle, data_link_dens, pore_id='shape_00', intent='', is_mean=False, is_norm=False, kwargs={})¶

    This function plots the angle. If an intent is given instead, only a plot-function will be called. Available options for intent are

    • empty string - Create subplots for the density inside and outside the pore

    • in - Create plot for the density inside pore

    • ex - Create plot for the density outside pore

    Parameters:
    data_link_densstring

    Link to density hdf5, obj or yml data file generated by the sample rountine poreana.sample.Sample.init_density()

    data_link_anglestring

    Link to angle data object generated by the sample routine poreana.sample.Sample.init_angle()

    intentstring, optional

    Intent for plotting

    is_meanbool, optional

    True to plot mean values

    is_normbool, optional

    True to normalize x-axis

    kwargs: dict, optional

    Dictionary with plotting parameters (only with given intent)

    Returns:
    meandictionary

    Mean value of the angle inside and outside the pore in nm

    Back to top

    © Copyright 2021, Hamzeh Kraus.
    Created using Sphinx 7.4.6.