6 Commits

Author SHA1 Message Date
Nicholas Bauer
37a6476215 Address type inference failure instead 2021-09-22 12:00:48 -04:00
Nicholas Bauer
8e25d96565 NaN 2021-09-22 03:49:10 -04:00
Nicholas Bauer
f344b89e33 Remove fillcolor for now 2021-09-22 03:21:22 -04:00
Nicholas Bauer
cb7c63064e For Shape type, cut off process 2021-09-22 03:17:50 -04:00
t-bltg
c5db139bbb run format(["src", "test"]) 2021-08-11 08:14:51 +02:00
Zhanibek
c0824bdc62
Colorbar enhancements (#3346)
* 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>
2021-03-25 11:22:07 +09:00