Daniel Schwabeneder
|
534c7799e5
|
fix markercolor as vector on pyplot
|
2018-06-17 22:20:20 +02:00 |
|
Daniel Schwabeneder
|
b254aaa081
|
Merge pull request #1559 from yha/log-heatmap
Log-scale heatmap edge computation
|
2018-06-16 21:24:23 +02:00 |
|
yha
|
09de3a5e7a
|
GR heatmap: warning for non-equal spacing
|
2018-06-16 04:14:27 +03:00 |
|
yha
|
00483d4c0d
|
GR heatmap: warning for non-equal spacing
|
2018-06-16 04:07:21 +03:00 |
|
yha
|
1e3d10ad31
|
GR heatmap: warning for non-equal spacing
|
2018-06-16 03:13:13 +03:00 |
|
yha
|
dc31cd7103
|
A better heuristic for outer heatmap edges
|
2018-06-16 03:10:48 +03:00 |
|
yharel
|
cffb670f72
|
Merge branch 'master' of https://github.com/JuliaPlots/Plots.jl
|
2018-06-14 04:06:08 +03:00 |
|
yharel
|
781fea7431
|
Heatmap log scale fix
|
2018-06-14 02:59:04 +03:00 |
|
Daniel Schwabeneder
|
78b0b7e01d
|
Merge pull request #1557 from daschw/release
prepare release
v0.17.2
|
2018-06-12 21:09:12 +02:00 |
|
Daniel Schwabeneder
|
e96367cd4b
|
prepare release
|
2018-06-12 21:07:45 +02:00 |
|
Daniel Schwabeneder
|
30af3c7f8a
|
Merge pull request #1547 from wfrgra/round_axis_limits
allow automatic widening of the axis limits to the next power of 10 …
|
2018-06-06 21:48:52 +02:00 |
|
Daniel Schwabeneder
|
264405827e
|
Merge pull request #1549 from daschw/plotly-lims
fix single subplot in plotly (fix #1485)
|
2018-06-06 21:48:31 +02:00 |
|
Daniel Schwabeneder
|
083721bbc1
|
fix single subplot in plotly
|
2018-06-06 18:25:22 +02:00 |
|
Will Grant
|
91ed04ff83
|
update documentation in arg_desc with round limits option
|
2018-06-06 18:44:07 +10:00 |
|
Will Grant
|
cbbd4fd029
|
allow automatic widening of the axis limits to the next power of 10 with xlim/ylim = :round
|
2018-06-06 11:20:05 +10:00 |
|
Daniel Schwabeneder
|
f6bc7721a8
|
Merge pull request #1536 from fredrikekre/fe/_show
restructure some show methods
|
2018-06-05 13:15:26 +02:00 |
|
Fredrik Ekre
|
32ec9e82bf
|
make UnicodePlots print to the given io
and add support for text/plain in Plots own display_dict
fix #1514
|
2018-06-04 12:36:50 +02:00 |
|
Fredrik Ekre
|
69a7a8a04e
|
define show for more mime-types
|
2018-06-04 12:36:50 +02:00 |
|
Fredrik Ekre
|
ccb5194bb5
|
make fallback method a method of _show instead of show
fix #1529
|
2018-06-04 12:36:45 +02:00 |
|
Fredrik Ekre
|
2d280edf0c
|
forward showable call to _show instead of show since all backends return true otherwise
|
2018-06-04 10:15:13 +02:00 |
|
Daniel Schwabeneder
|
afe4817150
|
Merge pull request #1537 from fredrikekre/fe/fileio
only try the pdf -> png convert sometimes
|
2018-06-03 17:03:15 +02:00 |
|
Daniel Schwabeneder
|
6754b3746e
|
Merge pull request #1543 from daschw/ticks
set fallback tick specification for axes with discrete values
|
2018-06-03 16:21:54 +02:00 |
|
Daniel Schwabeneder
|
287f83f4d0
|
Merge pull request #1544 from daschw/pyplot-legend
PyPlot: fix bg_legend = invisible()
|
2018-06-03 16:21:32 +02:00 |
|
Daniel Schwabeneder
|
bf518a961e
|
clean up
|
2018-05-30 16:28:56 +02:00 |
|
Daniel Schwabeneder
|
4a55467eef
|
add plot_color
|
2018-05-30 16:20:19 +02:00 |
|
Daniel Schwabeneder
|
56cf5249f9
|
remove extra line
|
2018-05-30 16:18:56 +02:00 |
|
Daniel Schwabeneder
|
17e8bc6949
|
set legend alpha in pyplot
|
2018-05-30 16:13:39 +02:00 |
|
Daniel Schwabeneder
|
02ede8020f
|
fix tick conditions
|
2018-05-30 14:26:35 +02:00 |
|
Daniel Schwabeneder
|
54158a0340
|
check for dvals at the end
|
2018-05-30 13:59:16 +02:00 |
|
Daniel Schwabeneder
|
7ce96a4e3d
|
set fallback tick specification for axes with discrete values
|
2018-05-30 13:25:00 +02:00 |
|
Daniel Schwabeneder
|
2067b70445
|
Merge pull request #1535 from fredrikekre/fe/text/plain
add text/plain default, fix #1515
|
2018-05-22 14:29:16 +02:00 |
|
Fredrik Ekre
|
d02658e0ba
|
add text/plain default, fix #1515
|
2018-05-21 15:09:50 +02:00 |
|
Fredrik Ekre
|
27e68ed6a9
|
only try the pdf -> png convert if the backend support application/pdf mime
|
2018-05-21 14:49:18 +02:00 |
|
Daniel Schwabeneder
|
b3e0ac017f
|
Merge pull request #1534 from daschw/release
prepare release
v0.17.1
|
2018-05-21 09:55:56 +02:00 |
|
Daniel Schwabeneder
|
8bc437a84e
|
prepare release
|
2018-05-21 09:53:58 +02:00 |
|
Daniel Schwabeneder
|
11e5a94fc4
|
Merge pull request #1528 from jdeldre/je/fixcontour
Contour plots with x,y in grid (i.e. multi-dimensional array) form
|
2018-05-18 16:06:08 +02:00 |
|
Daniel Schwabeneder
|
c11941cbc1
|
Merge pull request #1523 from daschw/seriesrecipe
update series attributes after processing series recipes fix (#1520)
|
2018-05-18 16:00:35 +02:00 |
|
Jeff Eldredge
|
f792aea98e
|
Changed treatment of contour types, to allow for x,y in grid form, allowed by PyPlot backend
|
2018-05-16 11:19:10 -07:00 |
|
Daniel Schwabeneder
|
12e5937a91
|
Merge pull request #1525 from daschw/plotly-ribbon
Fix Plotly(JS) ribbon (fix #1518)
|
2018-05-13 23:37:43 +02:00 |
|
Daniel Schwabeneder
|
60b9cd8789
|
remove space
|
2018-05-13 19:52:26 +02:00 |
|
Daniel Schwabeneder
|
41e4c80494
|
fix ribbon for plotly
|
2018-05-13 19:49:02 +02:00 |
|
Daniel Schwabeneder
|
bd2756c0bf
|
fix ribbon for plotly
|
2018-05-13 19:48:49 +02:00 |
|
Daniel Schwabeneder
|
1f3c4948c6
|
update series attributes after processing series recipes
|
2018-05-11 18:38:04 +02:00 |
|
Daniel Schwabeneder
|
062f9a195c
|
Merge pull request #1522 from daschw/recipe-colors
make get_*color functions return plot_color (markercolor in series recipes in GR)
|
2018-05-11 14:25:02 +02:00 |
|
Daniel Schwabeneder
|
a3e8af40b2
|
make get_***color return plot_color
|
2018-05-10 22:21:50 +02:00 |
|
Daniel Schwabeneder
|
49f4773e81
|
Merge pull request #1510 from chfin/segments-legendgroup-fix
Make series of shapes and segments toggle together in plotly[js] (fixes #1488)
|
2018-05-06 21:46:10 +02:00 |
|
Daniel Schwabeneder
|
ee78385b4c
|
Merge branch 'master' into segments-legendgroup-fix
|
2018-05-06 09:37:08 +02:00 |
|
Daniel Schwabeneder
|
e99ccd0051
|
Merge pull request #1501 from daschw/integers
replace Int64 by Int
|
2018-05-06 09:31:52 +02:00 |
|
Daniel Schwabeneder
|
cbc022524b
|
Merge pull request #1511 from daschw/markercolors
fix marker arguments (fix #1503 fix #1505)
|
2018-05-06 09:30:25 +02:00 |
|
Daniel Schwabeneder
|
34d9d042aa
|
update iter_segments for scatters
|
2018-05-05 21:42:08 +02:00 |
|