ChasingZenith
ChasingZenith
Sorry for late reply. I think it is not exactly equivalent but many paper in communication network and control don't seem to be very sensitive to the distinction between the...
I think we should rename `legend_position` by `legend` When I `savefig` as `json`, I found that everything that should be in `layout.legend` are in `layout.legend_position`
As for latex, I agree that no makers should be enabled by default. Many issues have been raised before for latex filetype like #243 [#3470 in SpaceVim](https://github.com/SpaceVim/SpaceVim/issues/3470#issuecomment-660664167) I think `lacheck`...
same here. Some more information from me I follow the instruction to run `pip install -U jupyterlab_latex` which succeed. But when I run `jupyter serverextension enable --sys-prefix jupyterlab_latex` I get...
My workaround is like this: ```shell mkdir /usr/etc/jupyter sudo chmod 777 /usr/etc/jupyter jupyter serverextension enable --sys-prefix jupyterlab_latex sudo chmod 755 /usr/etc/jupyter # which is the default file mode bit ```...
``` [28b8d3ca] GR v0.53.0 [bd48cda9] GraphRecipes [093fc24a] LightGraphs v1.3.3 [91a5bcdd] Plots v1.9.1 ``` The default font size and node size is still too small. ```julia using LightGraphs using Plots using...
I am suffering from the same issue. In my humble opinion, I think that sizes should not be adaptive to the length of names by default and have an option...
From my browser, it look like this, maybe escape sequence prefix is needed, for example `'\\alpha'` instead of `'\alpha'` #### on Chrome  Also, I find that on firefox, the...
Your answer is very illustrating. But please give me some time to digest what you have to say. What I am not familiar is CSC sparse matrices. I have read...