clauswilke / dataviz

A book covering the fundamentals of data visualization
https://clauswilke.com/dataviz
Other
3.2k stars 701 forks source link

Math Processing Error #119

Open onlyphantom opened 2 years ago

onlyphantom commented 2 years ago

In some parts of the book, such as 3.2 Nonlinear axes what used to be rendered LaTeX are now Math Processing Error.

Tracing it to the Rmd file, it would appear that these are valid notations:

$10^{0.5} = \sqrt{10} \approx 3.16$ and equivalently $3.16 \times 3.16 \approx 10$. Similarly, $10^{1.5} = 10\times10^{0.5} \approx 31.6$.

At this point I'd be tempted to harbor a guess that it's a client side dependency, or something further upstream (eg one of the JS libraries) but I can't be certain. Opening an issue to keep track of it and see if there are any guesses on the root cause?

image