Josef Heinen
abf8ca2dc7
gr: fixed several bugs
...
- use correct image orientation
- added missing marker keywords
- improved alignment of axes labels
- corrected scaling of polar coordinates
- slightly shrink pie chart viewport
2017-05-30 10:29:31 +02:00
Josef Heinen
231e11715f
gr: fix problems with axes display
2017-05-28 16:23:21 +02:00
Josef Heinen
effcffff8a
gr: corrected size of shape markers
2017-05-26 14:59:30 +02:00
Josef Heinen
4756e04e25
gr: improve viewport size for 3D plots
2017-05-24 11:19:43 +02:00
Michael K. Borregaard
db341f1814
Revert "changed xor in gr.jl"
...
This reverts commit 5c5472262668a431b7c8674013ac2dc8bdcc5b26.
2017-05-16 20:38:37 +02:00
Michael K. Borregaard
5c54722626
changed xor in gr.jl
2017-05-16 11:28:38 +02:00
Michael Krabbe Borregaard
4d84ab155a
Merge pull request #812 from JonathanAnderson/JonathanAnderson-patch-1
...
Update gr.jl inline display to match GR.jl
2017-05-10 13:28:29 +02:00
Josef Heinen
5e6a9da3ed
gr: use correct colorbar scaling
2017-05-08 14:36:25 -07:00
Josef Heinen
c75e1df190
gr: fixed linewidth bug (lw=0)
2017-05-04 16:28:49 +02:00
Jonathan Anderson
5166d16406
Update gr.jl inline display to match GR.jl
...
I wanted to switch from using GR directly to using Plots, but the inline plots were not working for me.
The following change is sufficient to generate inline plots in iterm for me
0f167b2be9/src/GR.jl (L3014)
julia> versioninfo()
Julia Version 0.6.0-pre.beta.187
Commit 55c97fb* (2017-04-17 23:06 UTC)
Platform Info:
OS: Linux (x86_64-redhat-linux)
CPU: Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.9.1 (ORCJIT, haswell)
julia> using TerminalExtensions
julia> using Plots
julia> gr(display_type=:inline);
julia> z=[sin(sqrt(x^2+y^2)) for x in linspace(-2π,2π,50), y in linspace(-2π,2π,50)];
julia> contour(z)
2017-04-18 10:32:07 -05:00
Josef Heinen
5d4f3182fc
gr: expand extrema for heatmap() axes
2017-04-13 10:51:03 +02:00
Josef Heinen
ccb9df2a08
gr: use correct line width
2017-04-10 14:56:38 +02:00
Josef Heinen
c3ae9e1ee2
Merge pull request #764 from JuliaPlots/dev
...
gr: use correct marker size
2017-04-10 12:59:39 +02:00
Josef Heinen
abcc4b6739
Merge pull request #763 from jheinen/dev
...
gr: use correct colorbar() routine
2017-04-10 12:58:10 +02:00
Josef Heinen
dd3f65496a
gr: use correct marker size
2017-04-10 12:54:57 +02:00
Josef Heinen
fac39344f4
Merge pull request #754 from jheinen/dev
...
gr: use correct colorbar() routine
2017-03-31 16:28:18 +02:00
Josef Heinen
ffb9878893
gr: use correct colorbar() routine
2017-03-31 16:26:29 +02:00
Michael K. Borregaard
37e2c18c3c
define default behaviour for symbol in gr_text
2017-03-03 12:15:23 +01:00
Josef Heinen
b109025fac
Fixed image bug
2017-02-27 14:13:16 +01:00
Josh Day
fd947ab887
only one, smaller gr marker
2017-02-22 10:40:16 -05:00
Josef Heinen
eb7534d319
gr: corrected alignment of rotated axes labels
2017-02-14 09:55:46 +01:00
Josef Heinen
471b09bd6c
gr: added support for hexbin plots
2017-02-10 11:24:48 +01:00
Josef Heinen
72d336265b
gr: use GKSwstype environment (required for QML)
2017-01-06 19:48:41 +01:00
Tom Breloff
2a7604ef5f
gr: fix 3d grid
2016-11-22 13:45:11 -05:00
Tom Breloff
e24acece49
shape_coords fixes; makekw
2016-11-17 13:45:49 -05:00
Tom Breloff
000660b43a
return font from EachAnn; several annotation fixes; tests fixes
2016-11-17 11:28:33 -05:00
Thomas Breloff
e3c06cad57
cleanup and comments
2016-11-04 15:54:26 -04:00
Thomas Breloff
4dfadeaf15
series_annotations refactor and gr/pyplot fixes
2016-11-04 15:39:53 -04:00
Thomas Breloff
af1896dc36
don't export Axis/Plot/etc; closes #552 ; fix series_annotations; support SeriesAnnotations in gr; fix scale/translate
2016-11-03 22:02:23 -04:00
Thomas Breloff
350ffdee25
Base.cycle to cycle; text_size; animate; MixedMeasures; SeriesAnnotations
2016-11-03 13:29:20 -04:00
Thomas Breloff
281b92c262
gr arrow tail
2016-11-02 14:09:31 -04:00
Thomas Breloff
75f1cf8cbb
complexplot; Arrow side; gr arrows
2016-11-02 14:00:03 -04:00
Thomas Breloff
bf0f44773f
basic support for arrow in GR
2016-11-02 13:22:50 -04:00
Thomas Breloff
d291582ad9
fix gr flipped heatmap
2016-10-14 13:49:47 -04:00
Thomas Breloff
b1835a91af
gr extrema fix; themes gradient_name fix
2016-10-13 13:24:25 -04:00
Thomas Breloff
7fb995094e
added closeall for gr/pyplot
2016-10-12 11:28:43 -04:00
Thomas Breloff
77fbf3eb51
use drawimage for heatmap
2016-10-11 10:32:51 -04:00
Josef Heinen
93e7bc2a2e
gr: changed heatmap code
2016-10-11 15:03:31 +02:00
Thomas Breloff
9bbe0f9414
gr: image transpose fix
2016-10-08 23:19:26 -04:00
Thomas Breloff
f290748c72
gr: don't set GKS_WSTYPE for windows/use_default
2016-10-08 23:03:07 -04:00
Thomas Breloff
2877cb7160
gr: replaced withenv calls with _gr_wstype and gr_set_output
2016-10-07 14:54:26 -04:00
Thomas Breloff
f615a5d05e
experimenting with gr heatmap
2016-10-07 12:53:18 -04:00
Thomas Breloff
4416fc919e
improve tick_padding and fix rotation for plotly/gr
2016-09-30 12:46:38 -04:00
Thomas Breloff
e23cf3377e
gr wstype default; gr tighten tick pos
2016-09-24 23:16:35 -04:00
Thomas Breloff
fe1b759787
faster plotIndex count; withenv logic and cairox11/cairopng in gr
2016-09-23 12:24:56 -04:00
Thomas Breloff
755a70bf77
added series_list to Subplot object to improve performance
2016-09-22 19:36:25 -04:00
Thomas Breloff
5f4dfdd5d2
add_backend/add_backend_string redesign
2016-09-22 13:47:33 -04:00
Thomas Breloff
03a9fc3419
is_supported refactor; removed deprecated backends
2016-09-06 14:01:39 -04:00
Josef Heinen
c65c7ae252
gr: added support for aspect_ratio
2016-09-05 13:23:43 +02:00
Josef Heinen
234f9b202e
Added support for clims kwarg
2016-09-01 11:59:28 +02:00