Cory Simon

Results 53 comments of Cory Simon

@tlnagy exactly. `Plots.jl` takes LaTeXStrings as input.

thanks for the tip! this is a decent patch, but honestly not a fan of the CMU Serif font / being restricted to this for all of my plots. allowing...

@anandijain my student and I (M1 Macs) also get a seg fault. the Pluto notebook to reproduce the seg fault is linked in my issue: https://github.com/SciML/OrdinaryDiffEq.jl/issues/1580

@anandijain you are right! I just built Juila from master, for the first time ever, and now the seg fault does not occur. 👍 looks like we will need to...

that would be fantastic! I also kindly request to add opacity as an optional argument to the `drawatomindex!` function with `opacity=1.0` default. then pass to `setatomnote`: `` think this looks...

(if you want me to make this PR, let me know...)

after uninstalling and reinstalling, it looks like all is good? ```julia (@v1.8) pkg> add MolecularGraph Updating registry at `~/.julia/registries/General` Updating git-repo `https://github.com/JuliaRegistries/General` Resolving package versions... Updating `~/.julia/environments/v1.8/Project.toml` [6c89ec66] + MolecularGraph...

you're right---the error does not arise on my Linux machine. it must be the M1 chip, then? b.t.w. on my Linux machine, I cannot get the SVG to display in...

any word on whether we can display the svg's in Pluto somehow?

yes. have you found a way to make this display in Pluto.jl? ```julia mol2 = smilestomol("O=C3N2/C(=C(/C=C\\c1scnc1C)CS[C@@H]2[C@@H]3NC(=O)C(=N\\OC)/c4nc(sc4)N)C(=O)O") molsvg2 = drawsvg(mol2, 300, 300) display("image/svg+xml", molsvg2) ``` for me gives: ```julia MethodError: no...