News

Project created while learning PySide2. A simple application that allows you to draw charts using Python syntax with error handling.
Contains varoius plots of basic mathematical functions. Contains a 3D plot of comlex exponential function. Contains some manipulations like addition, multiplication etc. of equations.
Functions of two variables can be visualized in many ways: heat maps in 2D, contour curves in 2D, wireframes in 3D, surfaces in 3D. We begin by defining a function of two variables, building an array ...
Matplotlib is a 2D Python library for graph plotting and requires the ... colours and sizes, Live and function plots, Images with colour mappings and colour bars, stepped plots, bar graphs etc. And 3D ...
Import NumPy and Matplotlib for basic linear and polynomial ... equation from earlier using SymPy: m = 3.5 The plot function creates a 2D plot with the slope-intercept form of the equation ...