172 Commits

Author SHA1 Message Date
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
Simon Christ
55ea8b4a70
New recipe: lens (#2372)
* create recipe, add box and line

* add subplot

* improve linking

* add ghost subplot

* draw line only if inset is in subplot

* sp_bbox -> inset_bbox

* better linking

* add lens! shorthand

* apply keywords only to inset

* check bbox type

* add lens example

* fix typo and stray *

* move legend out of the plot

* move lens example down
2020-03-05 03:03:21 +01:00
Simon Christ
369d510b3e format examples.jl 2020-03-04 15:55:45 +01:00
Daniel Schwabeneder
b682bc8e96 prepare for docs rewrite 2020-02-12 07:28:30 +01:00
Michael Kraus
044daf08d4 generalized array fixes replacing length() and size() with eachindex() and axes(), etc. 2019-12-05 10:09:07 +01:00
Leon Shen
05eed0fdda precompile functions to reduce compilation time of first plot 2019-11-13 17:08:20 -05:00
yha
c3c63971ab Update NaN example to show missing values. 2019-11-04 16:20:43 +02:00
yha
224858dad5 Convert infinite values to NaN 2019-11-03 19:21:26 +02:00
daschw
653e0b80b2 Merge branch 'show-empty-bins' of https://github.com/yha/Plots.jl into yha-show-empty-bins 2019-10-13 19:53:39 +02:00
daschw
e12b0a585c remove ribbon example from in between 2019-10-13 17:31:09 +02:00
daschw
151ce619dc Merge branch 'as/fix-ribbon-2tuple-dispatch' of https://github.com/JuliaPlots/Plots.jl into as/fix-ribbon-2tuple-dispatch 2019-10-13 17:15:44 +02:00
daschw
28903d5db2 move ribbon example to the end 2019-10-13 17:11:46 +02:00