Samuel S. Watson
|
44a6707397
|
Fix annotation font rotation
|
2019-01-16 10:28:46 -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 |
|
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 |
|
Michael Krabbe Borregaard
|
91ec39e141
|
Merge pull request #1696 from JeffFessler/patch-1
Add :match_dimensions to address #1694
|
2018-08-26 22:58:31 +02:00 |
|
Daniel Schwabeneder
|
a81178121f
|
implement pyplot
|
2018-08-26 22:41:40 +02:00 |
|
Daniel Schwabeneder
|
e1a83aab1d
|
implement plotly
|
2018-08-26 22:41:40 +02:00 |
|
Daniel Schwabeneder
|
84601bacdb
|
gr implementation
|
2018-08-26 22:41:40 +02:00 |
|
Jeff Fessler
|
00821c1ae3
|
Add :match_dimensions to address #1694
see also #273 and #196, for f(x,y) vs f(y,x), and transpose=true
|
2018-08-25 14:49:52 -04:00 |
|
Michael Krabbe Borregaard
|
28ac117d68
|
Add some undefs to Array constructors
|
2018-08-23 16:31:28 +02:00 |
|
Daniel Schwabeneder
|
69bdd6db83
|
Merge pull request #1643 from tkf/single-colorbar
Make sure only one colorbar is drawn with GR
|
2018-08-22 09:37:59 +02:00 |
|
Daniel Schwabeneder
|
cd270dd407
|
Merge pull request #1657 from tkf/colorbar_title
Implement colorbar_title for GR
|
2018-08-22 09:34:03 +02:00 |
|
Daniel Schwabeneder
|
b4944a6f81
|
Merge pull request #1664 from mortenpi/fix-pyplot-savefig
Fix savefig with latexstring for pyplot
|
2018-08-22 09:18:45 +02:00 |
|
djsegal
|
7c505949fc
|
Add “colorbar_title” to pgfplots
|
2018-08-19 02:25:04 -04:00 |
|