Simon Christ
97c0161b9d
markercolor
2019-11-14 07:37:21 +01:00
Simon Christ
9e74976d6d
axes labels, legend entries, line color, marker shapes
2019-11-13 16:00:50 +01:00
Simon Christ
ca600e9d76
fix display
2019-11-13 12:12:31 +01:00
Simon Christ
37300a9345
not displaying in Juno
2019-11-12 16:55:13 +01:00
Simon Christ
54fc1ff69c
create display methods
2019-11-12 16:27:27 +01:00
Simon Christ
6d1c723e4b
create stub
2019-11-12 16:03:54 +01:00
Lukas Hauertmann
36558389b6
remove debugging line
2019-11-05 11:51:34 +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
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
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
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
bd8e9dc947
Print vectors passed to label a as vectors in GR
2019-09-11 10:36:43 +02:00
Moritz Schauer
37044e5fc8
Typo in gr.jl
2019-09-10 22:36:56 +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
2c57e0c958
always return positive linthresh for pyplot with log scales
2019-08-29 14:13:57 +02:00
Daniel Schwabeneder
cb161a25da
Merge pull request #2166 from daschw/remove-show
...
remove `@show`s
2019-08-29 09:36:28 +02:00
Daniel Schwabeneder
a4380586e9
remove @shows
2019-08-29 09:35:02 +02:00
Daniel Schwabeneder
30f321d88b
avoid annotation clipping for pyplot
2019-08-28 23:36:46 +02:00
Daniel Schwabeneder
03d57e690c
allow 3D plotting
2019-08-27 19:08:30 +02:00
Daniel Schwabeneder
9fd7a84b48
legendtitlefont implementation for pyplot
2019-08-26 11:59:47 +02:00
Daniel Schwabeneder
e555f679c1
implementation for GR
2019-08-26 10:55:46 +02:00
Yuval
808e20588e
one more != --> !==
2019-08-18 23:31:34 +03: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
yha
6e1ed63005
Fix GR axis flip for heatmap & image by removing "manual" axis flip
2019-08-13 17:46:22 +03:00
Daniel Schwabeneder
3e1258aa0c
Merge pull request #2132 from daschw/plotly-animation
...
Fix Plotly plots with one-element series (fix #2014 )
2019-08-08 17:12:16 +02:00
Daniel Schwabeneder
fe80e486aa
don't return undef dict
2019-08-08 12:58:29 +02:00
Daniel Schwabeneder
ad051f21c1
small cosmetics
2019-08-07 21:45:55 +02:00
Daniel Schwabeneder
ac24a4ae19
cleanup
2019-08-07 16:50:09 +02:00
Daniel Schwabeneder
7ae43ee9f6
use plotly implementation for html/js/ijulia
2019-08-07 16:40:52 +02:00
Daniel Schwabeneder
0e79070ad8
create syncplot at show/display
2019-08-07 16:39:39 +02:00
Daniel Schwabeneder
9228c0b9ec
improve plotly html formatting
2019-08-06 16:08:49 +02:00
Daniel Schwabeneder
89d02b1d67
allow plotly plotting in ijulia
2019-08-06 15:02:04 +02:00
Daniel Schwabeneder
7a248331e7
fix gr linealpha
2019-06-30 13:15:04 +02:00
Daniel Schwabeneder
2f14c37c59
remove unnecessary lines
2019-06-26 13:04:14 +02: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
Daniel Schwabeneder
46ed2f6263
fix pgfplots axis limits
2019-06-13 23:12:12 +02:00
Daniel Schwabeneder
3509648553
Merge pull request #2049 from yha/pyplot-hide-axis
...
Fix hiding of axis on PyPlot
2019-06-12 23:12:02 +02:00
Daniel Schwabeneder
fadc0bf6c7
don't let aspect_ratio impact subplot size
2019-06-12 22:49:12 +02:00
Daniel Schwabeneder
fd2c01808a
add :open and :closed arrow
2019-06-12 19:26:15 +02:00
Daniel Schwabeneder
e9abb6d021
implement arrowstyle for GR
2019-06-11 22:55:54 +02:00
Marek Kukan
08a30b255d
fix bug in plotly_convert_to_datetime
2019-06-06 14:31:54 +02:00
yha
fd611b3647
Fix hiding of axis on PyPlot
2019-06-03 20:22:44 +03:00