t-bltg
a29ed28a0e
add :mesh3d
2022-02-06 14:34:00 +01:00
t-bltg
8cdef406e0
UnicodePlots 3d support
2022-02-02 19:59:58 +01:00
Tom Gillam
5d5239834c
Example for vspan and hspan ( #4062 )
...
* Example for vspan and hspan
* Format
* First time contributor
2022-01-26 13:21:46 +01:00
t-bltg
f333cb284a
UnicodePlots: basic quiver and contour support ( #4031 )
...
* basic quiver support
* toggle grid
* add contour
* add colorbar
* toggle contour example
* rework keywords
2022-01-19 18:58:11 +01:00
Simon Christ
492f94bf10
Fix fillranges with OffsetVectors for plotly ( #4006 )
...
* don't mutate the Plot object
* remove show
* collect vectors to workaround vcat issue
2021-12-20 21:24:58 +01:00
t-bltg
b1c56126fb
Fix missing examples backend
2021-12-01 17:43:52 +01:00
t-bltg
e1f507b77f
Update doc examples
2021-12-01 17:30:24 +01:00
github-actions[bot]
804fab45ad
Format .jl files [skip ci] ( #3896 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-10-25 08:57:08 +02:00
Yuval
3b0950f915
Fix vector attributes to bar plots ( #3751 )
2021-10-19 21:21:20 +02:00
t-bltg
032c5d1638
UnicodePlots: support markers ( #3845 )
2021-09-25 12:18:41 +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
198a59b621
UnicodePlots: propagate xyscale ( #3811 )
2021-09-15 01:29:23 +02:00
t-bltg
c5d7283473
Update examples.jl
...
UnicodePlots: annotations are supported
2021-09-14 21:02:30 +02:00
t-bltg
6b82a82d04
Update examples.jl
2021-09-06 13:18:22 +02:00
t-bltg
748104c807
UnicodePlots: fix NaN segments plot ( #3794 )
2021-09-04 12:46:34 +02:00
t-bltg
2dc812aa15
UnicodePlots: support layout ( #3787 )
2021-09-01 11:26:29 +02:00
t-bltg
09d35d7b9f
UnicodePlots: heatmap support ( #3774 )
...
* UnicodePlots: heatmap support
* Fix type check
2021-08-28 21:29:04 +02:00
t-bltg
22651e8728
UnicodePlots: disable some unsupported examples
2021-08-26 19:54:58 +02:00
t-bltg
07a619e5ae
Replace deprecated Base.download with Downloads.download ( #3766 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-08-26 00:12:33 +02:00
t-bltg
c5db139bbb
run format(["src", "test"])
2021-08-11 08:14:51 +02:00
t-bltg
b7b4c850b6
move mesh3d triangle to utils - gaston: implement :mesh3d
2021-08-03 20:07:56 +02:00
t-bltg
ed7b6f7f64
examples, missing number
2021-08-03 17:26:23 +02:00
t-bltg
a72b4a3481
specify relative coordinates
2021-08-02 23:30:54 +02:00
t-bltg
ff2ae4fe4f
typo
2021-08-02 21:54:35 +02:00
t-bltg
2df85eb0fd
Update examples.jl
2021-08-02 20:14:40 +02:00
t-bltg
670fba56a7
Update examples.jl
2021-08-01 17:55:35 +02:00
t-bltg
0f54c86865
Gaston: update examples
2021-08-01 08:46:38 +02:00
t-bltg
2fcd907165
Gaston: add support for img - rework fonts - fix undef
2021-08-01 00:08:24 +02:00
t-bltg
34c6c76cb8
Gaston: fix lens example
2021-07-28 18:02:41 +02:00
t-bltg
9e3ff15522
Skip more Gaston unsupported examples
2021-07-28 17:01:05 +02:00
t-bltg
b801b2b272
explicit function return, decl - add comments - cleanup
2021-07-26 11:52:13 +02:00
t-bltg
c0e35f2358
add new gnuplot capabilities (surface, scatter3d, wireframe, ...)
2021-07-25 23:21:09 +02:00
t-bltg
fe7d957be3
use a stable RNG in fakedata
2021-07-22 13:00:07 +02:00
t-bltg
b85468162c
Skip failing gaston examples
2021-07-21 21:38:33 +02:00
t-bltg
0550033065
Prepare gaston (gnuplot) for PlotDocs.jl
2021-07-21 19:34:32 +02:00
t-bltg
b0ff0e58b3
InspectDR: Skip more unsupported examples
2021-07-11 21:43:39 +02:00
t-bltg
3e14a47e17
Update examples.jl
...
Update skipped examples for auto-gen in PlotDocs
2021-07-09 23:40:17 +02:00
t-bltg
5d608d1e77
Merge pull request #3612 from t-bltg/mesh3d
...
GR: add support for mesh3d
2021-07-09 23:15:17 +02:00
t-bltg
2d0191cd70
autogen unicodeplots and inspectdr
2021-07-09 21:40:21 +02: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
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
81170b4342
GR: add support for mesh3d
2021-07-05 02:15:51 +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
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
Simon Christ
f78899a1ef
return plot object
2021-07-01 18:28:50 +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