Mykel Kochenderfer

Results 96 comments of Mykel Kochenderfer

I'm able to reproduce this issue. I also noticed this when using with `pythontex`.

Great idea! We haven't made the code available in a repo yet; we've been so focused on getting the book content in shape. In addition to @tawheeler , I think...

Is there a reason why piece-wise uniform is missing?

I think it comes from this line in `PlotRecipes.jl/src/graphs.jl`: ```julia markersize --> 10 + 100node_weights / sum(node_weights) ``` That markersize is an array. Then in `pgf_marker` in `Plots.jl/src/backends/pgfplots.jl` results in...

I think we can do this using the Poppler backend using something like: ```julia Poppler_jll.pdftocairo() do exe return success(`$exe -png $(temp_filename).pdf $(temp_filename).svg`) end ``` similar to what is found in...

Sure, you can file a PR!

@mossr Do you have some thoughts?

It looks like this can be fixed with `\setfloatalignment{t}`

1. Yes, I agree that the references are pretty hard to understand and implement. It actually took quite a bit of effort to figure out how to implement simplex interpolation....