Closed FedeClaudi closed 3 years ago
As discussed: https://github.com/willmcgugan/rich/discussions/1002
Added a __rich_console__ method to Figure for integration with rich. This simplifies the syntax when displaying plots in rich, and enables for simple formatting (e.g. color of string representation of the plots)
__rich_console__
Figure
As discussed: https://github.com/willmcgugan/rich/discussions/1002
Added a
__rich_console__
method toFigure
for integration with rich. This simplifies the syntax when displaying plots in rich, and enables for simple formatting (e.g. color of string representation of the plots)