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
Daniel Schwabeneder
fadc0bf6c7
don't let aspect_ratio impact subplot size
2019-06-12 22:49:12 +02:00
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