* For Shape type, cut off process
* Remove fillcolor for now
* Address type inference failure instead
* Store value instead of re-evaluating
* Works, but not ideal
* Unnecessary to update here, I think
* return type
* Remove unnecessary default arg
* Typo
* Change to clims
* missed one
* reconfigured to free up clims property
* fix
* Remove debug println, add hook for updating clims after series added
* restore docstring
* typo
* Change to _update_subplot_colorbars
* CompatHelper: bump compat for "Showoff" to "1.0"
* fix series-segments for empty series
* fix wireframe on pyplot
* colorbar redesign
* minimal working version
* reduce code duplication for colorbar ticks
* fix aspect_ratio in GR with legend=:outertopright
* fix GR test failure
* new release [skip ci]
* colorbar scale supported
* Added weights example to ? histogram
Helps to clarify the use of weights (which differs from StatsBase functions)
* Update precompile_*.jl file
* minor version bump [skip ci]
* working prototype
* fixed formatting, added colorbar docs
* colorbar redesign
* minimal working version
* reduce code duplication for colorbar ticks
* fix GR test failure
* colorbar scale supported
* working prototype
* fixed formatting, added colorbar docs
Co-authored-by: Daniel Schwabeneder <daschw@disroot.org>