0

I am trying to use `dir(sns.plt) but this results in an error:

dir(sns.plt)
Traceback (most recent call last):

  File "<ipython-input-3-8072046646b0>", line 1, in <module>
    dir(sns.plt)

AttributeError: module 'seaborn' has no attribute 'plt'

How do get 'plt' to show up or add it?

aviya.developer
  • 3,343
  • 2
  • 15
  • 41
Will
  • 1
  • 1

1 Answers1

0

Please review this posting for more information on plt used with seaborn: Seaborn plots not showing up

GLarose
  • 171
  • 1
  • 9