geoprob_pipe.visualizations.graphs.betrouwbaarheidsindex ======================================================== .. py:module:: geoprob_pipe.visualizations.graphs.betrouwbaarheidsindex Classes ------- .. autoapisummary:: geoprob_pipe.visualizations.graphs.betrouwbaarheidsindex.GraphBetaValuesSingleInteractive Functions --------- .. autoapisummary:: geoprob_pipe.visualizations.graphs.betrouwbaarheidsindex._add_beta_per_uittredepunt_points geoprob_pipe.visualizations.graphs.betrouwbaarheidsindex._add_beta_per_uittredepunt_indication_above_plotting_range geoprob_pipe.visualizations.graphs.betrouwbaarheidsindex._add_beta_per_uittredepunt_indication_below_plotting_range Module Contents --------------- .. py:function:: _add_beta_per_uittredepunt_points(self, df_for_graph, mask, name, color, value) Visualization of beta of uittredepunten. :param self: GraphBetaValuesSingleInteractive-object :param df_for_graph: Data to plot :param mask: Boolean Series for which uittredepunten to plot in graph. Either converged of unconverged points. :param name: Marker name :param color: Marker color :param value: Requested option: converged or not converged .. py:function:: _add_beta_per_uittredepunt_indication_above_plotting_range(self, df_for_graph, mask, name, color, value) Indication to user that there are Beta results plotted outside the plotting range. In this case above range. .. py:function:: _add_beta_per_uittredepunt_indication_below_plotting_range(self, df_for_graph, mask, name, color, value) Indication to user that there are Beta results plotted outside the plotting range. In this case below range. .. py:class:: GraphBetaValuesSingleInteractive(geoprob_pipe, export = True) .. py:attribute:: geoprob_pipe .. py:attribute:: fig .. py:attribute:: gdf_uittredepunten .. py:attribute:: gdf_vakken .. py:attribute:: m_start .. py:attribute:: m_end .. py:attribute:: beta_min .. py:attribute:: beta_max .. py:method:: _add_backgrond() .. py:method:: _add_beta_per_scenario() .. py:method:: _add_beta_per_uittredepunt() .. py:method:: _add_beta_per_vak() .. py:method:: _update_layout() .. py:method:: _optionally_export(export = False, add_timestamp = False)