Isha Bansal

Isha Bansal

Hey there stranger! Do check out my blogs if you are a keen learner!Hope you like them!

Convex Hulls in Python

Convex Hulls FeaImg

In this tutorial, we will walk through the implementation of a different and unique clustering approach with the help of convex hulls. But it’s always important to understand the concept before jumping right into the code! So let’s understand what…

Venn Diagrams in Python

Venn Diagram FeaImg

The Venn diagram is one of the most obvious data visualizations for illustrating the overlap between two or three data categories or “sets.” John Venn designed these diagrams in the late 1800s; they depict each set of data in a…

Introduction to PyVista in Python

PyVista FeaImg

PyVista (previously `vtki`) is an adaptable assistance module and a high-level API for the Visualization Toolkit (VTK). It is a streamlined interface for the VTK that enables Python-based mesh analysis and 3D figure plotting. It was introduced in May 2019…

Implementing Comic Visualization Python

Comic Visualization FeaImg

We all know that the average individual responds far better to visual information than to text alone. Typically, the graphs generated by Matplotlib are quite flawless but boring. Observing these graphs is not really entertaining. In this tutorial, we will…