* Allow styling of magnification shape in lens!()
The guide lines that indicate the region of the plot magnified in the
inset lens plot, called the magnification shape, are hard-coded with
the :lightgray color and are drawn with the default other line
attributes. This is often too light to be seen clearly and could be a
problem for publication. This commit allows the user to set the
linecolor, linewidth, and linestyle in the call to lens!().
* Update src/recipes.jl
Co-authored-by: t-bltg <tf.bltg@gmail.com>
* Update .zenodo.json
Co-authored-by: t-bltg <tf.bltg@gmail.com>
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
always bugs me to get a warning from my browser about the not secure connection.
Could someone also update the About section at the right of the Github page to a https URL?
* 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