Skip to content

Latest commit

 

History

History
78 lines (43 loc) · 750 Bytes

README.md

File metadata and controls

78 lines (43 loc) · 750 Bytes

seaborn

A collection of demo programs from public domain illustrating elementary Seaborn plots. The key pre-requisite for Seaborn is the installation of matplotlib package.

Programs

  1. Hello Matlibplot

Classic "Hello" example for matplotlib. 🔰 demo_01

  1. Hello Seaborn

A very simple introduction to Seaborn using an intrinsic dataset. You can use the get_datasets() function to retrieve the list of available datasets at Seaborn demo_02

References

  • P
  • Q

IoTlogo