Zhanibek

Results 162 comments of Zhanibek

@rafaqz and others, most of the requested changes have been merged, please let me know your comments. Currently only PyPlot backend supports the new colorbar args: ``` :colorbar_fontfamily => :match,...

currently no c_*** aliases are made yet, but let's first make sure this works

Naturally you'd need to use #master branch before we get a relase

colorbar_scale takes :log10, :log2 and :identity (same as axis). Regarding the border and the color, it is strange that you want to change it even. Right now pyplot has 5%...

Right, I've been aware of this for a while. The attempt to fix was here #3432. I need some additional testers

Right now this is a pyplot issue right? I just want to make sure that simplest behavior is still functional. Please let me know if 1. Normal linear scale colorbars...

I'm not sure how to handle colorbars with log scale right now. I don't think we should focus on (cgrad=:log) just yet. In the pr Cscale=log produces normal looking colorbar...

Yes, I'm aware of that, but where does it get assigned? Somewhere in the depths of the pipeline but I could not find where

In case of the colorbar, I think the colors need to be assigned somehow? Perhaps I'm missing something here but I thought marker color gets overriten when a colobar is...

@hervasa2 @rafaqz checkout the PR https://github.com/JuliaPlots/Plots.jl/pull/3620