JuliaTeX / TikzGraphs.jl

This library generates graph layouts using the TikZ graph layout package.
Other
77 stars 18 forks source link

How to resize inline graphs in ipynb? #21

Closed Peter554 closed 6 years ago

Peter554 commented 6 years ago

Is there any easy way to do this with TikzGraphs graphs?

mykelk commented 6 years ago

I just added some functionality to pass options to TikzPictures.jl. Take a look at the end of the documentation. Does this enable what you want?

Peter554 commented 6 years ago

I get this error when running your documentation notebook: screenshot from 2018-02-05 12-45-03 Any idea what the problem is?

mykelk commented 6 years ago

I think you need to run Pkg.checkout("TikzGraphs") to get my new code. You will also have to restart your Julia kernel.

Peter554 commented 6 years ago

Yes that works thanks :)