daschw
06afcedf56
implement 3d tick labels
2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
c7cc76b2b6
increase plotarea for 3d plots in gr
2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
84b108f6d0
3d axes grid and ticks in gr
2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
cb6f0772b7
avoid multiple calls to axis_drawing_info
2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
fbbbd40353
fix extra blank space in GR with log axis and engineering notation
2019-12-10 13:12:35 +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
Josef Heinen
589713cb75
Merge remote-tracking branch 'upstream/master'
2019-12-03 21:25:42 +01:00
Josef Heinen
374809d3cf
gr: optimize 'heatmap' logic
2019-12-03 17:50:40 +01:00
yha
e1d45dec5d
Use GR.drawimage for uniform heatmaps; Fix for general color spaces.
2019-12-03 17:40:55 +02:00
Daniel Schwabeneder
ea790cc7c5
allow symbols in GR legendfontcolor
2019-11-19 15:49:26 +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
17eef46da2
separate clims for colorbar_entry=false series for GR
2019-10-28 18:50:02 +01: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
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
7a248331e7
fix gr linealpha
2019-06-30 13:15:04 +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
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
Josef Heinen
71cbaa843c
gr: added support for polar heatmaps
2019-06-03 02:25:16 -07:00
yha
ddd083b8c1
Fix for gr_get_color(series) == nothing
2019-06-02 19:21:31 +03:00
yha
03f6c76b53
Only warn for series sharing a colorbar when it matters.
2019-05-30 19:08:19 +03:00
shipengcheng1230
405df5da8b
fix gr_display
2019-05-12 13:14:03 -04:00
Daniel Schwabeneder
3fe60b9d18
Merge pull request #2018 from daschw/legend
...
outer legends for gr and pyplot and guide/margin improvements for gr
2019-05-05 16:24:07 +02:00
Daniel Schwabeneder
34cff752f1
missing method for gr_set_transparency
2019-05-05 13:22:16 +02:00
Daniel Schwabeneder
0dba83daf6
fix gr alphas
2019-05-05 13:08:03 +02:00
Daniel Schwabeneder
dcabb2c579
ticks, guides, margins for gr
2019-05-02 23:04:35 +02:00
Daniel Schwabeneder
65173e6dd2
fix recipe error
2019-05-02 12:48:06 +02:00
Daniel Schwabeneder
bf0bb68e28
only add half of ticks text size to min padding
2019-05-02 11:31:20 +02:00
Daniel Schwabeneder
21774dc36b
consider rotation in gr_get_ticks_size
2019-05-02 11:27:16 +02:00
Daniel Schwabeneder
0e3a9f0b8f
outer legends for GR
2019-05-02 11:18:17 +02:00
Daniel Schwabeneder
4742ec972b
allow numeric legend positioning in pyplot
2019-04-30 15:25:08 +02:00
8uurg
39605bccc2
Make legend=:outertopright work
...
Move x to the right of the plot viewport
Perform legend size computation earlier as this computed width is required for adjusting the width of the plotarea viewport.
This adjustment has to be done before any further computations requiring this plotarea viewport width.
2019-04-27 20:13:36 +02:00
Daniel Schwabeneder
926ccdf618
Merge pull request #1977 from daschw/colorbar-alpha
...
fix alpha for colorbar in GR (fix #1976 )
2019-04-02 21:55:49 +02:00
Josef Heinen
7c26ffee51
gr: use correct workstation type after savefig()
2019-04-01 14:05:32 +02:00
Daniel Schwabeneder
d61c86b54b
fix alpha for colorbar in GR
2019-04-01 13:14:06 +02:00
Daniel Schwabeneder
e72fa1dc74
Merge pull request #1971 from daschw/grid-ticks
...
don't draw ticks twice in gr for framestyle in (:zerolines, :grid)
2019-04-01 10:03:45 +02:00
Michael Krabbe Borregaard
16db531cce
Merge pull request #1969 from yha/contour-colorbar
...
Some more fixes for contours and colorbars (mostly GR)
2019-04-01 09:52:56 +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
Daniel Schwabeneder
65ab45ff1b
don't draw ticks twice in gr for framestyle in (:zerolines, :grid)
2019-03-29 10:38:22 +01:00