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
Simon Christ
15bd9c537d
Create docs on pushing to master ( #3494 )
...
* Create docs.yml
* Update docs.yml
* Update docs.yml
* Create docs.yml
* Update docs.yml
* [skip ci]
* [skip ci]
* [skip ci]
* [skip ci]
* Update docs.yml
* Update docs.yml
* Update docs.yml
* Update docs.yml
* fix pgfplotsx
* fix pyplot
* remove push workflow (should work without)
* conditionally fix pyplot
* change env-vars
* fix
* fix ref
* clean up and cache artifacts
* add Documenter_key to environment
* fix parentheses
* "one last fix"
* dev => add
* fix marker example
* exclude 50 for plotly
* install ms fonts
* only trigger on master
* remove REF pretending
2021-05-14 22:00:09 +02:00
Daniel Schwabeneder
ce778ff7be
add test image
2021-03-28 23:20:09 +02:00
David MacMahon
b3bf5db9bc
Add new "Steps Types" example/test plot 53
...
This new example/test plot showcases the various step-like
`seriestype`s: `:steppre`, `:stepmid`, and `:steppost`.
2021-03-26 11:12:14 -07:00
David MacMahon
074c56867d
Revert "Add :stepmid to line types example plot"
...
This reverts commit 0d528b7c82b63d9f60bf314838188265fff4d95d.
2021-03-26 10:49:19 -07:00
David MacMahon
0d528b7c82
Add :stepmid to line types example plot
2021-03-24 23:27:16 -07:00
yha
f418acf387
No implicit cycling in example
2021-03-03 00:00:25 +02:00
yha
42b3c5625f
Fix for "segmented" attributes with NaNs
2021-02-25 02:33:11 +02:00
Daniel Schwabeneder
cf96ddcd30
fix typo in polar heatmap test example
2021-02-16 20:41:32 +01:00
Daniel Schwabeneder
ec532b2cbb
update test example for polar heatmaps
2021-02-16 20:09:13 +01:00
Simon Christ
a955ded5c8
add 3dquiver to pgfplotsx ( #3146 )
...
* add 3dquiver to pgfplotsx
* fix 3d quiver
* remove skip from examples
2020-11-13 11:54:46 +01:00
Daniel Schwabeneder
d1aa2097be
Merge branch 'master' into quiver3
2020-11-13 09:26:26 +01:00
Daniel Schwabeneder
9c0b2ea090
add 3d quiver test example
2020-11-13 08:38:52 +01:00
Daniel Schwabeneder
40e13793e8
add new test example
2020-11-13 08:38:52 +01:00
Daniel Schwabeneder
1402ff5ea0
add new test example
2020-11-12 14:34:18 +01:00
Simon Christ
e236005d72
add mesh3d support ( #3076 )
...
* add mesh3d support
* correct example string
2020-10-17 21:40:11 +02:00
Daniel Schwabeneder
072b6f42f6
add test example
2020-10-17 08:35:49 +02:00
Daniel Schwabeneder
3d2f7571a0
add polar heatmap example
2020-10-15 09:06:41 +02:00
Simon Christ
5ccf1e965e
fix NaNs in heatmaps ( #3007 )
...
* fix NaNHeatmaps
* fix histogram2D
* remove show
* Update precompile_*.jl file (#3008 )
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
* add a dimensionalty check
* Update precompile_*.jl file (#3010 )
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-09-27 21:22:43 +02:00
Daniel Schwabeneder
46b4a202e5
number examples
2020-09-01 21:18:25 +02:00
Daniel Schwabeneder
79e6096142
make animation examples in tests smaller
2020-09-01 20:35:09 +02:00
Daniel Schwabeneder
3136c8f999
add new test example
2020-08-31 19:21:42 +02:00
Adrian Dawid
e2c387894f
Add :mesh3d series type for Plotly ( #2909 )
...
* Add :mesh3d seriestype (in theory)
* Make it work in practice
* Clean up code
* Add support for arbitrary 3d mesh
* Add fallback for other backends
* Add shorthand
* Change i,j,k to series keyword
* Small bugfix
* Update shorthands example
* Add mesh3d example
* Add some documentation to example
* Make color work
* Move mesh3d example and add to skip list
* Update fallback recipie
* Update example
* Update src/args.jl
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
* Update src/backends/plotly.jl
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
* Update src/examples.jl
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
* Cosmetic changes
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
2020-08-14 14:26:16 +02:00
yha
0db321aecc
Support offset vectors as fillrange and ribbon
2020-07-20 00:12:47 +03:00
Daniel Schwabeneder
2544808000
update errorbar example
2020-07-03 16:31:03 +02:00
yha
d353dca531
Recipe for GeometryBasics.Point
2020-06-18 21:18:34 +03:00
Simon Christ
219465d599
fix contours ( #2692 )
...
* fix 2d-contour
* fix filled contours (colorbar is off)
* activate fixed examples
2020-05-11 16:52:00 +02:00
Daniel Schwabeneder
8b897c3460
implement pie series recipe
2020-04-28 20:48:09 +02:00
Daniel Schwabeneder
f1e7e3a4de
integrate colorpalettes in pgfplotsx
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
3152d4b4fe
fix tests for gr
2020-04-24 21:20:07 +02:00
Goran Nakerst
5d37264487
changed title_location -> titlelocation
2020-04-23 13:48:42 +01:00
Daniel Schwabeneder
d942660f91
fix scale_func for plotly
2020-04-11 17:01:23 +02:00
Daniel Schwabeneder
67ba06cd77
Merge pull request #2548 from daschw/surface
...
Implement zerror and surface type recipe fixes
2020-04-07 17:50:32 +02:00
Daniel Schwabeneder
c8e6b967e5
add errorbar test example
2020-04-07 16:27:02 +02:00
Simon Christ
f98b191616
Layouting ( #2486 )
...
* distances very big
* better default
* respect margins
* remove failing example
2020-04-07 10:44:22 +02:00
Daniel Schwabeneder
1b0fb95583
add axes linking test
2020-04-06 14:26:22 +02:00
Daniel Schwabeneder
5e7d2fb8ba
add test example
2020-04-01 13:26:01 +02:00
Daniel Schwabeneder
246632abca
ok, don't use latex in tests
2020-03-29 17:39:56 +02:00
Daniel Schwabeneder
a5b6c27bec
add new test
2020-03-29 16:25:23 +02:00
Daniel Schwabeneder
3fb45764b2
Merge pull request #2471 from daschw/staticarrays
...
fix StaticArray plotting
2020-03-18 23:07:32 +01:00
Simon Christ
0d210843e7
add example 20
2020-03-17 21:30:48 +01:00
Daniel Schwabeneder
a800f8d4d9
add test example
2020-03-16 22:53:33 +01:00
Simon Christ
7520c1dced
Merge pull request #2454 from JuliaPlots/bbs/check-examples
...
examples to skip
2020-03-13 14:19:10 +01:00
Simon Christ
3ab0078818
add skipping examples
2020-03-13 13:53:12 +01:00
Simon Christ
1fc587559c
fix ribbon-example
2020-03-13 13:50:26 +01:00