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 |
|
Daniel Schwabeneder
|
22f69a99e2
|
remove cfuncind in gr_draw_markers
|
2018-05-05 20:42:47 +02:00 |
|
Daniel Schwabeneder
|
4ee5539e3d
|
plotly fixes
|
2018-05-05 19:22:34 +02:00 |
|
Daniel Schwabeneder
|
048636e894
|
fix plotly marker_z colorbar
|
2018-05-05 18:50:57 +02:00 |
|
Daniel Schwabeneder
|
5797ad2d5b
|
fix plotly
|
2018-05-05 18:37:16 +02:00 |
|
Daniel Schwabeneder
|
ba9a8d52cc
|
pgfplots markercolors
|
2018-05-05 17:44:13 +02:00 |
|
Daniel Schwabeneder
|
ee18a9dd6c
|
plotly markercolors
|
2018-05-05 16:47:32 +02:00 |
|
Daniel Schwabeneder
|
517c2f456c
|
markercolors for pyplot
|
2018-05-05 16:22:41 +02:00 |
|
Christoph Finkensiep
|
e8734daa4d
|
add legendgroups to shapes/segments and remove gaps in legend
|
2018-05-05 12:27:16 +02:00 |
|
Daniel Schwabeneder
|
1fd7c6e2f1
|
fix args.jl
|
2018-05-05 01:10:07 +02:00 |
|
Daniel Schwabeneder
|
bc638ea06e
|
first gr tests
|
2018-05-05 00:57:29 +02:00 |
|
Michael K. Borregaard
|
5b0ba79a35
|
Update Travis commands for 0.7
|
2018-05-04 10:53:21 +02:00 |
|
Michael Krabbe Borregaard
|
173c7b2aec
|
Update julia version to 0.7
Isn't working yet.
|
2018-05-03 20:46:32 +02:00 |
|
Daniel Schwabeneder
|
fd37a9c660
|
replace Int64 by Int
|
2018-04-27 17:44:20 +02:00 |
|
Daniel Schwabeneder
|
fc460554e7
|
Merge pull request #1497 from daschw/markerstroke
fix markerstrokecolor = :auto (fix #1496)
|
2018-04-25 17:56:20 +02:00 |
|
Daniel Schwabeneder
|
73490903a3
|
fix markerstrokecolor = :auto
|
2018-04-25 14:14:20 +02:00 |
|
Daniel Schwabeneder
|
964c0ac420
|
Merge pull request #1489 from daschw/pgf-contour
fix contours in PGFPlots (fix #1321)
|
2018-04-18 17:28:26 +02:00 |
|
Daniel Schwabeneder
|
f59ad1620a
|
contour improvements: colorbar, contour_labels and levels
|
2018-04-18 16:13:28 +02:00 |
|
Daniel Schwabeneder
|
4797f18819
|
fix view for contours
|
2018-04-18 15:44:37 +02:00 |
|
Andrew Palugniok
|
b0d73a3314
|
Merge pull request #1442 from apalugniok/native-ticks
Fixes for :native axes. (Fixes #1435 and partly #1425)
|
2018-04-17 12:38:23 +01:00 |
|
Michael Krabbe Borregaard
|
562e60f964
|
Merge pull request #1480 from ma-laforge/hdf5
Add support for Surface plots.
|
2018-04-15 12:50:36 +02:00 |
|
Daniel Schwabeneder
|
fde0fa673b
|
Merge pull request #1482 from daschw/release
prepare release
v0.17.0
|
2018-04-13 17:09:12 +02:00 |
|
Daniel Schwabeneder
|
c93d5e7830
|
Merge pull request #1481 from daschw/gr-mindep
add minimal version for GR dependency
|
2018-04-13 16:43:01 +02:00 |
|
Daniel Schwabeneder
|
e305b973b2
|
Merge pull request #1477 from daschw/heatmap-recipe
RFC: WIP: Heatmap recipe
|
2018-04-13 16:42:31 +02:00 |
|
Daniel Schwabeneder
|
506d3611fd
|
prepare release
|
2018-04-13 16:33:38 +02:00 |
|
Daniel Schwabeneder
|
14b644777d
|
add minimal version for GR dependency
|
2018-04-13 16:21:18 +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 |
|
Daniel Schwabeneder
|
af60d03060
|
make alternative plots_heatmap seriestype
|
2018-04-13 16:14:03 +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
|
aeaa0c5f8d
|
Fix axis limits for ticks = :native
|
2018-04-09 21:28:45 +01:00 |
|
Andrew Palugniok
|
b009da4b47
|
Fix :native DateTime and categorical ticks for Plotly.
|
2018-04-09 21:20:41 +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
|
7a702489d0
|
fixes for plotly
|
2018-04-07 15:54:06 +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
|
8e3bd07c91
|
set line_z
|
2018-04-07 14:37:15 +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 |
|