Misha Mikhasenko
Misha Mikhasenko
It is about latex symbols with the plotlyjs https://docs.juliaplots.org/latest/backends/#Mathjax The code from the documentation ``` using LaTeXStrings plotlyjs() plot(1:4, [[1,4,9,16]*10000, [0.5, 2, 4.5, 8]], labels = [L"\alpha_{1c} = 352 \pm...
I would like to assign an errorbar to histogram weights (when plotting), Usually, Binomial or Poisson distribution is assumed for the number of entries, so the error reads `sqrt(weight)`. To...
The python is installed via Conda.jl, but ```julia using PyCall @pyimport matplotlib.pyplot as plt ``` calles system's `libstdc++.so.6` and fails ``` julia> @pyimport matplotlib.pyplot as plt ERROR: PyError (ccall(@pysym(:PyImport_ImportModule), PyPtr,...
In order to use Clebsch-Gordan coefficients (`clebsch_gordan`) and Wigner D (`WignerD`), I have to start my notebook with the 8 lines block. ```julia using SymPy import PyCall # PyCall.pyimport_conda("sympy.physics.quantum.spin", "sympy")...
Often I need to minimize a likelihood function ```julia llh(model, data, p) = - sum(log, model(data,p)) # assuming that the model is normalized ``` I like very much this package...
Thank you so much for the package. I just posted my plotly figure online, finally, after several days of struggling. The `post`ing functionality was very hard to find since I...
The file contains two trees that look the same ```julia f["Scaled"] # works f["DecayTree"] # ERROR: zlib error: incorrect header check (code: -3) ``` Here is a hear of the...
Just started with the packages (thanks for that), and quickly stumbled upon several issues. Let me drop it here. Maybe I can cover the issues to tests once it is...
 What is about `align`?
Cannot figure out quickly what's wrong with that ```julia lorenz = TensorIndexType("lorenz","L",4) @heads [lorenz] pX p3 p1 p2 ``` the first argument is not recognized as `AbstractArray{SymbolicTensors.TensorIndexType}`. Instead, Julia think...