Pietro Vertechi
|
7085d98f41
|
webio integration
|
2018-06-27 15:24:50 +01:00 |
|
Daniel Schwabeneder
|
495753b517
|
Merge pull request #1573 from yha/plotly-log-noticks
Plotly: fix log scale with no ticks
|
2018-06-25 15:59:12 +02:00 |
|
yharel
|
211be0a863
|
Setting axis scale regardless of ticks
|
2018-06-25 00:42:36 +03:00 |
|
Daniel Schwabeneder
|
fb5d9e0c01
|
Merge pull request #1571 from daschw/pgf_dpi
New attributes for PGFPlots
|
2018-06-24 18:05:14 +02:00 |
|
Daniel Schwabeneder
|
440622830a
|
disregard dpi for pgfplots
|
2018-06-24 00:34:11 +02:00 |
|
Daniel Schwabeneder
|
2652990432
|
annotations
|
2018-06-23 23:44:43 +02:00 |
|
Daniel Schwabeneder
|
652e2f27b6
|
implement font rotation
|
2018-06-23 23:38:38 +02:00 |
|
Daniel Schwabeneder
|
77a82eaa6a
|
implent font size and colors
|
2018-06-23 23:24:09 +02:00 |
|
Daniel Schwabeneder
|
624a181b23
|
implement axis and grid arguments and corresponding thickness_scaling
|
2018-06-23 21:47:01 +02:00 |
|
Daniel Schwabeneder
|
865ac52442
|
pgf_thickness_scaling for series linewidths and markers
|
2018-06-23 19:39:25 +02:00 |
|
Daniel Schwabeneder
|
4f064d7c02
|
Merge pull request #1561 from daschw/size
Fix size and dpi for GR and PyPlot
|
2018-06-23 09:14:52 +02:00 |
|
Daniel Schwabeneder
|
facb67e94e
|
Merge pull request #1570 from daschw/flip
fix flip for heatmap and image on GR (fix #1491)
|
2018-06-23 07:34:24 +02:00 |
|
Daniel Schwabeneder
|
124c838e06
|
fix flip for heatmap and image on GR
|
2018-06-22 22:07:00 +02:00 |
|
Daniel Schwabeneder
|
026e894e1d
|
Merge pull request #1565 from daschw/fillrange
Fix fillrange with line segments on PyPlot and Plotly (fix #1563)
|
2018-06-18 21:58:36 +02:00 |
|
Daniel Schwabeneder
|
2ed0f1661a
|
fix plotly fillrange
|
2018-06-18 19:55:09 +02:00 |
|
Daniel Schwabeneder
|
00f285cba3
|
fix pyplot fillrange
|
2018-06-18 19:45:43 +02:00 |
|
Daniel Schwabeneder
|
ddf5bf472f
|
Merge pull request #1562 from daschw/py_marker
fix markercolor as vector on pyplot (fix #1494)
|
2018-06-18 09:22:13 +02:00 |
|
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 |
|
Daniel Schwabeneder
|
76f2860c74
|
fix gr
|
2018-06-16 20:38:46 +02:00 |
|
Daniel Schwabeneder
|
5ebcb77d0d
|
rename _gr_dpi_scale to _gr_thickness_scaling
|
2018-06-16 19:29:28 +02:00 |
|
Daniel Schwabeneder
|
4847752ef4
|
make dpi change plot size
|
2018-06-16 19:24:58 +02:00 |
|
Daniel Schwabeneder
|
84ec8d61ae
|
fix thickness_scaling in pyplot
|
2018-06-16 17:14:19 +02:00 |
|
Daniel Schwabeneder
|
0f13551b6d
|
fix margins on gr
|
2018-06-16 16:57:07 +02:00 |
|
Daniel Schwabeneder
|
3e66c6cce4
|
change DPI value back
|
2018-06-16 11:51:49 +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 |
|