Miles Lucas
8cce78c890
fix typos
2020-04-30 23:38:52 -10:00
Miles Lucas
294ade8aad
refactor get_clims calls to use operators
2020-04-30 23:32:30 -10:00
Daniel Schwabeneder
a0c7781296
make segments for vectors of markersize and markerstrokewidth
2020-04-30 13:16:33 +02:00
Daniel Schwabeneder
a0ba0e232e
remove unused dict
2020-04-26 21:25:49 +02:00
Daniel Schwabeneder
d64ba707e9
fix _as_gradient(::Colorant)
2020-04-25 10:43:09 +02:00
Daniel Schwabeneder
e7f79e9144
fix vector of colors as gradient
2020-04-24 21:32:25 +02:00
Daniel Schwabeneder
265439fb2b
update colorschemes integration
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
450b36bdde
small cleanup in utils
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
f1e7e3a4de
integrate colorpalettes in pgfplotsx
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
ec5fa44f2a
fix plotly ColorSchemes integration
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
66d2e4746a
implement ColorSchemes integration in PlotUtils
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
41b34e59c7
fix vspan and hspan (copy in shape_data)
2020-04-15 19:53:31 +02:00
Daniel Schwabeneder
4c43f0ea2f
be explicit about RecipesPipeline imports
2020-04-10 19:06:53 +02:00
Daniel Schwabeneder
f73b281996
extract the recipe pipeline into separate submodule
2020-04-10 16:09:49 +02:00
Daniel Schwabeneder
f180c666d2
rename some functions
2020-04-10 16:09:49 +02:00
Tim DuBois
dd3666b6d3
Fix 'isempy' check
2020-04-07 13:33:16 +02:00
Daniel Schwabeneder
4e5e9986a1
reimplement push! (copy if series shares data with other series)
2020-03-21 22:53:58 +01:00
Daniel Schwabeneder
55bb6fda1b
uniform length 4 indentation in utils.jl
2020-03-21 22:53:58 +01:00
Daniel Schwabeneder
345f5654a3
use equal aspect ratio by default for images
2020-03-01 01:37:34 +01:00
Daniel Schwabeneder
4051d016b9
Fix Shape markers for GR
2020-02-29 20:44:56 +01:00
yha
b23dd39e06
Fix GR scientific notation for explicit ticks
2020-02-13 18:14:15 +02:00
Daniel Schwabeneder
5af5ec7313
more AKWs
2020-02-08 23:29:09 +01:00
yha
366d598ff0
Implement plotattributes with defaults. Fixes "-->" in series recipes.
2020-01-29 01:25:04 +02:00
Daniel Schwabeneder
84b108f6d0
3d axes grid and ticks in gr
2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
f5c6b06eb6
fix 3d Segments constructor
2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
3459bcd817
Merge pull request #2304 from michakraus/master
...
Generalized array fixes
2019-12-07 11:04:13 +01:00
Michael Kraus
cde041e977
update SegmentsIterator to allow for generalized arrays
2019-12-05 14:09:05 +01:00
Daniel Schwabeneder
f0b006d3c9
fix clims calculation for line_z etc.
2019-12-05 12:52:44 +01:00
Michael Kraus
044daf08d4
generalized array fixes replacing length() and size() with eachindex() and axes(), etc.
2019-12-05 10:09:07 +01:00
Daniel Schwabeneder
fae5c45cc4
Merge pull request #2302 from daschw/clims
...
Ignore clims of series without z colors
2019-12-04 16:07:13 +01:00
Daniel Schwabeneder
3bc8ffda58
Ignore clims of series without z colors
2019-12-04 15:41:37 +01:00
yha
e1d45dec5d
Use GR.drawimage for uniform heatmaps; Fix for general color spaces.
2019-12-03 17:40:55 +02:00
Lukas Hauertmann
686ab1b51f
isedges is now an arguement and not a keyword anymore
2019-11-05 11:12:46 +01:00
Lukas Hauertmann
a728ed9a60
Add new method for heatmap_edges
...
New method check input vectors for x and y in compatibility with the 2D input array z. It also decides whether x and y represend the midpoints or the egdes of the heatmap pixels.
2019-11-05 00:06:33 +01:00
Lukas Hauertmann
7c5b7b09c2
Add keyword isedges::Bool = false to function heatmap_edges
...
Add the keyword `isedges::Bool` to the functions `heatmap_edges` and `_heatmap_edges`. Default is `false`. If `true`, the functions treat the given vector `v` as edges and not as midpoints.
2019-11-04 21:29:35 +01:00
Daniel Schwabeneder
17eef46da2
separate clims for colorbar_entry=false series for GR
2019-10-28 18:50:02 +01:00
Daniel Schwabeneder
cc14ab20bb
neglect clims for series without colorbar entry
2019-10-28 12:49:07 +01:00
Daniel Schwabeneder
d28164c897
allow to broadcast over linestyle attribute only
2019-09-10 09:30:16 +02:00
Daniel Schwabeneder
d0c6f0d6ee
expand data of shapes only for plotly(js)
2019-09-09 13:17:34 +02:00
Daniel Schwabeneder
150b5a1f06
fix vline for pgfplots
2019-09-09 13:13:17 +02:00
Daniel Schwabeneder
a4380586e9
remove @shows
2019-08-29 09:35:02 +02:00
Daniel Schwabeneder
89613bfee5
add legendtitlefont function
2019-08-26 10:45:13 +02:00
Chris Rackauckas
82dd5bf3eb
!= nothing -> !== nothing
2019-08-17 14:45:54 -04:00
Chris Rackauckas
0950c738e3
fix !==
2019-08-17 14:20:23 -04:00
Chris Rackauckas
f12f6db310
use === nothing
...
Should decrease compile times
2019-08-17 14:17:27 -04:00
Daniel Schwabeneder
bb3c54cb27
allow missing in line_z, fill_z and marker_z
2019-07-04 10:39:31 +02:00
yha
a7b7c5ba81
Support any element type (incl. missing) and length in tuple/Point recipes
2019-07-01 01:39:05 +03:00
Daniel Schwabeneder
7f8dc486bb
allow specifying the color gradient for z values in pyplot
2019-06-26 12:09:59 +02:00
Daniel Schwabeneder
cd1ee47ace
Merge pull request #2061 from daschw/ratio
...
don't let aspect_ratio impact subplot size
2019-06-14 17:36:54 +02:00
yha
589643d591
Fix SegmentsIterator for more than one initial NaN.
2019-06-13 16:44:05 +03:00