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
wgrant
d6f1120dfc
add ability to specify legend placement to gr backend
2017-05-27 16:46:38 +10: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
SimonDanisch
5b73f1e56c
remove clean up code, switch to renderloop
2017-05-23 16:41:18 +02:00
lizz
5439c3a3ce
Update backends.jl
2017-05-23 21:41:31 +08:00
Michael K. Borregaard
53719e5a8e
Fix missing brackets
2017-05-23 10:51:00 +02:00
Michael K. Borregaard
a5482453ce
Replace text with glvisualize_text
...
glvisualize defined a `text` function that shadowed a method of Plots exported `text` function
2017-05-23 10:23:20 +02:00
Michael Krabbe Borregaard
712d2011c3
Merge pull request #843 from mkborregaard/change_default_backend
...
Change default backends
2017-05-22 12:04:46 +02:00
Daniel Schwabeneder
ce169edd08
fix passing ticks tuple on 0.6
2017-05-21 23:58:20 +02:00
Michael K. Borregaard
e283c6557b
Change default backends
2017-05-21 12:44:18 +02:00
Michael K. Borregaard
08d7bee224
Remove conda update message
...
These instructions led to installing a deprecated matplotlib version
2017-05-21 11:30:11 +02:00
Michael Krabbe Borregaard
16c95c6deb
Merge pull request #848 from darwindarak/dd/pyplot-worldage
...
RFC: fix world-age problem in PyPlot initialization
2017-05-21 10:55:19 +02:00
Michael Krabbe Borregaard
1d03e97721
Merge pull request #849 from dlfivefifty/pull-request/9abcba37
...
Fix plot(::Matrix{RGB{Float64}}) in plotly backend
2017-05-21 09:38:55 +02:00
Sheehan Olver
9abcba3753
Fix plot(::Matrix{RGB{Float64}}) in plotly backend
2017-05-21 16:53:28 +10:00
Darwin Darakananda
b501c9bf4b
fix world-age problem in PyPlot initialization
2017-05-20 15:39:26 -07:00
MA Laforge
64dd69f550
Improve robustness
...
More generic Array support.
Add support for ColorGradient.
Don't crash if plot specifies GridLayout.
(Does not properly restore info on layout).
2017-05-16 19:21:35 -04:00
MA Laforge
8b8de6bcd3
Move where backends.jl is included.
...
Must ensure all types required by HDF5 plots are defined.
2017-05-16 19:20:55 -04:00
MA Laforge
b920ee8550
Re-integrate HDF5 plots.
...
Made code compatible with Julia v0.6.
Parametric types no longer <: DataType (now <: Type).
Add workaround to initialize Dict with "Type" keys.
2017-05-16 19:19:35 -04:00
Daniel Schwabeneder
1f7ecb969c
move new PlotExample to the end for VRT
2017-05-16 21:43:22 +02:00
Michael K. Borregaard
db341f1814
Revert "changed xor in gr.jl"
...
This reverts commit 5c5472262668a431b7c8674013ac2dc8bdcc5b26.
2017-05-16 20:38:37 +02:00
Daniel Schwabeneder
06e469f059
Merge pull request #831 from daschw/ds-pyplot-fill
...
fix filling stepstyle on pyplot
2017-05-16 19:45:16 +02:00
Michael K. Borregaard
5c54722626
changed xor in gr.jl
2017-05-16 11:28:38 +02:00
Daniel Schwabeneder
0a92b13263
Merge pull request #827 from oschulz/no-hist-autolims
...
Remove ylims default setting for bar and histogram plots
2017-05-16 07:58:58 +02:00
Daniel Schwabeneder
2fbc3c954a
fix filling stepstyle on pyplot
2017-05-16 07:32:14 +02:00
Oliver Schulz
746f96cdcd
Remove ylims default setting for bar and histogram plots
...
Setting `ylims -> ...` doesn't play well with multiple series and cannot
be properly overridden by user.
2017-05-15 23:26:30 +02:00
Daniel Schwabeneder
0e6a02b810
make precompilation work on o.5
2017-05-13 23:46:29 +02:00
Michael Krabbe Borregaard
864dddb1ff
Merge pull request #806 from dpsanders/0.6_deprecations
...
0.6 deprecations
2017-05-13 08:55:17 +02:00
Michael K. Borregaard
4b8dc06ddb
Switch precompilation back on
2017-05-12 11:45:46 +02:00
Michael K. Borregaard
d24f327342
Switch off precompilation for release
2017-05-12 11:42:26 +02:00
Michael K. Borregaard
d5e50983d8
Move rgba_string to PlotUtils
...
requested by Tony Kelman
2017-05-11 13:40:10 +02:00
Christopher Rackauckas
ee15b2c166
Fix plotpane notice
...
PlotlyJS actually plots to the plot pane, so the text was misleading.
2017-05-11 00:31:30 -07: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
fuzzybear3965
b88d26ce77
increase bottom margin to 20px; fixes #810
2017-05-09 12:29:35 -04:00
Josef Heinen
5e6a9da3ed
gr: use correct colorbar scaling
2017-05-08 14:36:25 -07:00
David Sanders
10f214fbb4
Change typealias to const
2017-05-08 15:20:21 -05:00
David Sanders
698d583d1d
Fix world-age problem with IJulia
2017-05-08 15:16:21 -05:00
Oliver Schulz
7843821109
Change default for bins to :auto (meaning 30 bins)
2017-05-08 11:37:02 +02:00
Oliver Schulz
67b4157e25
Improve data preprocessing for bar and histogram plots
...
Fixes broken bar-plots with non-numeric a-axes
2017-05-06 15:00:31 +02:00
Oliver Schulz
a523903c15
Remove remnant debugging output
2017-05-06 14:58:48 +02:00
Josef Heinen
c75e1df190
gr: fixed linewidth bug (lw=0)
2017-05-04 16:28:49 +02:00
Michael Krabbe Borregaard
79bf45b823
Merge pull request #795 from sebastianpech/master
...
Add pgfplots support for zcolor and colorbar
2017-05-04 16:18:26 +02:00
Daniel Schwabeneder
58989465f4
Merge pull request #793 from daschw/ds-ticks-reduction
...
Avoid reducing the number of ticks set by the user
2017-05-04 16:17:57 +02:00
Daniel Schwabeneder
1e6b442c6c
Merge pull request #794 from daschw/ds-pyplot-colorbar
...
Avoid PyPlot colorbar label cropping
2017-05-04 16:17:17 +02:00
Michael Krabbe Borregaard
33addf4449
Merge pull request #758 from mcawte/master
...
Added an animation with subplots example
2017-05-04 13:43:27 +02:00
Michael Krabbe Borregaard
c5fed9524a
Merge pull request #790 from huckl3b3rry87/pull-request/2e732993
...
changed warning in imagemagick
2017-05-04 13:42:30 +02:00
Michael Krabbe Borregaard
cbfadde43c
Merge pull request #769 from blegat/surfaceclims
...
Use clims with :surface for PyPlot
2017-05-04 13:19:10 +02:00
Oliver Schulz
56a9389023
Fix log-scale for 1D bar/bin/histogram series types
2017-05-04 10:02:07 +02:00
Oliver Schulz
1188230641
Change histogram implementation, use StatsPlots, add new histogram styles
...
New series recipes for binned data:
* barbins
* scatterbins
* stepbins
New series recipes for histogram:
* barhist (histogram is now an alias for this)
* scatterhist
* stephist
Supports plotting 1D and 2D StatsBase histograms, seriestype can be set to
bar(bins), scatter(bins) or step(bins).
Also adds support for some common auto-binning modes:
* :sturges, :auto - Sturges' formula
* :sqrt - Square-root choice
* :rice - Rice Rule
* :scott - Scott's normal reference rule
* :fd - Freedman–Diaconis rule
Maybe these could be contributed to StatsBase at some point.
Error bars currently don't work correctly for scatterbins and scatterhist,
due to problem with manipulating error bars in a series recipe, but do work
for "plot(h::StatsBase.Histogram, seriestype = :scatter)" (works around
the problem by calling scatter directly, it seems that error bars can be
manipulated correctly in a type recipe).
2017-05-04 10:02:07 +02:00