Michael Krabbe Borregaard
b55d13bc21
Merge pull request #1655 from roshanshariff/julia-1.0
...
Fix julia 0.7 deprecated syntax in Plotly backend.
2018-08-14 23:53:35 +02:00
Roshan Shariff
593804096d
Fix julia 0.7 deprecated syntax in Plotly backend.
2018-08-14 15:38:55 -06:00
Michael Krabbe Borregaard
befb14682d
Add more packages to PyPlot string
2018-08-14 23:28:18 +02:00
MA Laforge
8131953e49
Deal w/deprecation of Nullable.
...
Also use new LinearIndices API.
2018-08-14 13:04:22 -07:00
Michael Krabbe Borregaard
0710fba638
Update instances of findfirst to 1.0 syntax
2018-08-14 10:24:10 +02:00
Michael Krabbe Borregaard
badf302756
Explicitly specify assignment to global
2018-08-14 09:19:32 +02:00
Michael Krabbe Borregaard
99941dde8f
info --> @info
2018-08-14 09:13:27 +02:00
Josh Day
7a7f4cb306
import findnz from SparseArrays
2018-08-13 08:58:38 -04:00
Michael Krabbe Borregaard
12008ef1c6
Don't broadcast plot_color; fix #1641
...
On 1.0 you can no longer pass a singleton argument to broadcast without escaping with `Ref`. But - `plot_color` has `Vector` methods, so it should be fine to not broadcast here. The example from the PR that introduced the broadcast here still works on this PR https://github.com/JuliaPlots/Plots.jl/pull/1467#issue-178940271
2018-08-13 10:07:03 +02:00
Takafumi Arakaki
23ec52c6b4
Make sure only one colorbar is drawn with GR
...
closes #1642
2018-08-13 00:06:12 -07:00
Oliver Schulz
1fda0df03e
Fix _stepbins_path (new Julia v0.7/v1.0 iteration API)
2018-08-11 13:41:33 +01:00
Oliver Schulz
d4406bb806
Use length(eachindex(...)) instead of length(linearindices(...))
2018-08-11 13:21:06 +01:00
Michael Krabbe Borregaard
3e56aa43e4
linspace -> range
2018-08-11 11:24:54 +01:00
Michael Krabbe Borregaard
c2dc030fae
fieldnames(x) -> fieldnames(typeof(x))
2018-08-11 11:24:45 +01:00
Michael Krabbe Borregaard
2844e706a9
warn -> @warn
2018-08-10 18:14:14 +01:00
Michael Krabbe Borregaard
3849700a28
readstring -> read
2018-08-09 17:03:44 +01:00
Michael Krabbe Borregaard
3dd0049973
No longer overload broadcast
2018-08-09 17:00:17 +01:00
Michael Krabbe Borregaard
8e6ccf1b20
typo fix
2018-08-09 16:55:30 +01:00
Michael Krabbe Borregaard
c544dbbbb7
rename mimewritable
2018-08-09 16:53:37 +01:00
Michael Krabbe Borregaard
5205ac38ad
Implement new iterator protocol
2018-08-09 16:53:27 +01:00
Michael Krabbe Borregaard
0143807515
Remove deprecated endof
2018-08-09 16:52:43 +01:00
Michael Krabbe Borregaard
5176ab1382
Merge pull request #1625 from mkborregaard/master
...
No longer include files for Revise
2018-08-09 16:31:56 +01:00
Michael Krabbe Borregaard
96f0335af4
No longer include files for Revise
...
This is no longer necessary in 0.7
2018-08-09 12:46:09 +01:00
Michael Krabbe Borregaard
cb00983db3
Allow bin to be a heterogeneous Tuple
...
fix #https://github.com/JuliaPlots/StatPlots.jl/issues/156
2018-08-09 09:13:34 +01:00
femtocleaner[bot]
83686866cc
Fix deprecations
2018-08-08 12:42:18 +00:00
Daniel Schwabeneder
0548793bfd
remove Juno requires code
2018-08-08 09:28:30 +02:00
Daniel Schwabeneder
cd770f70c0
fix merge conflict relicts
2018-08-08 09:24:37 +02:00
Daniel Schwabeneder
a3f1950a18
Merge pull request #1616 from apalugniok/ticks
...
Make xticks!/yticks! behave like plot(xticks!/yticks! = ). (Fixes #1605 )
2018-08-07 07:15:16 -08:00
Daniel Schwabeneder
317f01a6b4
fix init.jl
2018-08-06 18:02:19 +02:00
Daniel Schwabeneder
5e8eff074d
require PyCall
2018-08-06 17:55:02 +02:00
Andrew Palugniok
db028f2774
Make xticks!/yticks! behave like plot(xticks!/yticks! = )
2018-08-05 14:29:00 +01:00
Daniel Schwabeneder
a82a154be9
remove old juno inti code
2018-08-04 06:45:18 +02:00
Daniel Schwabeneder
af01927807
add init.jl
2018-08-04 06:44:12 +02:00
Daniel Schwabeneder
f60aac93ab
use Requires.jl for backend dependencies
2018-08-04 06:44:12 +02:00
Daniel Schwabeneder
4860bf3f19
Merge pull request #1615 from pfitzseb/sp/junodisplay
...
Fix display on Juno 0.7
2018-08-04 06:05:00 +02:00
Sebastian Pfitzner
adf2af82b4
fix display on Juno 0.7
2018-08-03 12:37:12 +02:00
Josef Heinen
8d16563014
Update gr.jl
2018-08-01 13:12:48 +02:00
Daniel Schwabeneder
da765a5eec
Merge pull request #1610 from daschw/pyplot-thickness
...
fix pyplot thickness_scaling (fix #1606 )
2018-07-28 08:53:03 +02:00
Daniel Schwabeneder
789cf1d66b
fix legend frame
2018-07-25 23:39:55 +02:00
Daniel Schwabeneder
64ec922d7f
fix thickness_scaling in pyplot
2018-07-25 23:32:02 +02:00
Daniel Schwabeneder
85b3aefd67
add init.jl
2018-07-20 17:15:43 +02:00
Daniel Schwabeneder
af0dabec99
use Requires.jl for backend dependencies
2018-07-19 22:33:36 +02:00
Daniel Schwabeneder
de85983247
Merge pull request #1596 from wfrgra/minorgrid
...
Minorgrid and minor ticks
2018-07-17 17:54:38 +02:00
Will Grant
7eaae3a6d5
Add full keyword control of minor grid
2018-07-16 17:37:19 +10:00
Will Grant
403b57c076
extend ticks beyond major grid, to axis limits
2018-07-11 17:59:47 +10:00
Will Grant
dd434b89d2
add minor grid and tick marks. Works, but doesn't extend beyond major ticks
2018-07-11 17:17:45 +10:00
Fredrik Ekre
c785d1509b
additional fixes
2018-07-05 08:33:14 +02:00
Daniel Schwabeneder
0717805773
more deprecation fixes
2018-07-04 22:33:51 +02:00
Daniel Schwabeneder
3cc0d0c735
Revert "Fix deprecations"
2018-07-04 21:10:08 +02:00
Daniel Schwabeneder
a7f2484d45
fix some deprecation warnings
2018-07-04 20:56:13 +02:00