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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@
4
4
Here you will find some (most?) of the [ProPlot](https://proplot.readthedocs.io/en/latest/index.html) examples from the documentation, but translated to Julia using [PyCall.jl](https://github.com/JuliaPy/PyCall.jl).
5
5
6
6
Note you must install ProPlot first. (And probably some other things.)
7
-
* In order to get the colorbars to position/work properly, you need `xarray`. However, note that this causes glitches in LaTex formmatting - need to find a workaround (comment by natgeo-wong)
7
+
* In order to get the colorbars to position/work properly, you need `xarray`. However, note that this causes glitches in LaTex formmatting (i.e. `xlabel=L"$\tau$"` doesn't work anymore.
8
+
* In order to address the above, you need to install and use the Julia Package `LaTeXStrings.jl`. This package is inbuilt into `PyPlot.jl` and reexported for use, however here you must call it explicitly via `using LaTeXStrings`
0 commit comments