t-bltg
c02dbca31d
Merge pull request #3628 from anowacki/an/annotation-docs
...
Document use of tuples in annotations attribute
2021-07-08 19:09:22 +02:00
Andy Nowacki
0e25767cd3
Document use of tuples in annotate! shorthand
...
Include a description of the use of vectors of plain tuples in
the docstring for `annotate!`.
2021-07-08 11:22:44 +01:00
Andy Nowacki
5d935d29c5
Document use of tuples in annotations attribute
...
The `annotations` attribute (and `annotate!` function) has supported
the use of plain tuples containing arguments which are passed to
`text` since v0.22.2. Document this option in the list of SubPlot
attributes and in example 20.
Closes (mostly) https://github.com/JuliaPlots/RecipesBase.jl/issues/72
but note that `series_annotations` does not yet support passing tuples
of arguments for `Plots.text`.
2021-07-08 11:04:51 +01:00
t-bltg
f5e6ae9f98
add warning - enhance example
2021-07-08 11:26:49 +02:00
Simon Christ
4a18098944
1.18.1 [skip ci]
v1.18.1
2021-07-07 15:58:45 +02:00
Michael Krabbe Borregaard
3994e47d3c
add mkborregaard orcid
2021-07-07 14:26:20 +02:00
github-actions[bot]
39d52a5c57
Update precompile_*.jl file ( #3622 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-07-07 13:03:49 +02:00
t-bltg
91e91ac821
Reduce number of warnings on invalid log values
2021-07-07 00:45:53 +02:00
t-bltg
e9949251a6
Merge pull request #3577 from t-bltg/log_bis
...
GR: rework automatic major/minor ticks for log scales
2021-07-06 20:49:06 +02:00
t-bltg
16e41f0690
rework phantom ticks for log scales - add minorgrid to ex5
2021-07-06 19:15:34 +02:00
t-bltg
6f4400411e
Merge pull request #3619 from t-bltg/pipeline
...
Don't propagate widening axis limits for pipeline recipes
2021-07-06 17:21:44 +02:00
github-actions[bot]
1bba6afde5
Update precompile_*.jl file ( #3617 )
...
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2021-07-06 13:53:03 +02:00
t-bltg
909ad3314a
fix test
2021-07-05 22:59:22 +02:00
t-bltg
68a56fee91
fix when ticks is nothing - format - minor updates
2021-07-05 22:47:21 +02:00
t-bltg
9f4e32aa4d
add regression test
2021-07-05 22:29:38 +02:00
t-bltg
434e189f1e
fix JuliaPlots/Plots.jl/issues/3451
2021-07-05 22:12:09 +02:00
Simon Christ
c9f7c6b45d
1.18.0 [skip ci]
v1.18.0
2021-07-05 17:53:42 +02:00
Zhanibek
e58fdf970f
Gnuplot (GASTON) backend testing ( #3177 )
...
* gnuplot
* minimal working gnuplot
* more params
* new series and axis params
* saving figures
* gnuplot version 0.1
2021-07-05 17:52:59 +02:00
github-actions[bot]
c97900f7ee
Update precompile_*.jl file ( #3616 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
v1.17.0
2021-07-05 15:19:03 +02:00
Simon Christ
1b881619e3
1.17.0 [skip ci]
2021-07-05 15:16:19 +02:00
t-bltg
fbd5d79d49
Merge pull request #3590 from t-bltg/warn
...
GR: 3D, warn on invalid rotation or tilt
2021-07-05 15:01:53 +02:00
Simon Christ
db7420fd5f
fix dispatches for plot and plot! ( #3602 )
...
* fix dispatches
* fix tests
2021-07-05 13:25:20 +02:00
t-bltg
09356ee3b5
Merge pull request #3609 from t-bltg/simplify_layouts
...
Simplify build_layout logic
2021-07-05 12:50:14 +02:00
t-bltg
0122d70640
Merge pull request #3601 from t-bltg/warn_log
...
Warn on invalid value for log scale based series
2021-07-05 12:13:36 +02:00
t-bltg
5974d0ac31
revert fix for failing CI ( #3611 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-07-05 11:24:22 +02:00
t-bltg
81170b4342
GR: add support for mesh3d
2021-07-05 02:15:51 +02:00
t-bltg
ee316e2913
GR: rework automatic major/minor ticks for log scales
2021-07-04 21:58:13 +02:00
t-bltg
ef93aa87be
Merge pull request #3610 from t-bltg/dist_bug
...
Bypass JuliaStats/Distributions.jl/issues/1358
2021-07-04 19:22:33 +02:00
t-bltg
88ebb8152d
bypass JuliaStats/Distributions.jl/issues/1358
2021-07-04 19:00:28 +02:00
t-bltg
124d2d6aa3
issue warning only once - apply to other backends
2021-07-04 15:48:16 +02:00
t-bltg
cdbafd60c8
Merge pull request #3598 from t-bltg/legend
...
Fix Latex sub/super-scripts in legends
2021-07-04 15:34:44 +02:00
t-bltg
5eb62abb25
simplify build_layout logic
2021-07-04 15:07:09 +02:00
t-bltg
3f110d6a6c
Merge pull request #3591 from t-bltg/surf_opts
...
GR: expose surface(...) display options, fix hardcoded constants
2021-07-04 12:50:55 +02:00
t-bltg
293b43013b
allow spacing via extra_kwargs
2021-07-03 20:05:53 +02:00
t-bltg
3536acbcc8
warn on invalid value for log scale based series
2021-07-03 14:44:53 +02:00
Simon Christ
0ca5bc9124
1.16.8 [skip ci]
v1.16.8
2021-07-02 21:27:21 +02:00
t-bltg
14b38354da
fix #3558
2021-07-02 20:26:24 +02:00
t-bltg
06c551ba51
Skip example 55 for PyPlot, Plotlyjs and Plotly
...
PgfPlotsX looks ok
2021-07-02 16:57:35 +02:00
t-bltg
f63ee6d79e
enhance example 55 ( #3596 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-07-02 15:06:36 +02:00
github-actions[bot]
b3f698c460
Update precompile_*.jl file ( #3592 )
...
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2021-07-02 09:42:25 +02:00
Simon Christ
829860fa2d
use sinc in example 55
2021-07-02 09:17:56 +02:00
Simon Christ
1523ef67d5
simplify example 55
2021-07-01 21:41:35 +02:00
github-actions[bot]
e049b082f3
[AUTO] Update precompiles ( #3573 )
...
* add tests for series_annotations in layouts
* add methods for matrices of annotations
* defensive copy on plot(plots)
* seperate in plot(plots) and plot!(plots)
* Update precompile_*.jl file
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2021-07-01 18:40:58 +02:00
Simon Christ
f78899a1ef
return plot object
2021-07-01 18:28:50 +02:00
t-bltg
e42b4ad34d
GR: surface, add the possibility to override the hardcoded nx and ny in GR.gridit(...)
2021-07-01 16:54:07 +02:00
t-bltg
a7c629f775
GR: expose surface(...) display options
2021-07-01 15:08:36 +02:00
t-bltg
1ddc673201
GR: 3D, warn on invalid rotation or tilt
2021-07-01 14:02:30 +02:00
t-bltg
bba971f7ea
GR: fix axis flip / mirror in 3D plots ( #3584 )
...
* fix axis flip in 3D plots
* add mwe as example - fix needs_3d_axes
* fix major / minor grids when mirroring
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-06-30 22:50:09 +02:00
Simon Christ
3f9105054c
1.16.7 [skip ci]
v1.16.7
2021-06-30 11:30:37 +02:00
t-bltg
a64ae3d13c
GR: fix alignment of ticks label when rotating ( #3587 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-06-30 09:30:55 +02:00