Mykel Kochenderfer

Results 96 comments of Mykel Kochenderfer

I think that should be possible. A pull request is welcome! I think we'd need to add the option for providing edge weights to the `plot` command, since that would...

Should we go ahead an merge this?

See discussion here: https://github.com/sisl/TikzPictures.jl/issues/23 Texlive is pretty big. Maybe we should have a separate package that handles the install called texlive.jl or something. What do you think?

This sounds like a reasonable proposal so long as it defaults to svg in the Julia notebook. I would welcome a pull request.

Nice. I like this a lot. Do you think we should ask the user whether we want to install texlive for the full system, not at all (but provide a...

Sounds like a good plan. We would welcome PRs! I'll mark this one as up for grabs.

Hey, that's nice. It should probably be brought into PGFPlots.jl as a PR.

I think you can do this with something like: ``` julia Plots.Command("\\only{") ``` and ``` julia Plots.Command("}") ``` Right? Then export the file without the preamble and input it into...

Hmm... How would you want this kind of thing to appear in a notebook? Maybe as an interact kind of thing with a slider bar? Do you think it's in...

If one were to include this functionality, how would you like the interface to look?