t-bltg

Results 349 comments of t-bltg

@rokuyama, you might want to check out https://github.com/saitoha/libsixel/issues/154, and open a copy of your PR at https://github.com/libsixel/libsixel.

Can't we really add this to future `1.32` ? Deadcode is a pain for development.

Axis ticks position is fixed thanks to https://github.com/JuliaPlots/Plots.jl/pull/4356, but markers not yet: I believe the issue is upstream, see https://github.com/jheinen/GR.jl/issues/467.

Setting `msw=0` works for me, saving as pdf: ```julia using ColorSchemes using Plots colorvalues = rand(10) scatter(rand(10), zcolor=colorvalues, ms=15, mc=ColorSchemes.turbo[colorvalues], msw=0) Plots.pdf("foo") ``` [foo.pdf](https://github.com/JuliaPlots/Plots.jl/files/6900778/mks.pdf)

Is the attempt at https://github.com/JuliaPlots/Plots.jl/pull/3886 what you wish ?

```julia julia> using PkgDependency julia> PkgDependency.tree("UnicodePlots") ``` dependency tree ```julia UnicodePlots v3.1.0 ━━━━━━━━━━━━━━━━━━━━━ │ ├── MarchingCubes v0.1.4 │ ├── StaticArrays v1.5.6 │ │ └── StaticArraysCore v1.3.0 │ └── SnoopPrecompile v1.0.1...

Thanks @cormullion, I don't really see where to go with this issue. I've made my part in https://github.com/JuliaGeometry/GeometryBasics.jl/pull/179, but it seems to go nowhere. Yes, here too we lazy load...

Also, the [Makie.jl](https://github.com/MakieOrg/Makie.jl) example is also a bit different since dependencies are reversed: `GLMakie` depends on `Makie`: it was only to illustrate the repository structure. I could also have mentioned...

Let's try with `RecipesBase` and `RecipesPipeline`. Docs will follow later at `PlotDocs`.

Not supported atm: https://github.com/JuliaRegistries/TagBot/issues/157.