You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, there are some issues with rendering markup languages other than LaTeX which is the first-class (and the only) citizen in Matplotlib. In early version of mpl-typst, I implemented LogFormatterSciNotation axis formatter (see 08b204c) and then used it as follows.
So base solution is to (re)implement common formatters and then set up axis/tickers/etc manually. Main disadvantage here is manual axis configuration. Also, it takes some time to provide full set of formatters to achieve parity with LaTeX.
In parallel, I will consult with Matplotlib dev board on this topic. Locking to LaTeX undermines universality and extensibility of Matplotlib. It is a strong argument from my perspective.
If I use a logarithmic scale, the labels use latex code for the ticks. Obviously, this does not work.
To reproduce:
The text was updated successfully, but these errors were encountered: