Visualise dataset using seaborn.

I often use scatter plot to analyse relationship of 2 valuables. There are a lots of tools for visualise dataset. Now, I challenged to use seaborn. Seaborn is python library based on matplotlib. And easy to make cool visualisation. Following snippet, I read sample data from rdkit install folder and plot MolWt vs LogP usingContinue reading “Visualise dataset using seaborn.”