![]() |
VOOZH | about |
Plotly is a Python library that is used to design graphs, especially interactive graphs. It can plot various graphs and charts like histogram, barplot, boxplot, spreadplot, and many more. It is mainly used in data analysis as well as financial analysis. plotly is an interactive visualization library.
A grouped box plot is a box plot where categorized are organized in groups and sub-groups. Origin supports plotting grouped Box charts from both Indexed Data or Raw Data. The group box plot is more understandable and efficient in presentation and take less space in the layout.
It can be created using the add_trace() method of figure class. The add_trace() method allow us to add multiple traces in a single graph. Let's see the below examples
Example 1: Vertical grouping of the box plot
Output:
👁 ImageExample 2: Horizontal grouping of the box plot