3D Line or Scatter plot using Matplotlib (Python) [3D Chart]
If you ever want to plot some trajectory of particles then a 3D plot can be particularly useful. The following is a very…
Read MoreFind all the latest tips and news regarding computers, gadgets, hacking and web publishing. Also regularly updated jokes full of geeky humor.
If you ever want to plot some trajectory of particles then a 3D plot can be particularly useful. The following is a very…
Read MoreOUTPUT: MP4 Video GIF Manas SharmaPh.D. researcher at Friedrich-Schiller University Jena, Germany. I’m a physicist specializing in computational material science. I write efficient…
Read MoreDEMO CODE: YouTube Tutorial Manas SharmaPh.D. researcher at Friedrich-Schiller University Jena, Germany. I’m a physicist specializing in computational material science. I write efficient…
Read MoreIn this brief blog post I post a small code that can be used to solve a system of linear equations using SciPy…
Read MoreIn this blog post, I demonstrate a Python code, that shows how to perform various matrix operations such as: 1. Defining a matrix,…
Read MoreIn this post, I show a sample code along with a YouTube tutorial that can be used to fit a set of data-points…
Read MoreThis is the third and the final post on my series on writing a Powder XRD pattern (diffractogram) simulator from scratch using C.…
Read MoreThis is the second post in the series of my posts on how to write an XRD Pattern simulator using C. In the…
Read MoreIf you follow my blog, then you’d probably remember how I tried to write a powder X-Ray diffraction (XRD) pattern simulator quite a…
Read MoreI have recently written a post that calculates the determinant of a given square matrix using the Gaussian elimination technique. In the last…
Read More