cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Why is my Plotly graph squished?

niels
New Contributor III
fig = make_subplots(1,4)
cols = ['OrderValue', 'TransactionPrice', 'ProductPrice', 'ProductUnits']
 
 
for i, col in enumerate(cols):
    fig.add_trace(
        go.Histogram(x=silver_df.select(col).toPandas()[col]),
        row=1, col=i+1
    )
 
p = plot(fig, output_type='div')
 
displayHTML(p)

I am using the above code to generate a Plotly graph. The code runs, but the output is squished (see attachment).

Any tips as to how to fix it?

2 REPLIES 2

jose_gonzalez
Databricks Employee
Databricks Employee

Hi @Niels Otaโ€‹,

whats the DBR version you are using? what web browser are you using? please provide more details if possible

Vidula
Honored Contributor

Hey there @Niels Otaโ€‹ 

Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. 

We'd love to hear from you.

Thanks!

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group