Daniel Schwabeneder
b645ca984f
Merge pull request #2264 from korsbo/transparent_pgfplots_legend
...
Fix pgfplots legend fg/bg transparency.
2019-11-21 09:31:20 +01:00
Michael Krabbe Borregaard
46a3f2e495
Merge pull request #2267 from korsbo/fix_pgfplots_legend_marker
...
Remove line through marker in pgfplots legend.
2019-11-20 19:20:51 +01:00
Niklas Korsbo
e4e9cbf6cb
Remove line through marker in pgfplots legend.
2019-11-20 18:05:41 +00:00
Niklas Korsbo
0b8f7d67dc
Allow legend font alpha with pgfplots.
2019-11-20 10:17:28 +00:00
Niklas Korsbo
faf6ea72e0
Allow legend opacity for pgfplots.
2019-11-20 10:02:27 +00:00
Niklas Korsbo
b6f7c8bc4b
Fix pgfplots legend fg/bg transparency.
2019-11-19 17:16:50 +00:00
Daniel Schwabeneder
e084c1410c
Merge pull request #2262 from daschw/gr-legendfontcolor
...
allow symbols in GR legendfontcolor
2019-11-19 15:52:25 +01:00
Daniel Schwabeneder
ea790cc7c5
allow symbols in GR legendfontcolor
2019-11-19 15:49:26 +01:00
Daniel Schwabeneder
ea74fcd4d6
Merge pull request #2260 from daschw/revise
...
Revise.track conditionally loaded backends
2019-11-18 17:13:17 +01:00
Daniel Schwabeneder
4a4f9dff6a
Revise.track conditionally loaded backends
2019-11-18 16:01:40 +01:00
Daniel Schwabeneder
db02ffa436
Merge pull request #2258 from daschw/function_xlims
...
pass correct xlims to adapted_grid
2019-11-16 10:33:30 +01:00
daschw
2c78f1ff7b
pass correct xlims to adapted_grid
2019-11-16 10:03:04 +01:00
Daniel Schwabeneder
c472ecf3b0
Merge pull request #2254 from yhls/yhls/precompile
...
Add more instructions for generateprecompiles.jl
2019-11-14 20:07:16 +01:00
Leon Shen
70c507b8f8
add more instructions for generateprecompiles.jl
2019-11-14 14:00:39 -05:00
Daniel Schwabeneder
2245e572aa
Merge pull request #2250 from yhls/yhls/precompile
...
Reduce time to first plot by precompiling functions
2019-11-14 19:24:47 +01:00
Leon Shen
05eed0fdda
precompile functions to reduce compilation time of first plot
2019-11-13 17:08:20 -05:00
Daniel Schwabeneder
c8b75dfae1
Merge pull request #2243 from antoine-levitt/fix_animated_gif
...
Alternative fix for #2239
2019-11-13 12:54:41 +01:00
Antoine Levitt
94812cde7a
fix mimetype again
2019-11-12 19:31:55 +01:00
Antoine Levitt
3db930cb93
correct mimetype for mov
2019-11-12 19:06:36 +01:00
Yuval
eab5091147
Merge pull request #2236 from yha/inf-nan
...
Convert infinite values to NaN
2019-11-12 15:16:33 +02:00
Anshul Singhvi
b8f21ad878
Update Project.toml
2019-11-12 08:11:03 -05:00
Antoine Levitt
cb4702f7b8
Embed gifs and videos
2019-11-11 10:49:55 +01:00
Antoine Levitt
25313f6b43
Alternative fix for #2239
2019-11-09 16:49:48 +01:00
Daniel Schwabeneder
a0e0c2c950
Merge pull request #2242 from BeastyBlacksmith/bbs/adapted_grid-change
...
fix multiplot of functions
2019-11-08 12:57:03 +01:00
Simon Christ
8b43f70ed4
fix multiplot of functions
2019-11-08 11:55:34 +01:00
Daniel Schwabeneder
867a2b8748
Merge pull request #2240 from johanbluecreek/2239-fixing-cached-inline-animations
...
animation.jl: using randstring() to generate unique tmp names (fix: 2239)
2019-11-06 16:27:37 +01:00
Daniel Schwabeneder
63cd86589c
Merge pull request #2234 from lmh91/lmh_gr_nonuniform_heatmap
...
Nonuniform heatmaps are now possible with the GR backend.
2019-11-06 15:55:54 +01:00
Johan Blåbäck
31c4414c32
animation.jl: using randstring() to generate unique tmp names (fix: 2239)
...
Browser caching prevents animations from being updated if names are not
unique. This solves Issue #2239 .
2019-11-06 15:17:51 +01:00
Lukas Hauertmann
36558389b6
remove debugging line
2019-11-05 11:51:34 +01: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
00fd916595
Remove code duplication
...
Use the function `heatmap_edges` again
2019-11-04 21:30:11 +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
yha
c3c63971ab
Update NaN example to show missing values.
2019-11-04 16:20:43 +02:00
yha
5c1c80fd9a
Remove leftover method
2019-11-04 03:35:09 +02:00
yha
c9a9541d0e
Avoid second copy of data. Inf handling for surfaces and volumes.
2019-11-04 03:27:47 +02:00
yha
224858dad5
Convert infinite values to NaN
2019-11-03 19:21:26 +02:00
Lukas Hauertmann
8a9e963d92
Nonuniform heatmaps are now possible with the GR backend.
...
At least for the cartesian case. For polar plots it's still not possible.
2019-11-01 12:03:59 +01:00
Daniel Schwabeneder
464c0271f0
Merge pull request #2233 from daschw/minorgrid
...
allow minorgrid = true for only two tick values
2019-10-31 20:18:43 +01:00
Daniel Schwabeneder
798d78813a
allow minorgrid = true for only two tick values
2019-10-31 14:28:19 +01:00
Daniel Schwabeneder
6b0e45c450
Merge pull request #2230 from daschw/colorbar
...
Neglect clims of series with colorbar_entry=false
2019-10-29 09:12:07 +01:00
Daniel Schwabeneder
cf8bd786d0
readd deleted lines in GR
2019-10-28 19:40:56 +01:00
Daniel Schwabeneder
9b4a51c5be
per series clims for pyplot()
2019-10-28 19:01:07 +01:00
Daniel Schwabeneder
b58c52f12c
per series clims for plotly
2019-10-28 18:54:01 +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
978f00bbb9
Merge pull request #2226 from nlw0/nlw0-patch-1
...
Image extent half-pixel margin in pyplot
2019-10-22 08:59:33 +02:00
Nicolau Leal Werneck
d0a73eb862
Update pyplot.jl
...
Adds a half-pixel margin to the extent for image plots so that the pixel coordinates match the grid, i.e. the center of each square pixel lies over its integral index numbers, and each square covers half a pixel before and after that.
2019-10-21 23:03:44 +02:00
Daniel Schwabeneder
0ca5a30b8a
Merge pull request #2183 from daschw/gr-label
...
RFC: Print vectors passed to label as vectors in GR
2019-10-13 20:20:43 +02:00
Daniel Schwabeneder
76c7d9dc89
Merge pull request #2062 from yha/show-empty-bins
...
Series attribute to show empty bins as 0.
2019-10-13 20:15:50 +02:00