Is your feature request related to a problem? Please describe.
If Pyleoclim is imported, the default style gets implemented on all graphics, including the one made by matplotlib. The Matplotlib style implementation goes back to the default of Matplotlib instead of the adaptive style in this library.
Describe the solution you'd like
A way to turn style off when loading.
@fzhu2e since you implemented this in Pyleoclim, can you tell me what to add to turn off styles completely? (you don't need to do the implementation. Just need to a pointer in the code for a if/else loop and an off option).
Is your feature request related to a problem? Please describe.
If Pyleoclim is imported, the default style gets implemented on all graphics, including the one made by matplotlib. The Matplotlib style implementation goes back to the default of Matplotlib instead of the adaptive style in this library.
Describe the solution you'd like A way to turn style off when loading.
@fzhu2e since you implemented this in Pyleoclim, can you tell me what to add to turn off styles completely? (you don't need to do the implementation. Just need to a pointer in the code for a if/else loop and an off option).