-1

Using the facetgrid , the grids are not getting displayed . just the histogram is displayed .

grids are not displayed

DavidG
  • 24,279
  • 14
  • 89
  • 82
ReNinja
  • 543
  • 2
  • 10
  • 27

2 Answers2

1

Try to call the following before plotting

sns.set()
CAPSLOCK
  • 6,243
  • 3
  • 33
  • 56
1

I just needed to set_style('darkgrid')

ReNinja
  • 543
  • 2
  • 10
  • 27