Python Graph not showing

Syed1
New Contributor III

Hi , I have run this code

import matplotlib.pyplot as plt

import numpy as np

plt.style.use('bmh')

%matplotlib inline

x = np.array([5,7,8,7,2,17,2,9,4,11,12,9,6])

y = np.array([99,86,87,88,111,86,103,87,94,78,77,85,86])

p= plt.scatter(x, y)

display

command runs but no result is showing . I am using databricks 7.6 version any help will be greatly appreciated

Hubert-Dudek
Databricks MVP

I think you need to upgrade runtime as I've just tested it and it worked like a charm 🙂

imagen 


My blog: https://databrickster.medium.com/

View solution in original post

Syed1
New Contributor III

can you please explain upgrade runtime? i again try the same command but it show nothing the command execute successfully

Syed1
New Contributor III

i am using 7.3 LTS ML (includes Apache Spark 3.0.1, Scala 2.12)

can you please tell which version are you using

Anonymous
Not applicable

I got it to work on 9.1 LTS

Great to hear. I was using 10.4


My blog: https://databrickster.medium.com/

User16725394280
Databricks Employee
Databricks Employee

@Syed Ubaid​  i tried with 7.3 LTS and its works fine.

Screenshot 2022-04-08 at 5.11.05 PM

Hi @Syed Ubaid​ ,

Just a friendly follow-up. Do you still need help or any of the responses from above help you to resolved your issues? Please let us know.