use_latex
does not reset text.usetex
to False
once its set to True
#70
Labels
use_latex
does not reset text.usetex
to False
once its set to True
#70
Describe the bug
After running the function
mlresearch.utils.set_matplotlib_style
once with the parameteruse_latex=True
, if it is run a second time withuse_latex=False
the rcParams are not updated accordingly.Steps/Code to Reproduce
Expected Results
False
Actual Results
True
Versions
The text was updated successfully, but these errors were encountered: