* Update PGFPlotsX colorbar_titel map to ylabel
For most of the backends supported by Polts.jl the `colorbar_title` attribute maps to the attribute in the backend that ultimately is displayed on the vertical axis of the colorbar, which is vertically aligned. Not for PGFPlotsX as in this backend the `title` attribute is displayed on top of the colorbar while the `ylabel` is shown on the vertical bar.
* Update .zenodo.json
added my name to the contributors list
* 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
* Add `:mesh3d` seriesstyle for PyPlot backend
via `Poly3DCollection`.
* Add `:connections` to lists of supported keywords
for the backends which support `:mesh3d` as series type.
* Remove #47 from list of skipping examples for PyPlot
* Add support for only-triangle syntax for `:connections` kw
for PyPlot
* Add 1-based indexing syntax for `connections` kw in `:mesh3d`
* Update description for example `#47` (`:mesh3d`)
* Hotfix 1-based indexing for mesh3d in pgfplotsx
* No exception thrown in `apply_recipe` fallback
Throwing an exception here can vastly slow down plotting, as it happens frequently. Returning an error value instead, which the calling function can check, can speed up plotting 2x. An accompanying change is necessary in RecipesPipeline.jl, assuming this value is suitable.
* Bumped compat for RecipesPipeline, tentative
* Bump patch version
* Fix wrong versioning
Co-authored-by: t-bltg <tf.bltg@gmail.com>