simudo.plot package¶
Submodules¶
simudo.plot.matplotlib module¶
simudo.plot.pdftoppm module¶
simudo.plot.plot module¶
- class simudo.plot.plot.LegendText(ax, index)[source]¶
Bases:
BaseText- property legend_text_object¶
- property string¶
- simudo.plot.plot.percentile_update_limits(limits=None, values=None, percentiles=(3, 97))[source]¶
Update an array [ymin, ymax] with values values by using the percentiles percentiles.
Note: this function modifies its first argument, and also returns it. If the first argument is None, [inf, -inf] is returned.