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
Godisemo
2e9e1fc424
Fix Julia v1.0 deprecations for pgfplots backend
2018-09-14 10:02:15 +02:00
Michael Krabbe Borregaard
b5c73d1574
Merge pull request #1741 from Godisemo/pyplot-feature-pr
...
Add option to change guide positions
2018-09-14 09:31:43 +02:00
Godisemo
beb73d891d
Document new guide_position argument
2018-09-14 09:19:56 +02:00
Godisemo
a4edd8e41f
Add option to change guide positions in pgfplots
2018-09-13 18:32:30 +02:00
Godisemo
cac3dae96c
Add option to change guide positions in gr
2018-09-13 12:01:12 +02:00
Godisemo
279ef2075f
Add option to change guide positions in pyplot
2018-09-13 11:22:49 +02:00
Daniel Schwabeneder
5d0740c0e5
Merge pull request #1737 from ma-laforge/inspectdr
...
Re-establish support for alpha on markers (InspectDR).
2018-09-12 09:42:25 +02:00
MA Laforge
9ee8055093
Activate :seriescolor, :seriesalpha attributes.
2018-09-11 18:04:03 -07:00
MA Laforge
07ed7eb6dd
Re-establish alpha support on lines, etc (InspectDR).
2018-09-10 20:47:27 -07:00
MA Laforge
ed6878a48f
Re-establish support for alpha on markers (InspectDR).
2018-09-10 19:57:29 -07:00
Michael Krabbe Borregaard
09a17ba783
up GR version
v0.20.2
2018-09-07 22:40:56 +02:00
Michael Krabbe Borregaard
046b291c1f
remove the then
2018-09-07 16:02:19 +02:00
Michael Krabbe Borregaard
187a19bfd1
Merge pull request #1731 from mkborregaard/missings
...
rudimentary missings support
2018-09-07 15:54:22 +02:00
Michael Krabbe Borregaard
91816e6715
rename handlemissingsinmatrix
2018-09-07 15:38:20 +02:00
Michael Krabbe Borregaard
13339125eb
drop stray @show
2018-09-07 15:31:04 +02:00
Michael Krabbe Borregaard
3197db9fc1
Merge pull request #1726 from mkborregaard/master
...
Run Travis on 1.0
2018-09-07 15:26:40 +02:00
Michael Krabbe Borregaard
6e4aac1123
Run Travis on 1.0
2018-09-07 15:26:06 +02:00
Michael Krabbe Borregaard
94450a26e9
restore String
2018-09-07 15:16:10 +02:00
Michael Krabbe Borregaard
f571596eda
Matrix support
2018-09-07 15:04:53 +02:00
Michael Krabbe Borregaard
8b6ca96e0a
rudimentary missings support
2018-09-07 14:42:14 +02:00
Michael Krabbe Borregaard
198de2607a
Merge pull request #1703 from daschw/appveyor
...
try default appveyor.yml
2018-09-07 09:59:09 +02:00
Josef Heinen
7cd1c9e8c8
Merge pull request #1729 from jheinen/master
...
gr: use new DPI setting for SVG output
2018-09-07 09:58:52 +02:00
Daniel Schwabeneder
fc51c355a5
don't add PyPlot and PlotlyJS in tests
2018-09-06 22:53:32 +02:00
Daniel Schwabeneder
59e7213c96
one more fix for plotlyjs
2018-09-06 22:30:42 +02:00
Daniel Schwabeneder
192020a93a
skip visual regression tests on windows
2018-09-06 22:08:32 +02:00
Daniel Schwabeneder
5f5019d310
fix plotlyjs ( fix #1728 )
2018-09-06 22:04:44 +02:00
Josef Heinen
9aa201dcb3
gr: use new DPI setting for SVG output
2018-09-06 21:37:18 +02:00
Daniel Schwabeneder
f0f90d87af
move supported backend attr to backends.jl
2018-09-04 19:08:48 +02:00