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.density.bins_plot(density, pore_id='shape_00', intent='', target_dens=0, is_mean=False, kwargs={})¶

    This function plots the density of the given object. 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:
    densitydictionary

    Density object from the density calculation bins()

    pore_idstring, optional

    If there is more than one shape in the structure, select the shape you want the results to be.

    intentstring, optional

    Intent for plotting

    target_densfloat, optional

    Target density for plot

    is_meanbool, optional

    True to plot mean values

    kwargs: dict, optional

    Dictionary with plotting parameters (only for given intent)

    Back to top

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