.. _adjusting_plots: ====================================== Adjusting Plots ====================================== NannyML uses `Plotly `_ to generate figures and returns :class:`plotly.graph_objs._figure.Figure` from :meth:`~plot` methods. When you need the plot to do something other than the default plotting, e.g., add another curve or indicate a specific time period in the figure, you can do this by updating the plot. The example below adds an indicator for a particular period of interest using this method. .. nbimport:: :path: ./example_notebooks/Tutorial - Adjusting plots.ipynb :cells: 1 .. image:: /_static/tutorials/adjust_plots/adjusting_plots_time_periods_indication.svg