Filippo Vicentini
89d08606ad
Mirror guides if :guide_position == :auto and :mirror == true
...
Before, guides where mirrored only if guide_position was set.
2018-10-23 14:05:05 +02:00
Michael Krabbe Borregaard
e709560319
Merge pull request #1800 from jheinen/master
...
up GR version
2018-10-23 10:00:35 +02:00
Josef Heinen
9eda7548d0
Merge remote-tracking branch 'upstream/master'
...
t push
2018-10-23 08:51:04 +02:00
Josef Heinen
6e0522308a
up GR version
2018-10-23 08:50:25 +02:00
Josef Heinen
7062e8864b
up GR version
2018-10-23 08:46:07 +02:00
yharel
957cea2638
function recipe: taking axis scales into account
2018-10-22 03:11:26 +03:00
Daniel Schwabeneder
532710e6bf
Merge pull request #1791 from daschw/release
...
prepare release
v0.20.6
2018-10-14 19:12:42 +02:00
Daniel Schwabeneder
24e46e4c01
Merge pull request #1790 from daschw/appveyor
...
don't test for julia 0.7 on appveyor
2018-10-14 19:11:52 +02:00
Daniel Schwabeneder
cb3cdbf6e7
prepare release
2018-10-14 19:10:12 +02:00
Daniel Schwabeneder
dcceef2e52
Merge pull request #1782 from ma-laforge/hdf5
...
Add support for annotations and "Shape"s.
2018-10-14 18:40:44 +02:00
Daniel Schwabeneder
cbc965dc53
Merge pull request #1787 from greimel/gre/gr-axis-color
...
GR: use correct attribute for axis color
2018-10-14 18:39:39 +02:00
Daniel Schwabeneder
f5b793f80c
Merge pull request #1777 from JuliaPlots/sd-remote
...
use remote urls plotly
2018-10-14 18:36:10 +02:00
Daniel Schwabeneder
d3b51703f2
don't test for julia 0.7 on appveyor
2018-10-14 18:27:36 +02:00
Daniel Schwabeneder
0ecee70af2
Merge branch 'master' into sd-remote
2018-10-14 18:11:21 +02:00
Daniel Schwabeneder
061704ac6e
Merge pull request #1789 from daschw/docs2
...
Prepare for PlotDocs.
2018-10-14 16:12:46 +02:00
Daniel Schwabeneder
3e1ce8c2fa
really fix conflicts
2018-10-14 15:51:02 +02:00
Daniel Schwabeneder
1cc84672e7
fix conflicts
2018-10-14 15:50:10 +02:00
Daniel Schwabeneder
04f502df8a
select pgfplots examples for docs
2018-10-14 15:38:50 +02:00
Daniel Schwabeneder
22c3afd8a0
remove is_installed
2018-10-14 14:11:16 +02:00
Daniel Schwabeneder
d9be97fc45
fix pgfplots saving with FileIO
2018-10-14 14:09:43 +02:00
Fabian Greimel
b04e6ff699
GR: use correct attribute for axis color
2018-10-13 14:07:19 +02:00
Daniel Schwabeneder
9c1a5548e1
small PGFPlots fix in backends.jl
2018-10-09 20:56:02 +02:00
Daniel Schwabeneder
b73d7f03a7
don't add PyPlot and PlotlyJS in tests
2018-10-09 20:56:02 +02:00
Daniel Schwabeneder
106ed6b953
one more fix for plotlyjs
2018-10-09 20:56:02 +02:00
Daniel Schwabeneder
cccbaa0bdc
skip visual regression tests on windows
2018-10-09 20:56:02 +02:00
Daniel Schwabeneder
874dacd2c8
fix plotlyjs ( fix #1728 )
2018-10-09 20:56:02 +02:00
Daniel Schwabeneder
a72a23b548
move supported backend attr to backends.jl
2018-10-09 20:56:02 +02:00
Daniel Schwabeneder
31004e8c12
move _current_plots_version from PlotDocs to Plots
2018-10-09 20:56:02 +02:00
Daniel Schwabeneder
87c471c0f5
plotlyjs, pyplot and test fixes
2018-10-09 20:56:02 +02:00
Michael Krabbe Borregaard
d3e1a423fd
update news for release
v0.20.5
2018-10-08 16:17:01 +02:00
MA Laforge
16cc743d26
Add support for annotations and "Shape"s.
...
Also build plot attributes list after series are read in
to avoid having the internal mechanisms overwrite data.
2018-10-08 06:54:01 -07:00
SimonDanisch
9ccb699fca
improve comments
2018-10-05 12:33:13 +02:00
SimonDanisch
7e0960e7a0
fix IJulia
2018-10-05 12:27:09 +02:00
SimonDanisch
ee4fc2803b
dont download by default
2018-10-05 12:27:01 +02:00
djsegal
268c2861c9
Fix off-by-one error in pyplot scatter building
2018-10-04 17:29:37 -04:00
djsegal
15739bc0ee
Allow vectors of markers for pyplot scatter
2018-10-04 17:20:14 -04:00
Michael Krabbe Borregaard
e84de56f2e
Merge pull request #1779 from JackDunnNZ/patch-1
...
Minor formatting fix
2018-10-04 16:42:35 +02:00
Jack Dunn
6b46e81fbd
Update backends.jl
2018-10-04 09:50:43 -04:00
SimonDanisch
f5de5f58ce
make ijulia plotly integration precompile save
2018-10-04 15:39:59 +02:00
SimonDanisch
3c2cfa333c
allow to not host plotly from local file
2018-10-04 15:20:21 +02:00
Nathan Daly
4aca65f6ae
Allow plotly plots to auto-resize to fill the window.
...
- Remove w and h from plotly_layout
- Add window.onresize function to produced javascript, calling
Plotly.Plots.resize (copied from this commit):
ab0e5c4f92
2018-10-03 11:13:10 -04:00
Daniel Schwabeneder
63bc3a2b88
Merge pull request #1772 from daschw/incremental-compilation
...
Fix incremental compilation warnings (fix #1692 , fix #1734 )
2018-09-30 20:20:14 +02:00
Daniel Schwabeneder
1e83bc05ee
move including of default backends out of __init__()
2018-09-30 18:03:22 +02:00
Michael Krabbe Borregaard
acb9faa6e3
Merge pull request #1765 from pfitzseb/sp/juno2
...
honour `html_output_format` in Juno
v0.20.4
2018-09-27 21:12:19 +02:00
Daniel Schwabeneder
732103abf7
Merge pull request #1766 from daschw/release
...
prepare release
v0.20.3
2018-09-27 09:25:04 +02:00
Daniel Schwabeneder
90223ff514
prepare release
2018-09-27 09:23:56 +02:00
Sebastian Pfitzner
ec8084823c
slightly nicer method error
2018-09-26 17:45:51 +02:00
Sebastian Pfitzner
05b55fa8dc
honour html_output_format in Juno
2018-09-26 17:40:09 +02:00
Daniel Schwabeneder
eaad735d22
Merge pull request #1743 from Godisemo/pgfplots-1.0
...
Fix Julia v1.0 deprecations for pgfplots backend
2018-09-14 19:11:23 +02:00
Godisemo
ecf483702f
Fix deprecated syntax in PGFPlots backend
2018-09-14 10:36:49 +02:00