Candidates interested in pursuing a PhD and passionate about working in the area of computational metal plasticity may send me an email
A very useful opensource plotting tool with lot of control.
The script downloads the data from covid19india.org's repository and plots the daily cases till now. Cases for individual cities can also be plotted. You need to have cygwin installed if you are using windows.
Use the following command to run the script from terminal -
> gnuplot -e "fityes=1;dwn=1;dayint=30;coln=2;endday=31-12-2020"It is a very useful vector graphics language which comes bundled with the texlive package. One can create very useful 2D or 3D interactive vector graphics using asymptote. It can be used as a standalone to generate a PDF of the vector graphics, or can be used within a latex code to embed the graphics in a latex document. The standalone asymptote files can be saved with an extension ".asy" and can be compiled using the following command -
> asy filename.asy
An example of such vector graphics created with asymptote is shown below.
Please download the file and open it with Adobe Acrobat Reader to view the content.The code snippet for the above vector graphics: (get the actual file here)
An open source equivalent of Matlab. It's available here - https://www.gnu.org/software/octave/