Daniel Schwabeneder
7bb2132b18
add tick_direction=:none option to hide tick labels
2021-04-28 20:27:50 +02:00
Simon Christ
02437562a7
colorbar improvements for pgfplotsx ( #3441 )
...
* incorporate colorbar ticks and ticklabel styles
* fix colorbar showing
2021-04-27 09:50:49 +02:00
Daniel Schwabeneder
c56654c6cf
fix multiple legend in pgfplotsx bar plots
2021-04-01 17:21:29 +02:00
Daniel Schwabeneder
a1ace08d22
Merge pull request #3332 from korsbo/nk/pgfplotsx_dpi
...
Enable `dpi` option for `pgfplotsx()` PNGs.
2021-03-06 12:39:31 +01:00
Daniel Schwabeneder
6201dfe580
Merge pull request #3324 from gustaphe/legendangle
...
[WIP] position legend at angle
2021-03-06 12:37:35 +01:00
Niklas Korsbo
e9b78e7191
Enable dpi option for pgfplotsx() PNGs.
2021-03-03 10:46:24 +01:00
David Gustavsson
37252ec562
Correct anchor order
2021-03-02 10:07:49 +01:00
David Gustavsson
6724a3a2fe
Centralize utility functions, add legend-angle to plotly, pgfplotsx
2021-02-28 23:40:06 +01:00
yha
42b3c5625f
Fix for "segmented" attributes with NaNs
2021-02-25 02:33:11 +02:00
Daniel Schwabeneder
e8437d76fd
fix fillalpha for surface on pgfplotsx
2021-02-19 21:22:57 +01:00
Daniel Schwabeneder
2e2f7044e2
fix surface on pgfplotsx
2021-02-19 21:20:51 +01:00
Daniel Schwabeneder
91608a6eab
respect legendfontcolor in pgfplotsx
2020-12-31 09:17:39 +01:00
willtebbutt
99dff99504
pgfplotsx, no font size ( #3154 )
...
Co-authored-by: Will Tebbutt <will.tebbutt@invenialabs.co.uk>
2020-11-16 10:03:28 +01:00
Simon Christ
10e83b63b6
fix grid for 3d quivers ( #3150 )
2020-11-13 22:00:32 +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
Simon Christ
693c014064
add linestyle to contour plots ( #3139 )
...
* add linestyle to contour plots
* Update precompile_*.jl file (#3140 )
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-11-12 13:53:42 +01:00
Daniel Schwabeneder
93998fee00
fix 'no method matching any(::Function, ::Nothing)' error in pgfplotsx
2020-11-09 18:21:00 +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
9cf9edffe0
remove transpose_z
2020-10-12 01:10:56 +02:00
Simon Christ
bb11c62413
latexify unicode
2020-10-02 10:27:20 +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
Simon Christ
0536be3bf7
add arrow support ( #2989 )
...
* add arrow support
* correctly handle arrow.side = :both
2020-09-20 20:59:06 +02:00
Simon Christ
3ba712dde0
pgfx fix segments ( #2970 )
2020-09-15 18:13:46 +02:00
Simon Christ
9c4890d794
Backend refactor ( #2965 )
...
* isolate :path
* factor out legend addition
* ported series coordinates code
* fix 3d-like seriestypes
* common add_series
* fix bar
* fix contour
* fix scatter
* Update precompile_*.jl file (#2966 )
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-13 19:29:49 +02:00
Daniel Schwabeneder
0b91d51a40
fix marker shapes with segments on gr, pyplot and plotly
2020-08-31 18:55:17 +02:00
Simon Christ
345bceb526
conserve extra_kwargs ( #2885 )
...
* conserve extra_kwargs
* Update test_pgfplotsx.jl
* remove wraptuples
* Update test_pgfplotsx.jl
* Update test_pgfplotsx.jl
* Update test_pgfplotsx.jl
* Update test_pgfplotsx.jl
* Revert "remove wraptuples"
This reverts commit 6d66d69692ad1ffb72a99ed4777658d14ad749f1.
* Auto stash before revert of "remove wraptuples"
2020-08-01 00:34:04 +02:00
Simon Christ
849c2911a7
fix ribbon, fillbetween distinction
2020-07-09 22:07:04 +02:00
Simon Christ
1ab681f509
fix ribbons ( #2853 )
...
* fix ribbons
* fix tests
2020-07-09 12:23:27 +02:00
Simon Christ
2f4eb7b558
change z buffer for surface plots ( #2843 )
2020-07-04 19:37:42 +02:00
Simon Christ
3eb2b783dc
keep LaTeXStrings to be LaTeXStrings ( #2781 )
2020-06-16 09:39:07 +02:00
Simon Christ
d19525c269
improve title- and legendlocation ( #2718 )
...
* improve titlelocation
* fix default case
* improve legend position
2020-05-20 14:55:19 +02:00
Simon Christ
593331dec2
change default alignment in legends ( #2714 )
2020-05-19 21:20:14 +02:00
Simon Christ
702e41f55d
add all guide_positions ( #2710 )
...
* add all guide_positions
* remove show
2020-05-17 10:28:21 +02:00
Simon Christ
682ac29fcd
fix clims ( #2709 )
2020-05-16 20:10:39 +02:00
Daniel Schwabeneder
f26ebdc2f1
remove unused color strings
2020-05-13 17:21:18 +02:00
Daniel Schwabeneder
c97255fc08
don't make colorbars thinner
2020-05-13 17:03:52 +02:00
Daniel Schwabeneder
9d1ede016b
make colorbars thinner
2020-05-13 17:03:52 +02:00
Daniel Schwabeneder
7eb8f2452c
colorbar positions :top, :bottom and :left and colorbar tickfont fixes
2020-05-13 17:03:52 +02:00
Daniel Schwabeneder
0a6e691222
allow disabling the colorbar in pgfplotsx
2020-05-13 17:03:52 +02: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
Simon Christ
1b946a18d2
passing of extra keywords to pgfplotsx ( #2200 )
...
* transfer commit
* extra_kwargs gets populated
* make extra_kwargs a series kw.
* turn extra_kwargs into Dict of Dicts
* pass to pgfplotsx-backend
* add test
* change to dict
* it even works
* cleanup
* undo pgfplots changes
* all of them
* fix tests
* add pgfplotsx tests and special handling of :add
Co-authored-by: Simon Christ <Simon.Christ@mpikg.mpg.de>
2020-04-29 11:43:57 +02:00
Daniel Schwabeneder
8b897c3460
implement pie series recipe
2020-04-28 20:48:09 +02:00
Daniel Schwabeneder
fe2d46d1eb
fix pgfx_get_ functions
2020-04-26 21:43:55 +02:00
Daniel Schwabeneder
b80ba99100
move remaining const to backends.jl
2020-04-26 20:49:02 +02:00
Daniel Schwabeneder
5759fd61ea
remove const in pgfplotsx - 1 more left
2020-04-26 20:03:19 +02:00
Simon Christ
3275719f12
fix topleft legend
2020-04-26 15:20:00 +02:00
Daniel Schwabeneder
265439fb2b
update colorschemes integration
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
f1e7e3a4de
integrate colorpalettes in pgfplotsx
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
66d2e4746a
implement ColorSchemes integration in PlotUtils
2020-04-24 21:20:07 +02:00
Goran Nakerst
5d37264487
changed title_location -> titlelocation
2020-04-23 13:48:42 +01:00