Kristoffer Carlsson

Results 1634 comments of Kristoffer Carlsson

I made the macro a bit better so you can just annotate a whole chain of functions and the macro will traverse through all the arguments and replace everything with...

Another thing that is pretty cool is that you can macro annotate a whole block like: ![image](https://cloud.githubusercontent.com/assets/1282691/25824038/395a78b6-343e-11e7-8fca-7e0c72130a70.png)

For an example of what I meant with dispatch. Below I define how how an `RGB` color from the Colors-package should be written when used in an option by overloading...

Not sure if you guys care but with exception of the image stuff here I think I am almost at feature parity now https://github.com/KristofferC/PGFPlotsXExamples/blob/master/examples/PGFPlots.jl.ipynb.

Yeah, I think it makes sense to have one "low level" interface and then a more high level, user friendly interface built on top of that.

In case you are interested, I started a bit on documentation: https://kristofferc.github.io/PGFPlotsX.jl/stable/index.html

Perhaps, but I think that is maybe mostly for the Plots.jl ecosystem? It even has the subtitle "Data visualization in Julia using Plots.jl"

We did bump the Downloads and NetworkOptions stdlibs for 1.10.1 so could have something to do with that.

I thought that was fixed by https://github.com/JuliaLang/NetworkOptions.jl/pull/31?