Interactive Plots
\n", "\n", "Bokeh
\n", "\n", "The pandas-bokeh library offers \n", "convenient functions for producing interactive Bokeh plots with few lines of code.
\n", "Bokeh figures will preserve their default aspect ratio by default - though this behaviour\n", "can be configured through the Bokeh figure object in some cases. Composite objects, such\n", "as the line chart with range slider, may need to be created using the Bokeh core API in\n", "order to configure them correctly.
\n", "\n", "Line Plot with Range Slider
\n", "\n", "Scatter Plot
\n", "\n", "Plotly
\n", "\n", "With the Plotly backend for Pandas \n", "we can access the Plotly Express API directly from the '.plot()' method of any DataFrame or Series.
\n", "Plotly figures will expand to fill their container space by default. \n", "All esparto figure classes can be manually adjusted \n", "through their width and height attributes.
\n", "\n", "