Daniel Schwabeneder
506d3611fd
prepare release
2018-04-13 16:33:38 +02:00
Daniel Schwabeneder
b9c23c75f4
Merge pull request #1380 from davidanthoff/always-install-gr
...
Add GR to REQUIRE
2018-04-13 16:18:37 +02:00
Andrew Palugniok
adb66cae9d
Merge pull request #1479 from apalugniok/pgfplots-scientific
...
Replace `×` with `\times` for PGFPlots. (Fixes #1464 )
2018-04-10 09:20:29 +01:00
Andrew Palugniok
8abd70bed8
Replace × with \times for PGFPlots.
2018-04-09 09:46:01 +01:00
Daniel Schwabeneder
91cd6c1954
Merge pull request #1443 from fedxa/fedxa-autosciaxis
...
Partial attempt to fix labeling to atomatically scientific notation
2018-04-09 10:40:26 +02:00
Daniel Schwabeneder
d33331f650
Merge pull request #1476 from daschw/default-theme
...
allow to set the theme in PLOTS_DEFAULTS
2018-04-07 15:34:05 +02:00
Daniel Schwabeneder
ad55551819
allow to set the theme in PLOTS_DEFAULTS
2018-04-07 08:55:52 +02:00
Daniel Schwabeneder
1d38e50281
Merge pull request #1475 from daschw/pgf-legendmarker
...
Filled legend marker for filled areas in PGFPlots
2018-04-06 20:20:09 +02:00
Daniel Schwabeneder
cef0882e80
Merge pull request #1471 from hycakir/master
...
Remove SVG support for plotly, which is not there
2018-04-06 18:50:36 +02:00
Daniel Schwabeneder
5a07c4917e
fix multiple series
2018-04-06 18:37:57 +02:00
Daniel Schwabeneder
e498d091cd
filled legend marker for filled area in PGFPlots
2018-04-06 17:14:19 +02:00
Michael Krabbe Borregaard
8ba30c5453
Merge pull request #1474 from mkborregaard/master
...
Improve histogram2d bin estimation
2018-04-06 11:45:23 +02:00
Michael K. Borregaard
6ca8471c64
Improve histogram2d bin estimation
...
The existing one would error when the correlation was high
2018-04-06 09:09:03 +02:00
Hamza Yusuf Çakır
e30f4652af
Remove SVG support, which is not there
...
plotly backend does not support SVG output. What it shows is the HTML output of Plotly backend.
This commit makes the request for SVG output to return an error as in PNG.
2018-04-05 02:53:50 +03:00
Daniel Schwabeneder
9acb89ba8a
Merge pull request #1467 from daschw/segments
...
Segments: vector arguments, line_z and fill_z for GR, PyPlot, Plotly(JS) and PGFPlots
2018-04-04 23:27:48 +02:00
Daniel Schwabeneder
9b9a775a41
fix test errors
2018-04-03 18:43:18 +02:00
Daniel Schwabeneder
a6f11cdb31
fix pyplot (leave commented lines for possible future work)
2018-04-02 23:21:57 +02:00
Daniel Schwabeneder
777642ef55
pyplot use linecollection only WITHOUT fillrange
2018-04-02 22:44:29 +02:00
Daniel Schwabeneder
d1d7fd258f
add fill_z and line_z to supported pgfplots attr
2018-04-02 22:14:50 +02:00
Daniel Schwabeneder
7e4635de26
fix transparency on GR
2018-04-02 22:11:22 +02:00
Daniel Schwabeneder
d7b2173066
fix linestyle in pyplot
2018-04-02 22:08:00 +02:00
Daniel Schwabeneder
55e9c8c9eb
implement fillrange, vector arguments, line_z and fill_z for pgfplots
2018-04-02 21:39:45 +02:00
Daniel Schwabeneder
c34e1d3c19
implement vector arguments, line_z and fill_z for plotly
2018-04-02 18:35:26 +02:00
Daniel Schwabeneder
f89b1ba303
implement vector arguments for GR and PyPlot
2018-04-02 00:41:13 +02:00
Daniel Schwabeneder
fc7b6dd0c6
some bug fixes
2018-03-31 18:41:43 +02:00
Daniel Schwabeneder
1b5240a513
introduce iter_segments(series::Series) considering certain vector series attributes
2018-03-31 18:18:58 +02:00
Christopher Rackauckas
4bcf43c84b
Update imgcomp.jl
v0.16.0
2018-03-31 09:11:02 -07:00
Daniel Schwabeneder
b57abfd563
remove sp arg from get_linecolor and get_fillcolor
2018-03-31 14:45:12 +02:00
Daniel Schwabeneder
bfc26fa407
Merge pull request #1445 from daschw/infinite-objects
...
Infinite objects (fix #1422 )
2018-03-28 21:49:32 +02:00
Daniel Schwabeneder
e7b435b47f
Merge pull request #1454 from CarloLucibello/master
...
import filter from Base
2018-03-28 21:48:51 +02:00
CarloLucibello
dd6842522f
avoid import
2018-03-28 09:50:46 -07:00
Daniel Schwabeneder
f56d944870
hspan and vspan recipes
2018-03-28 11:32:23 +02:00
Daniel Schwabeneder
772b79306d
Merge pull request #1460 from daschw/pyplot-marker_z
...
PyPlot: fix markercolor in legend for marker_z with st = :path
2018-03-28 10:53:23 +02:00
Daniel Schwabeneder
4ef2c6286b
Merge pull request #1459 from daschw/mplot3d
...
import mplot3d in pyplot (fix #1457 )
2018-03-27 15:45:02 +02:00
Daniel Schwabeneder
a5f7c1b867
fix markercolor in legend for marker_z with st = :path
2018-03-27 14:24:26 +02:00
Daniel Schwabeneder
4d8ef2a008
import mplot3d in pyplot
2018-03-27 13:41:18 +02:00
CarloLucibello
8bc28d472f
import filter
2018-03-24 19:12:18 -04:00
piever
3753ab1b55
increase version number for tests
2018-03-22 20:37:27 +00:00
Pietro Vertechi
babc600915
Merge pull request #1450 from JuliaPlots/pv/release
...
update news
v0.15.1
2018-03-22 14:22:03 -06:00
piever
b2f92e246e
update news
2018-03-22 19:39:18 +00:00
Fedor Bezrukov
92f9ccce5c
Added :plain formatter
2018-03-21 23:58:26 +00:00
Daniel Schwabeneder
0ace28b784
extend straightline data beyond axes limits
2018-03-21 11:42:01 +01:00
Fedor Bezrukov
bd06f0c713
Fixed broken behaviour for function :formatter, and pgfplots
2018-03-21 10:07:09 +00:00
Fedor Bezrukov
4e5c88eb74
Fixed unicode display for plotly()
2018-03-21 00:12:57 +00:00
Daniel Schwabeneder
004ad15875
Merge pull request #1437 from daschw/plotly-bar
...
RFC: use bar recipe in plotly
2018-03-20 17:11:37 +01:00
Daniel Schwabeneder
1c0a731ff6
fix typo in glvisualize
2018-03-19 21:51:02 +01:00
Daniel Schwabeneder
9a5f42c251
infinite shapes
2018-03-19 21:34:55 +01:00
Daniel Schwabeneder
c8cdade884
:straightline for all backends
2018-03-19 16:24:23 +01:00
Daniel Schwabeneder
bbff66a041
glvisualize() :straightline
2018-03-19 14:55:38 +01:00
Fedor Bezrukov
6b6394ba97
Fixed bug introduced into GR Polar plot
2018-03-19 03:15:14 +00:00