News

Data_Analysis Uses matplotlib and pandas to plot data, give x and y axis values, and plot data frames. More coming soon! The matplotlib plotting function* takes a file as an input. The format should ...
Math Function Plotter GUI Overview The Math Function Plotter GUI is a desktop application designed to plot mathematical functions. Built using PySide2 for the GUI and Matplotlib for plotting, this ...
xkcd Plot Styles To generate plots that look hand drawn, in the style of the xkcd comic, we can use the plt.xkcd() styling option. To make the style only temporary we construct the plot under a with ...