4701 Commits

Author SHA1 Message Date
Simon Christ
f48b1c93d8 conditionally fix pyplot 2021-05-14 19:15:30 +02:00
Simon Christ
1e08940a03 remove push workflow (should work without) 2021-05-14 18:31:04 +02:00
Simon Christ
63d0821381 fix pyplot 2021-05-14 18:12:57 +02:00
Simon Christ
aa158bd85f fix pgfplotsx 2021-05-14 18:12:41 +02:00
Simon Christ
94afea6ac9
Update docs.yml 2021-05-12 20:32:07 +02:00
Simon Christ
585f88f395
Update docs.yml 2021-05-12 20:16:50 +02:00
Simon Christ
80e4859cf8
Update docs.yml 2021-05-12 20:10:38 +02:00
Simon Christ
6b1d9ac27e
Update docs.yml 2021-05-12 20:07:35 +02:00
Simon Christ
205e153e79
[skip ci] 2021-05-12 20:06:11 +02:00
Simon Christ
832fec3ece
[skip ci] 2021-05-12 20:04:07 +02:00
Simon Christ
d4b381c6f8
[skip ci] 2021-05-12 20:00:57 +02:00
Simon Christ
0c2ea667b1
[skip ci] 2021-05-12 19:56:59 +02:00
Simon Christ
cec8b363dd
Update docs.yml 2021-05-12 19:46:25 +02:00
Simon Christ
c4f6433ed6
Create docs.yml 2021-05-12 19:42:40 +02:00
Simon Christ
1cc4025977
Update docs.yml 2021-05-12 19:42:23 +02:00
Simon Christ
fbe92a6be2
Update docs.yml 2021-05-12 19:39:50 +02:00
Simon Christ
4c5565ffbb
Create docs.yml 2021-05-12 19:15:02 +02:00
Asim H Dar
d544647b1b
Update plotly.jl (#3491)
Tiny typo
2021-05-12 18:36:14 +02:00
Simon Christ
3cb81d6d04
fix alpha for surface (#3489) 2021-05-12 18:35:19 +02:00
Yuval
61f2d825b6
Merge pull request #3468 from yha/several-nans-fix
Fix for plotting a vector of (at least two) NaNs
2021-05-11 17:56:33 +03:00
Daniel Schwabeneder
5df64bd45b
Merge pull request #3463 from gustaphe/fontdefaults
Add annotation font defaults/settings
2021-05-11 01:03:09 +02:00
Simon Christ
7e997da6bd
1.14.0 [skip ci] v1.14.0 2021-05-10 19:53:10 +02:00
Simon Christ
35658bf4fe fix tests 2021-05-07 08:14:37 +02:00
Simon Christ
f355ff9904 clean up pgfx-legends duplications 2021-05-06 21:27:24 +02:00
github-actions[bot]
8893782b13
[AUTO] Update precompiles (#3471)
* add legend stylings

* fix center and default case

* Update precompile_*.jl file

Co-authored-by: Simon Christ <simonchrist@gmx.de>
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2021-05-04 20:54:43 +02:00
Simon Christ
78f7db138f
add legend stylings (#3470)
* add legend stylings

* fix center and default case
2021-05-04 20:54:11 +02:00
yha
23567964e7 undo accidental change 2021-05-03 19:45:48 +03:00
yha
0c7f7ba011 Fix for plotting a vector of (at least two) NaNs 2021-05-03 19:44:11 +03:00
David Gustavsson
4731477920 Add annotation font defaults 2021-05-01 20:39:55 +02:00
Daniel Schwabeneder
57ba6aa5a9
Merge pull request #3458 from daschw/tickmarks
add `tick_direction=:none` option to hide tick marks
2021-04-29 10:54:54 +02:00
Simon Christ
3c472f24b5
add DOI badge 2021-04-28 22:20:34 +02:00
Daniel Schwabeneder
5a4651a0ec clean changes in recipes.jl 2021-04-28 20:35:00 +02:00
Daniel Schwabeneder
7bb2132b18 add tick_direction=:none option to hide tick labels 2021-04-28 20:27:50 +02:00
Daniel Schwabeneder
fd50469e20
Merge pull request #3430 from ma-laforge/idr_layout
Update plot areas for the given font sizes.
2021-04-28 18:42:14 +02:00
Daniel Schwabeneder
e3d13aa17a
Merge pull request #3436 from gustaphe/master
Generalize Shape
2021-04-28 18:40:57 +02:00
Simon Christ
476de3d2a2
1.13.2 [skip ci] v1.13.2 2021-04-28 09:52:54 +02:00
Yuval
c986bfa1e6
Merge pull request #3443 from yha/plotly-shapes-fix
Fix shapes series on plotly
2021-04-27 13:05:32 +03:00
github-actions[bot]
dfd8fada9d
[AUTO] Update precompiles (#3455)
* incorporate colorbar ticks and ticklabel styles

* fix colorbar showing

* Update precompile_*.jl file

Co-authored-by: Simon Christ <SimonChrist@gmx.de>
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
v1.13.1
2021-04-27 10:35:28 +02:00
Simon Christ
d4298bf1cc
1.13.1 [skip ci] 2021-04-27 10:35:12 +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
Benoit Pasquier
8cf268a390
Add ticks getter functions (#3435)
* Add ticks getter functions

* Add tick-getter functions for Plot objects

* Fix boiler-plate code in get_ticks

* Bump minor version + add tests

* Remove kwargs and add subplot test

* Add docstrings

* bump minor version
v1.13.0
2021-04-23 08:52:17 +02:00
Simon Christ
fbf3878ca5
1.12.0 [skip ci] v1.12.0 2021-04-20 11:21:54 +02:00
yha
e449d3221c Fix shapes series on plotly 2021-04-18 13:41:10 +03:00
David Gustavsson
a359f21325 Generalize Shape 2021-04-14 09:34:06 +02:00
MA Laforge
9da550ba3b Update plot areas for the given font sizes.
Also:
Layout changes are made to defaults instead of user-overwrites.
2021-04-10 14:57:39 -04:00
Daniel Schwabeneder
0a7035979f
Merge pull request #3412 from JuliaPlots/Test_SnoopCompile_AutoPR_refs/heads/master
[AUTO] Update precompiles
2021-04-10 12:59:18 +02:00
Daniel Schwabeneder
6376d40ae2
Merge pull request #3423 from matthieugomez/master
correct scatterpath + add linearfit
2021-04-10 12:58:26 +02:00
matthieugomez
67f4d79c4a simpler formula for yhat 2021-04-08 10:11:09 -07:00
matthieugomez
50adb6cd9c Update recipes.jl 2021-04-07 14:42:12 -07:00
matthieugomez
64f3d589b6 correct scatterpath + add linearfit
correct scatterpath so that color does not change (see https://github.com/JuliaPlots/Plots.jl/issues/1495). Add linearfit.
2021-04-07 14:39:41 -07:00