CsatiZoltan / CristalX

Identification and analysis of polycrystalline microstructures
https://cristalx.readthedocs.io
GNU Lesser General Public License v3.0
6 stars 7 forks source link

Convergence results from FEPX #66

Open CsatiZoltan opened 3 years ago

CsatiZoltan commented 3 years ago

It consists of two parts:

  1. Parsing the post.conv file Implement it in the main module.
  2. Plotting the results It needs matplotlib, so in order to keep the dependencies minimal, implement the plotting in a script. Then the implemented plotting function can be imported into a Jupyter notebook for demonstration. Return the figure object, which contains every child object (axes, etc.). This way, the user can use the tikzplotlib package for publication quality figures.

Plotting the convergence results

Support two plotting styles:

Convergence_plot_minimal

Convergence_plot_detailed