O01eg
|
3a2b6296ac
|
Fix UndefVarError: series not defined
|
2019-02-09 12:38:57 +03:00 |
|
Oliver Schulz
|
7867df6079
|
_initialize_backend doesn't need to do anything for GRBackend
|
2019-01-25 17:05:43 +01:00 |
|
Daniel Schwabeneder
|
efc4917724
|
Merge pull request #1769 from djsegal/djsegal/scatter
Allow vectors of markers for pyplot scatter
|
2019-01-23 19:21:05 +01:00 |
|
djsegal
|
c8c82811b3
|
Fix bug where pyplot marker vec added blank legend
|
2019-01-22 15:07:21 -05:00 |
|
Daniel Schwabeneder
|
789a7fbb88
|
fix grayscale image in pyplot
|
2019-01-22 13:00:56 +01:00 |
|
Michael Krabbe Borregaard
|
57da253fa8
|
Merge pull request #1894 from sswatson/fontrotationfix
Fix annotation font rotation in PyPlot backend
|
2019-01-16 19:02:54 +01:00 |
|
Samuel S. Watson
|
44a6707397
|
Fix annotation font rotation
|
2019-01-16 10:28:46 -05:00 |
|
Spencer Lyon
|
80a97b0f26
|
ENH: use PlotlyJS.savefig(::IO, ...) methods instead of former plotlyjs_save_hack hack
|
2019-01-08 14:04:33 -05:00 |
|
Spencer Lyon
|
ffea050bc2
|
ENH: don't special case html display for jupyter
|
2019-01-08 14:04:03 -05:00 |
|
Josef Heinen
|
53e27dbc38
|
Added support for discrete contour plots
|
2019-01-06 11:24:45 +01:00 |
|
Michael Krabbe Borregaard
|
a882685169
|
Merge pull request #1857 from BoundaryValueProblems/master
vmin, vmax in KW were suppressed for :wireframe
|
2018-12-03 08:09:34 +01:00 |
|
Naoki Saito
|
b9b7edc72d
|
vmin, vmax in KW were suppressed for :wireframe
|
2018-12-02 15:37:25 -08:00 |
|
Mauro
|
2643d493a3
|
Fix #1799
This may fix #1799. Although, note, I have no deeper understanding of this code...
|
2018-11-28 17:07:38 +01:00 |
|
Fabian Greimel
|
a2365f2c14
|
Use :foreground_color_border for axis color in pgfplot
|
2018-11-19 22:21:21 +01:00 |
|
Takafumi Arakaki
|
f726151e6e
|
Smuggle PyCall and LaTeXStrings through PyPlot
fix #1672
fix https://github.com/JuliaPy/PyPlot.jl/issues/389
fix https://github.com/JuliaPy/PyPlot.jl/issues/408
|
2018-11-08 19:23:32 -08:00 |
|
Daniel Schwabeneder
|
c6c4becf7d
|
Merge pull request #1808 from JonathanAnderson/patch-1
Fallback to non gr3 surface call
|
2018-11-02 13:05:36 +01:00 |
|
Simon
|
441954be35
|
Merge pull request #1818 from JuliaPlots/mkb/dev2
Deprecate glivisualize backend - replaces #1816
|
2018-10-30 12:52:27 +01:00 |
|
Michael Krabbe Borregaard
|
1386435b17
|
Completely deprecate glvisualize
|
2018-10-30 11:41:37 +01:00 |
|
Daniel Schwabeneder
|
5396477082
|
alow heatmap of nx1 or 1xn matrices
|
2018-10-30 09:02:58 +01:00 |
|
Jonathan Anderson
|
5ea77cc4b6
|
Fallback to non gr3 surface call
Taking an idea from @FlorianRhiem in this issue https://github.com/jheinen/GR.jl/issues/159, I figured I would fall back to GR if GR3 had an error. With this change, I was able to solve my issue in https://github.com/JuliaPlots/Plots.jl/issues/1781
|
2018-10-24 16:45:23 -05:00 |
|
Filippo Vicentini
|
6be7995500
|
Add paddings to the side where the axis label is
|
2018-10-23 15:58:10 +02:00 |
|
Filippo Vicentini
|
89d08606ad
|
Mirror guides if :guide_position == :auto and :mirror == true
Before, guides where mirrored only if guide_position was set.
|
2018-10-23 14:05:05 +02:00 |
|
Daniel Schwabeneder
|
dcceef2e52
|
Merge pull request #1782 from ma-laforge/hdf5
Add support for annotations and "Shape"s.
|
2018-10-14 18:40:44 +02:00 |
|
Daniel Schwabeneder
|
cbc965dc53
|
Merge pull request #1787 from greimel/gre/gr-axis-color
GR: use correct attribute for axis color
|
2018-10-14 18:39:39 +02:00 |
|
Daniel Schwabeneder
|
0ecee70af2
|
Merge branch 'master' into sd-remote
|
2018-10-14 18:11:21 +02:00 |
|
Fabian Greimel
|
b04e6ff699
|
GR: use correct attribute for axis color
|
2018-10-13 14:07:19 +02:00 |
|
Daniel Schwabeneder
|
106ed6b953
|
one more fix for plotlyjs
|
2018-10-09 20:56:02 +02:00 |
|
Daniel Schwabeneder
|
a72a23b548
|
move supported backend attr to backends.jl
|
2018-10-09 20:56:02 +02:00 |
|
Daniel Schwabeneder
|
87c471c0f5
|
plotlyjs, pyplot and test fixes
|
2018-10-09 20:56:02 +02:00 |
|
MA Laforge
|
16cc743d26
|
Add support for annotations and "Shape"s.
Also build plot attributes list after series are read in
to avoid having the internal mechanisms overwrite data.
|
2018-10-08 06:54:01 -07:00 |
|
SimonDanisch
|
9ccb699fca
|
improve comments
|
2018-10-05 12:33:13 +02:00 |
|
SimonDanisch
|
7e0960e7a0
|
fix IJulia
|
2018-10-05 12:27:09 +02:00 |
|
djsegal
|
268c2861c9
|
Fix off-by-one error in pyplot scatter building
|
2018-10-04 17:29:37 -04:00 |
|
djsegal
|
15739bc0ee
|
Allow vectors of markers for pyplot scatter
|
2018-10-04 17:20:14 -04:00 |
|
SimonDanisch
|
f5de5f58ce
|
make ijulia plotly integration precompile save
|
2018-10-04 15:39:59 +02:00 |
|
SimonDanisch
|
3c2cfa333c
|
allow to not host plotly from local file
|
2018-10-04 15:20:21 +02:00 |
|
Godisemo
|
ecf483702f
|
Fix deprecated syntax in PGFPlots backend
|
2018-09-14 10:36:49 +02:00 |
|
Godisemo
|
2e9e1fc424
|
Fix Julia v1.0 deprecations for pgfplots backend
|
2018-09-14 10:02:15 +02:00 |
|
Godisemo
|
a4edd8e41f
|
Add option to change guide positions in pgfplots
|
2018-09-13 18:32:30 +02:00 |
|
Godisemo
|
cac3dae96c
|
Add option to change guide positions in gr
|
2018-09-13 12:01:12 +02:00 |
|
Godisemo
|
279ef2075f
|
Add option to change guide positions in pyplot
|
2018-09-13 11:22:49 +02:00 |
|
MA Laforge
|
9ee8055093
|
Activate :seriescolor, :seriesalpha attributes.
|
2018-09-11 18:04:03 -07:00 |
|
MA Laforge
|
07ed7eb6dd
|
Re-establish alpha support on lines, etc (InspectDR).
|
2018-09-10 20:47:27 -07:00 |
|
MA Laforge
|
ed6878a48f
|
Re-establish support for alpha on markers (InspectDR).
|
2018-09-10 19:57:29 -07:00 |
|
Michael Krabbe Borregaard
|
046b291c1f
|
remove the then
|
2018-09-07 16:02:19 +02:00 |
|
Josef Heinen
|
9aa201dcb3
|
gr: use new DPI setting for SVG output
|
2018-09-06 21:37:18 +02:00 |
|
Michael Krabbe Borregaard
|
cad0f15aed
|
fix plotly errors
|
2018-08-29 18:38:53 +02:00 |
|
Michael Krabbe Borregaard
|
c471d1e4c3
|
finalize d -> plotattributes
|
2018-08-29 09:56:59 +02:00 |
|
Michael Krabbe Borregaard
|
7220eca7a8
|
Clean up after rebase
|
2018-08-28 10:13:33 +02:00 |
|
Michael Krabbe Borregaard
|
2873685517
|
Replace d -> plotattributes in most files
|
2018-08-28 10:10:13 +02:00 |
|