Michael Krabbe Borregaard
0684102511
Merge pull request #1674 from djsegal/djsegal/colorbar
...
Add way to give colorbar_title for pgfplots
2018-08-19 21:29:38 +02:00
Michael Krabbe Borregaard
6ca87f6d33
Merge pull request #1680 from JuliaPlots/mkb/doc_badge
...
Replace link to docs with docs badge
2018-08-19 15:54:10 +02:00
Michael Krabbe Borregaard
3c96831cdc
fix_1
2018-08-19 15:53:36 +02:00
Michael Krabbe Borregaard
b551f6714b
Replace link to docs with docs badge
2018-08-19 15:49:05 +02:00
Sebastian
c005cc211f
Add example
2018-08-19 13:52:26 +02:00
Unknown
92b0d5c0be
Add line_z and update arg_desc.jl
2018-08-19 13:52:26 +02:00
SebastianM-C
45dc9e5c0d
Add 2D marker_z with Functions
2018-08-19 13:52:26 +02:00
djsegal
7c505949fc
Add “colorbar_title” to pgfplots
2018-08-19 02:25:04 -04:00
improbable22
905accdb7d
Remove P2 & P3 from export
...
As in #1675 , important stuff!
2018-08-19 07:20:17 +02:00
Michael Krabbe Borregaard
30f3e3cf56
Merge pull request #1676 from mkborregaard/plotattr
...
make plotattr work again
2018-08-18 23:24:54 +02:00
Michael Krabbe Borregaard
71131fd00c
make plotattr work again
2018-08-18 23:24:14 +02:00
Michael Krabbe Borregaard
60b8b0080c
Merge pull request #1670 from mkborregaard/master
...
Address UInt round problem - see #1665
v0.19.3
2018-08-17 20:58:01 +02:00
Michael Krabbe Borregaard
b30ff9b41b
Merge pull request #1671 from mkborregaard/getrgb_patch
...
Add vector function for rgb
2018-08-17 11:21:01 +02:00
Michael Krabbe Borregaard
cf1a0e3c33
Add vector function for rgb
2018-08-17 11:19:57 +02:00
Michael Krabbe Borregaard
e94fe13178
Merge pull request #1668 from anowacki/an/1665
...
Remove broadcasting of getSeriesRGBColor
2018-08-17 11:17:15 +02:00
Michael Krabbe Borregaard
b2c4561a7d
gr: round to UInt not Int
...
Fixes an error with 32-bit system compatibility
2018-08-17 10:50:05 +02:00
Andy Nowacki
ef63c8d66e
Remove broadcasting of getSeriesRGBColor
...
No longer broadcast over d[:seriescolor] when updating
series attributes. This fixes #1665 , where in Julia
v1.0 the PlotUtils ColorGradient type is assumed to
be iterable (JuliaLang/julia/#18618).
2018-08-16 15:28:36 +01:00
Sebastian Pfitzner
00be8a2237
make sure display order is correct if Plots is loaded before the REPL
2018-08-16 12:34:33 +02:00
Sebastian Pfitzner
6593e3cfe6
actually use __init__
2018-08-16 12:23:23 +02:00
Sebastian Pfitzner
ac73798b9d
actually use PlotsDisplay()
...
instead of overloading display for REPLDisplay
2018-08-16 11:59:56 +02:00
Michael Krabbe Borregaard
1697b99bbc
Merge pull request #1663 from mkborregaard/travis-0.7
...
update travis script; fix #1658
2018-08-16 11:21:00 +02:00
Josef Heinen
1e9467a221
Merge remote-tracking branch 'upstream/master'
...
t push
2018-08-16 10:48:48 +02:00
Takafumi Arakaki
b56238089c
Use TEXT_VALIGN_TOP
2018-08-15 21:24:20 -07:00
Morten Piibeleht
47d8aa871b
Do not import latexstring into the global scope
...
It will not be visible to functions in Plots anyway. Instead, labelfunc
now explicitly specifies that it uses LaTeXStrings.latexstring.
2018-08-16 11:05:39 +12:00
Morten Piibeleht
87627b8320
Wrap latexstring use in an at-require
...
latexstring comes from the LaTeXStrings package, which is conditionally
loaded by pyplot().
Fix #1659 .
2018-08-16 11:03:21 +12:00
Michael Krabbe Borregaard
c419f87b64
update travis script; fix #1658
2018-08-15 23:20:18 +02:00
Michael Krabbe Borregaard
9ae22a1ad7
Merge pull request #1660 from CarloLucibello/glv
...
fix glvisualize require
2018-08-15 16:01:01 +02:00
CarloLucibello
b4dfd35be6
fix glvisualize require
2018-08-15 09:30:52 -04:00
Josef Heinen
916654b3ec
Merge remote-tracking branch 'upstream/master'
...
t push
2018-08-15 07:51:30 +02:00
Takafumi Arakaki
2acd088226
Implement colorbar_title for GR
2018-08-14 20:28:22 -07:00
Michael Krabbe Borregaard
2d217edc15
update news.md
v0.19.2
2018-08-14 23:56:21 +02:00
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
Michael Krabbe Borregaard
1f9468e029
Merge pull request #1656 from mkborregaard/pyplot
...
Add more packages to PyPlot string
2018-08-14 23:53:03 +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
Michael Krabbe Borregaard
07a6700ab6
Merge pull request #1654 from ma-laforge/hdf5
...
Deal w/deprecation of Nullable.
2018-08-14 22:57:17 +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
7e360aa915
Merge pull request #1651 from mkborregaard/master
...
Update instances of `findfirst` to 1.0 syntax
2018-08-14 10:24:40 +02:00
Michael Krabbe Borregaard
0710fba638
Update instances of findfirst to 1.0 syntax
2018-08-14 10:24:10 +02:00
Josef Heinen
ad1bcbb0ac
Merge remote-tracking branch 'upstream/master'
...
t push
2018-08-14 10:13:06 +02:00
Michael Krabbe Borregaard
afb7a17e5f
Merge pull request #1650 from mkborregaard/master
...
1.0 updates to animations
2018-08-14 09:20:34 +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
Michael Krabbe Borregaard
e5c55b6962
Merge pull request #1647 from joshday/patch-1
...
import findnz from SparseArrays
2018-08-13 15:05:42 +02:00
Josh Day
7a7f4cb306
import findnz from SparseArrays
2018-08-13 08:58:38 -04:00
Josef Heinen
c0ff8f80b1
t push
...
Merge remote-tracking branch 'upstream/master'
2018-08-13 11:41:59 +02:00
Michael Krabbe Borregaard
d084e31065
Merge pull request #1644 from mkborregaard/master
...
Don't broadcast `plot_color`; fix #1641
v0.19.1
2018-08-13 10:08:57 +02: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
Josef Heinen
5485740291
Merge remote-tracking branch 'upstream/master'
...
t push
2018-08-12 19:38:17 +02:00