cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Saving display() plots

User16752241457
New Contributor II

Is there an easy way I can save the plots generated by the display() cmd?

1 REPLY 1

User16788317454
New Contributor III

Plots generated via the display() command are automatically saved under /FileStore/plots. See the documentation for more info: https://docs.databricks.com/data/filestore.html#filestore.

However, perhaps an easier approach to save/revisit plots is to use the pandas api on Spark built-in plotting (part of Spark 3.2/DBR 9) if you're comfortable writing Python code. You can also log them as MLflow artifacts.

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.