266 Commits

Author SHA1 Message Date
Daniel Schwabeneder
65173e6dd2 fix recipe error 2019-05-02 12:48:06 +02:00
Daniel Schwabeneder
b053366b06 don't filter polar data 2019-04-26 13:03:03 +02:00
Michael Krabbe Borregaard
6131154dd0 mixing ios in println 2019-04-15 15:13:22 +02:00
Michael Krabbe Borregaard
0c67a61e7d fix io 2019-04-15 09:07:52 +02:00
Daniel Schwabeneder
841b05631d replace StaticArrays with GeometryTypes 2019-04-07 16:20:15 +02:00
yharel
8982a67902 Fix colorbar for misc. series types with line_z,fill_z,marker_z. 2019-03-29 21:20:36 +03:00
yharel
78059bf825 Support for non-gradient colors in surface-like plots (useful for contour) 2019-03-28 02:28:19 +02:00
yharel
dd02a69e8f Consistent interpretation of contour levels across PyPlot,GR,Plotly[JS] backends.
GR: fixed colorbar rendering/alignment for contour[f]. Merged colorbar 
for mutiple series.
:colorbar_entry property to include series in colorbar.
2019-03-28 02:21:25 +02:00
Michael Krabbe Borregaard
354e39e9bf
Merge pull request #1923 from harryscholes/fix-1918
plotlyjs: Fix custom tick labels do not work when supplied as a tuple
2019-02-21 21:08:01 +01:00
harryscholes
757e08c6fe Add Union{AVec,Tuple} to accepted types for ticksType 2019-02-21 17:59:27 +00:00
yharel
c2af1a0666 Colorbar and contour fixes 2019-02-18 04:02:31 +02:00
Oliver Schulz
b9b6439f47 Clean up backend default handling 2019-01-25 17:18:44 +01:00
Samuel S. Watson
f50862ac51 Remove blank lines 2019-01-16 15:04:01 +01:00
Samuel S. Watson
e30889aa12 document @shorthands functions 2019-01-16 15:04:01 +01:00
Simon
441954be35
Merge pull request #1818 from JuliaPlots/mkb/dev2
Deprecate glivisualize backend - replaces #1816
2018-10-30 12:52:27 +01:00
Michael Krabbe Borregaard
f33d135182 More completely remove deprecated backends 2018-10-30 11:41:27 +01:00
Daniel Schwabeneder
5396477082 alow heatmap of nx1 or 1xn matrices 2018-10-30 09:02:58 +01:00
Daniel Schwabeneder
113e616d25 remove FixedSizeArrays 2018-10-23 17:53:25 +02:00
Daniel Schwabeneder
22c3afd8a0 remove is_installed 2018-10-14 14:11:16 +02:00
Michael Krabbe Borregaard
7590c133fd replace d -> plotattributes in the rest of the files 2018-08-28 10:10:13 +02:00
Michael Krabbe Borregaard
2873685517 Replace d -> plotattributes in most files 2018-08-28 10:10:13 +02:00
Daniel Schwabeneder
84601bacdb gr implementation 2018-08-26 22:41:40 +02:00
Daniel Schwabeneder
e991e2bf37 implement additional get_***color methods 2018-08-26 22:41:40 +02:00
Michael Krabbe Borregaard
2844e706a9 warn -> @warn 2018-08-10 18:14:14 +01:00
Michael Krabbe Borregaard
8e6ccf1b20 typo fix 2018-08-09 16:55:30 +01:00
Michael Krabbe Borregaard
5205ac38ad Implement new iterator protocol 2018-08-09 16:53:27 +01:00
Daniel Schwabeneder
f60aac93ab use Requires.jl for backend dependencies 2018-08-04 06:44:12 +02:00
Daniel Schwabeneder
0717805773 more deprecation fixes 2018-07-04 22:33:51 +02:00
Daniel Schwabeneder
a7f2484d45 fix some deprecation warnings 2018-07-04 20:56:13 +02:00
femtocleaner[bot]
d68829820b Fix deprecations 2018-06-30 23:15:27 +00:00
yha
dc31cd7103 A better heuristic for outer heatmap edges 2018-06-16 03:10:48 +03:00
yharel
781fea7431 Heatmap log scale fix 2018-06-14 02:59:04 +03:00
Daniel Schwabeneder
a3e8af40b2 make get_***color return plot_color 2018-05-10 22:21:50 +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
34d9d042aa update iter_segments for scatters 2018-05-05 21:42:08 +02:00
Daniel Schwabeneder
ba9a8d52cc pgfplots markercolors 2018-05-05 17:44:13 +02:00
Daniel Schwabeneder
bc638ea06e first gr tests 2018-05-05 00:57:29 +02:00
Daniel Schwabeneder
fd37a9c660 replace Int64 by Int 2018-04-27 17:44:20 +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
Andrew Palugniok
b009da4b47 Fix :native DateTime and categorical ticks for Plotly. 2018-04-09 21:20:41 +01:00
Daniel Schwabeneder
7a702489d0 fixes for plotly 2018-04-07 15:54:06 +02:00
Daniel Schwabeneder
9b9a775a41 fix test errors 2018-04-03 18:43:18 +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
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
Daniel Schwabeneder
b57abfd563 remove sp arg from get_linecolor and get_fillcolor 2018-03-31 14:45:12 +02:00
Daniel Schwabeneder
0ace28b784 extend straightline data beyond axes limits 2018-03-21 11:42:01 +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