When I am using an ODS destination, such as ODS HTML, ODS RTF or ODS PDF, PROC R writes all output (including images) to that destination with no additional R code required.
However, when I am using an ODS destination, such as ODS HTML, ODS RTF or ODS PDF, PROC PYTHON will print to the ODS destination, but images can only be sent directly to the browser or to an image file specified in the Python code.
Why do PROC R and PROC PYTHON behave so differently?
So far PROC PYTHON has been tested with the following plotting packages:
- plotly.express
- matplotlib.pyplot and seaborn
Should I be using a specific Python package that behaves with ODS destinations?...............Phil