Actualités

A set of python programs to make a map (2D or 3D). This repository contains python programs for using simple x, y and z co-ordinates to plot the results in either 2D (only x and y) and in 3D (x, y and ...
GPFPlot is a Python script which generates 2D plots of orbitals, electronic densities and GPF density partitioning associated to GAMESS / VB2000 output files. - davidsousarj/GPFPlot ...
The plot function creates a 2D plot with the slope-intercept form of the equation, and the (x,-10,10) part specifies the range of the graph, between the x values of -10 and 10. This will also be ...
First, there is the x and y sets. The "arange" function in pylab (which you would have to load at the top) makes a list of numbers from 0 to 0.05 in increments of 0.001. So, x and y are just two ...