Zhanibek

Results 165 comments of Zhanibek

I skimmed over the branch, man its a lot of change. Could I ask why did you opt for completely splitting the codebase into such submodules? Could you also make...

As usual, thanks a lot for your amazing work

I understand that we should prioritize the low-barrier to entry and other things for the purposes of education and just plain-ol ease of use. Currently with v2: ``` julia> using...

For those who are in education, I strongly think having no default backend is even better because of how brittle GR at times could be. We can recommend unicodeplots backend...

@BeastyBlacksmith I started the implementation of the PGFPlotsX backend, not sure how to proceed with the initialization stage there where you load up more side libraries. I feel like before...

init function in `ext/PlotsPGFPlotsXExt/initialization.jl`

git can be tricky at times...

GR kinda works now, thanks to @jheinen I could debug the issue, it was again unsuprisignly because of some methods not being overloaded due to new modules

Good news, most of GR is passing now: some errors in the unitful other testset, but nothing critical ``` Test Summary: | Pass Fail Error Total Time backends | 70...

Yeah you are right, given the unpredictability of the development cycle there is no need to be master, but it could be dev. I remember `]add Plots#dev` should work right?...