My book Problem Solving with Python is available on Amazon

My first book: Problem Solving with Python 3.6 Edition is available on Amazon. So excited about publishing my first book! Pick it up here: Link to Amazon
The book has been over a year in the making. Many long nights writing and revising. Without the support of my awesome …
more ...

A quiver plot is a type of 2D plot that shows vector lines as arrows. Quiver plots are useful in electrical engineering to visualize electrical potential and valuable in mechanical engineering to show stress gradients. In this post, we will build three quiver plots using Python, matplotlib, numpy, and Jupyter notebooks.
After watching a great webinar about plotting with different python libraries, I wanted to see what it was like to make a stress strain curve using four different modules: pandas, matplotlib, altair and bokeh (with holoviews).