5120 Commits

Author SHA1 Message Date
t-bltg
ed9ed262a9 Merge remote-tracking branch 'upstream/master' into patch-4 2021-10-05 11:29:54 +02:00
t-bltg
25c0e9c252 Merge remote-tracking branch 'upstream/master' into patch-4 2021-10-05 11:13:37 +02:00
t-bltg
9d56e72f6a
Update .zenodo.json
Fix broken .json
2021-10-05 09:43:40 +02:00
Lee Phillips
f06225655d
Allow styling of magnification shape in lens!() (#3860)
* 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>
2021-10-04 17:38:59 +02:00
Simon Christ
0dc74ca02c
fix sign check 2021-10-04 17:23:11 +02:00
github-actions[bot]
4f0f84f400
Format .jl files [skip ci] (#3861)
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-10-04 13:23:01 +02:00
Jan Schneider
a65cda8b7e
change docs link to httpS (#3852)
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?
2021-09-28 16:15:26 +02:00
Simon Christ
37744d7b6a
1.22.3 [skip ci] v1.22.3 2021-09-27 19:24:47 +02:00
Jan Schneider
09a66224ce
Update Plots.jl's colorbar_titel maps to PGFPlotsX's color bar style={ylabel} (#3848)
* 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
2021-09-27 16:16:16 +02:00
Nicholas Bauer
405bc0820b
Speed up get_clims (#3839)
* 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
2021-09-27 14:01:18 +02:00
Nicholas Bauer
a367f0d502 restore offset 2021-09-26 13:00:14 -04:00
Nicholas Bauer
923faee9e4 adjust offset 2021-09-26 12:09:08 -04:00
github-actions[bot]
1c89bd8727
Update precompile_*.jl file [skip ci] (#3841)
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-09-26 15:44:10 +02:00
github-actions[bot]
8e17a182f9
Format .jl files [skip ci] (#3846)
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-09-26 15:42:31 +02:00
Nicholas Bauer
dae7b3cedc remove excess 2021-09-26 04:15:50 -04:00
Nicholas Bauer
360b3bb872 3d done 2021-09-26 03:54:08 -04:00
t-bltg
032c5d1638
UnicodePlots: support markers (#3845) 2021-09-25 12:18:41 +02:00
BerndR
8d95333d1e
Legend positioning for 3d plots in plotly (#3840)
* Remove hardoced numbers, shift for 3d plots

* Revert changes

* Fixed some missed reverts
2021-09-23 19:14:55 +02:00
github-actions[bot]
7bfc97285c
Update precompile_*.jl file [skip ci] (#3828)
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2021-09-23 10:26:58 +02:00
Simon Christ
acca707f34
1.22.2 [skip ci] v1.22.2 2021-09-22 21:21:13 +02:00
Nicholas Bauer
6fa3dae166
Fix type inference failure in get_clims (#3838)
* For Shape type, cut off process

* Remove fillcolor for now

* NaN

* Address type inference failure instead
2021-09-22 19:18:57 +02:00
Lukas Hauertmann
866cb0c335
Add :mesh3d seriesstyle for PyPlot backend (#3835)
* 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
2021-09-22 17:12:11 +02:00
t-bltg
4d40bae9cc
Update bug.md
update supported backends
2021-09-21 00:28:51 +02:00
github-actions[bot]
5a48002d31
Format .jl files [skip ci] (#3829)
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-09-20 16:10:29 +02:00
Nicholas Bauer
ccb4802678
Resolve merge conflict error 2021-09-20 00:30:40 -04:00
Nicholas Bauer
28dca7f8c6
Resolve merge conflict error. 2021-09-20 00:29:07 -04:00
Nicholas Bauer
72c611cfb8
Remove conflict error 2021-09-20 00:28:30 -04:00
Nicholas Bauer
41e164521f bump offset 2021-09-19 14:53:48 -04:00
Nicholas Bauer
b9946f6169 offset update 2021-09-19 14:41:01 -04:00
Nicholas Bauer
7cc0f8bf7a simplification 2021-09-19 14:31:01 -04:00
Nicholas Bauer
402b1c5e7e Fix for 3d plots 2021-09-19 13:41:22 -04:00
Nicholas Bauer
85aae30fb3 tick factor reversion 2021-09-18 11:43:12 -04:00
Nicholas Bauer
b12782c4c0 Merge branch 'patch-4' of https://github.com/BioTurboNick/Plots.jl into patch-4 2021-09-18 11:31:10 -04:00
Nicholas Bauer
70207647c4 Rebase 2021-09-18 11:29:19 -04:00
Nicholas Bauer
69aa05b717 all offsets 2021-09-18 11:24:06 -04:00
t-bltg
7407263e4d simplify logic 2021-09-18 11:24:05 -04:00
Nicholas Bauer
7915c61809 Working! 2021-09-18 11:24:05 -04:00
Nicholas Bauer
d89bbfdbbf start of angle offset work 2021-09-18 11:24:05 -04:00
Nicholas Bauer
3f7026831a consistency 2021-09-18 11:23:31 -04:00
Nicholas Bauer
04b520f6a1 gr tick rotations 2021-09-18 11:23:31 -04:00
t-bltg
0cd81243ad
UnicodePlots: compact plots 2021-09-18 14:13:37 +02:00
t-bltg
8837613a0b Merge remote-tracking branch 'upstream/master' into patch-4 2021-09-18 13:25:51 +02:00
t-bltg
b74d1ff276 simplify logic 2021-09-18 13:20:26 +02:00
Nicholas Bauer
14765ef2e9 Working! 2021-09-17 22:03:22 -04:00
Nicholas Bauer
896743ed1c start of angle offset work 2021-09-17 17:09:01 -04:00
t-bltg
ed3bab0e6f
1.22.1 [skip ci] v1.22.1 2021-09-17 22:11:50 +02:00
github-actions[bot]
4621c18b23
Update precompile_*.jl file [skip ci] (#3822)
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-09-17 22:10:48 +02:00
BerndR
4f8a265c6a
Fix generic aliases (#3824) 2021-09-17 21:43:26 +02:00
t-bltg
e2539a3d19
UnicodePlots: adjust layout width per column (#3825) 2021-09-17 21:42:50 +02:00
t-bltg
85739932f0
Negate condition on :warn_on_unsupported (#3816) 2021-09-17 14:55:43 +02:00