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
Simon
0ab57b3d76
Merge pull request #772 from blegat/fix770
...
Fix #770
2017-04-17 14:10:12 +02:00
Michael Krabbe Borregaard
2397c78e9f
Merge pull request #762 from mkborregaard/vectorfield_alias
...
add vectorfield alias to quiver: Closes #760
2017-04-16 19:37:04 +02:00
Benoît Legat
f11828075b
Fix #770
2017-04-13 22:20:03 +02:00
Josef Heinen
7d8b00d1b9
Merge pull request #768 from jheinen/master
...
gr: expand extrema for heatmap() axes
2017-04-13 10:54:04 +02:00
Josef Heinen
5d4f3182fc
gr: expand extrema for heatmap() axes
2017-04-13 10:51:03 +02:00
Josef Heinen
b8d80f5285
Merge pull request #767 from jheinen/master
...
gr: use correct line width
2017-04-10 17:18:39 +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
Michael K. Borregaard
2d69fc39de
add vectorfield alias to quiver
2017-04-08 13:14:56 +02:00
Michael Krabbe Borregaard
731cac4262
Merge pull request #752 from daschw/ds-datetime-ticks
...
restore bar_width behavior for date x axis
2017-04-06 16:13:09 +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
Daniel Schwabeneder
034a1af649
restore bar_width behavior for date x axis
2017-03-29 23:20:30 +02:00
Tom Breloff
1ebc2cb9c1
Merge pull request #731 from mkborregaard/fix-colors-with-marker_z
...
fix plotly error on marker_z
2017-03-15 12:14:44 -04:00
Tom Breloff
0bd76ef7a4
Merge pull request #729 from JuliaPlots/sd/dev
...
newest changes
2017-03-15 12:14:30 -04:00
Tom Breloff
ea15f7746d
Merge pull request #720 from daschw/pull-request/f2235abf
...
Added logic to choose *round* DateTime tick positions
2017-03-15 12:14:12 -04:00
Michael K. Borregaard
ed102269e7
fix error on marker_z
2017-03-14 22:47:43 +01:00
Daniel Schwabeneder
76e1f4720b
avoid ignoring ticks set by the user
2017-03-13 16:05:30 +01:00
Tom Breloff
2317b77314
Merge pull request #721 from mkborregaard/fix-pyplot-grid
...
set dotted grid lines for pyplot
2017-03-13 09:54:43 -04:00
Michael Krabbe Borregaard
1a7bb10a22
Merge pull request #718 from anowacki/0.6-scale-fix
...
Remove import of Base.scale(!); fixes #687
2017-03-11 08:13:23 +01:00
Michael Krabbe Borregaard
0732006d5a
Merge pull request #727 from mkborregaard/fix-linecolor-for-density
...
remove density from like_histogram
2017-03-10 23:53:48 +01:00
Michael K. Borregaard
fb2e12089f
remove density from like_histogram
2017-03-10 23:53:00 +01:00
Michael K. Borregaard
7a0e03b374
set dotted grid lines for pyplot
2017-03-07 08:04:15 +01:00
Daniel Schwabeneder
f2235abf08
Added logic to choose *round* DateTime tick positions
2017-03-06 23:52:59 +01:00
Andy Nowacki
5435ce20a9
Remove import of Base.scale(!); fixes #687
...
Base.scale and Base.scale! were deprecated in v0.5 and removed in
v0.6-pre.alpha. Removing their import permits use on v0.6- and
is fine since we REQUIRE v0.5 and above.
2017-03-06 10:25:21 +00:00
Michael Krabbe Borregaard
124f1fe701
Merge pull request #716 from mkborregaard/fix-gr_inqtext
...
define default behaviour for symbol in gr_text
2017-03-04 15:13:36 +01:00
Michael K. Borregaard
37e2c18c3c
define default behaviour for symbol in gr_text
2017-03-03 12:15:23 +01:00
Michael Krabbe Borregaard
032f5a5dab
Merge pull request #692 from mkborregaard/showlibrary
...
Update Plots to use color libraries
2017-03-02 22:04:10 +01:00
Michael K. Borregaard
7e41a2f40d
sort colors
2017-03-01 22:18:34 +01:00
Tom Breloff
8b90eb37c5
Merge pull request #711 from mkborregaard/fix-pyplot-deprecation-warning
...
fix set_axis_bgcolor
2017-03-01 10:32:28 -05:00
Tom Breloff
ff797b11d1
Merge pull request #703 from lwabeke/FreeBSDfix
...
FreeBSDfix
2017-03-01 10:32:08 -05:00
Tom Breloff
31c665a837
Merge pull request #706 from ma-laforge/inspectdr
...
InspectDR: Reflect changes to support delta markers.
2017-03-01 10:06:27 -05:00
Tom Breloff
68c39697a6
Merge remote-tracking branch 'origin/dev'
2017-02-28 13:52:08 -05:00
Michael K. Borregaard
6f8881b610
set defaults to sequential
2017-02-28 12:43:06 +01:00
Michael K. Borregaard
1b468ba5d8
fix gr.text on showgradient
2017-02-28 12:35:08 +01:00
Michael K. Borregaard
7aca2b1584
fix set_axis_bgcolor
2017-02-28 09:15:32 +01:00
Michael K. Borregaard
41e56b1f2e
put PlotThemes in :misc
2017-02-28 07:56:00 +01:00
Michael K. Borregaard
cad96e652f
fix error on gr
2017-02-27 22:45:14 +01:00
Michael Krabbe Borregaard
c7bde0ff19
Merge pull request #1 from mkborregaard/theme-works-with-colorlibraries
...
Theme works with colorlibraries
2017-02-27 21:52:52 +01:00
Michael K. Borregaard
6b94bbac2d
updated function names
2017-02-27 21:52:22 +01:00
Michael K. Borregaard
f7de9fbea4
Merge branch 'JuliaPlots/master' into showlibrary
2017-02-27 21:48:33 +01:00
Michael K. Borregaard
5465479e57
Put themes in Plots library
2017-02-27 21:47:12 +01:00
Josef Heinen
cd3ce86dbb
Merge pull request #710 from jheinen/dev
...
Fixed image bug
2017-02-27 14:15:41 +01:00
Josef Heinen
b109025fac
Fixed image bug
2017-02-27 14:13:16 +01:00
Michael K. Borregaard
6e74411a8e
Merge branch 'JuliaPlots/master' into theme-works-with-colorlibraries
2017-02-26 20:43:09 +01:00
Michael K. Borregaard
6c51982793
fix theme default
2017-02-26 20:43:04 +01:00
Michael Krabbe Borregaard
8f841cdea4
Merge pull request #709 from JuliaPlots/fix-uneven
...
Fix uneven
2017-02-26 20:39:35 +01:00