JuliaPlots/Plots.jl

Specifying position of colorbar with GR backend

Open

#4.636 geöffnet am 19. Jan. 2023

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Julia (381 Forks)batch import
GRPlotlyPlotlyJSenhancementhelp wanted

Repository-Metriken

Stars
 (1.943 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 13T 6h) (2 gemergte PRs in 30 T)

Beschreibung

Is there a way to specify the colorbar location in Plots.jl? I'm trying to put my colorbar at the top of the plot but I can't find a way to do it using the GR backend.

I found this code online that uses an option cbar=:top but that does not work for me.

Thanks!

Contributor Guide