gempy-project / gempy

GemPy is an open-source, Python-based 3-D structural geological modeling software, which allows the implicit (i.e. automatic) creation of complex geological models from interface and orientation data. It also offers support for stochastic modeling to address parameter and model uncertainties.
https://gempy.org
European Union Public License 1.2
965 stars 232 forks source link

[WIP] Fixfontsize #819

Closed AlexanderJuestel closed 1 year ago

AlexanderJuestel commented 1 year ago

Description

Allows the user to change the font size of the grid labels when ve=1, When ve other than 1 is applied, the label size cannot be changed for some reason. I assume it is a PyVista-related bug as I can reproduce it with a minimal code example. Bug report in the PyVista repo follows.

Relates to #818