Yusuke Kominami
a6669f89a0
removed arrow3d
2020-05-05 23:18:03 +09:00
isentropic
fd4efb3f33
PyPlot: z-axis guidefontrotation only works for short labels Fix 2641 ( #2667 )
2020-05-05 10:26:01 +02:00
isentropic
e90ab0b898
PyPlot fix contour labels ( #2668 )
2020-05-05 10:25:12 +02:00
Daniel Schwabeneder
3be9b8d076
fix outer legend font size
2020-05-03 15:37:12 +02:00
Daniel Schwabeneder
712ef74b81
remove const _gr_plot_size, _gr_point_mult and _gr_thickness_scaling
2020-05-03 15:37:12 +02:00
Daniel Schwabeneder
ba8ca424cf
remove gloabal viewport_plotarea in gr
2020-05-03 15:37:12 +02:00
Daniel Schwabeneder
2ea998983d
fix legend marker for vector of markersizes [skip ci]
2020-04-30 10:04:04 +02:00
Daniel Schwabeneder
e44b220b84
fix legend marker linewidth for steppre and steppost [skip ci]
2020-04-30 10:03:21 +02:00
Daniel Schwabeneder
756cccb114
remove lines in legend markers for scatter plots in pyplot [skip ci]
2020-04-30 09:46:13 +02:00
Simon Christ
1b946a18d2
passing of extra keywords to pgfplotsx ( #2200 )
...
* transfer commit
* extra_kwargs gets populated
* make extra_kwargs a series kw.
* turn extra_kwargs into Dict of Dicts
* pass to pgfplotsx-backend
* add test
* change to dict
* it even works
* cleanup
* undo pgfplots changes
* all of them
* fix tests
* add pgfplotsx tests and special handling of :add
Co-authored-by: Simon Christ <Simon.Christ@mpikg.mpg.de>
2020-04-29 11:43:57 +02:00
isentropic
d276ac6857
pyplot: legend marker scales independently ( #2616 )
...
* pyplot: legend marker scales independently
* pyplot: marker size scales correctly
* pyplot: marker size scales correctly
* pyplot: marker size scales correctly
* pyplot: lw in legend scales with legendfont
* pyplot: legendmarker size 0.8
2020-04-29 11:32:22 +02:00
Daniel Schwabeneder
8b897c3460
implement pie series recipe
2020-04-28 20:48:09 +02:00
Daniel Schwabeneder
e5cb36af7a
fix legend linewidth
2020-04-28 20:46:44 +02:00
Daniel Schwabeneder
fe3813b5af
scale GR markers with thickness_scaling
2020-04-28 19:20:18 +02:00
Daniel Schwabeneder
311bbdc99b
scale GR legend markers and lines with legend fontsize
2020-04-28 19:15:42 +02:00
Daniel Schwabeneder
04c1c6c0ed
fix inspectdr
2020-04-27 15:17:41 +02:00
Daniel Schwabeneder
fe2d46d1eb
fix pgfx_get_ functions
2020-04-26 21:43:55 +02:00
Daniel Schwabeneder
65b0f44626
move missing hdf5 type to backends
2020-04-26 20:57:56 +02:00
Daniel Schwabeneder
b80ba99100
move remaining const to backends.jl
2020-04-26 20:49:02 +02:00
Daniel Schwabeneder
60980f7f7f
remove const in pyplot
2020-04-26 20:25:38 +02:00
Daniel Schwabeneder
5132bebc7f
remove const in plotlyjs
2020-04-26 20:16:31 +02:00
Daniel Schwabeneder
275738e7ea
remove const in plotly
2020-04-26 20:15:14 +02:00
Daniel Schwabeneder
5759fd61ea
remove const in pgfplotsx - 1 more left
2020-04-26 20:03:19 +02:00
Daniel Schwabeneder
577acbdeb6
remove const in ORCA
2020-04-26 19:38:47 +02:00
Daniel Schwabeneder
4d94725797
remove const in inspectdr
2020-04-26 19:37:20 +02:00
Daniel Schwabeneder
ad4f92e36d
remove some const in hdf5 - 4 more left
2020-04-26 19:30:22 +02:00
Daniel Schwabeneder
577ac33826
remove some const in gr
2020-04-26 19:15:16 +02:00
Simon Christ
3275719f12
fix topleft legend
2020-04-26 15:20:00 +02:00
Daniel Schwabeneder
3078a44fce
fix nonuniform heatmap in GR
2020-04-24 21:21:23 +02:00
Daniel Schwabeneder
ba4f2665e0
fix range on julia 1.0
2020-04-24 21:21:23 +02:00
Daniel Schwabeneder
265439fb2b
update colorschemes integration
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
f1e7e3a4de
integrate colorpalettes in pgfplotsx
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
becfa33ee8
pyplot and plotly integration of ColorPalettes
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
ec5fa44f2a
fix plotly ColorSchemes integration
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
3152d4b4fe
fix tests for gr
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
66d2e4746a
implement ColorSchemes integration in PlotUtils
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
aa46f584b6
don't warn on unsupported args for unicodeplots
2020-04-24 20:10:17 +02:00
isentropic
09de2ebc0e
Minorgrid and minorticks for pyplot ( #2621 )
...
* Minor grids for pyplot
* Minorgrid and minorticks setup for pyplot
2020-04-24 17:15:00 +02:00
Goran Nakerst
5d37264487
changed title_location -> titlelocation
2020-04-23 13:48:42 +01:00
Zh
3dbe5cc3a2
Make the legendbox square as in GR
2020-04-21 21:35:37 +09:00
Zh
df13011bd3
Tick marks now scale properly with thickness_scaling
2020-04-21 01:34:11 +09:00
Zh
43456b09f6
[pyplot] marker adjustments
2020-04-18 14:20:24 +09:00
Daniel Schwabeneder
fae1cb4884
Merge pull request #2588 from daschw/webio
...
fix WebIO error for PlotlyJS
2020-04-16 16:54:40 +02:00
Simon Christ
9b4c66be9a
adjust markersize ( #2589 )
...
* fix px to pt conversion for markers
* fix test
* bump version [skip ci]
@JuliaRegistrator register
2020-04-16 15:13:21 +02:00
Daniel Schwabeneder
2d29ab7017
fix WebIO error for PlotlyJS
2020-04-16 13:22:36 +02:00
Daniel Schwabeneder
3b3a09302f
Merge pull request #2584 from isentropic/isen-dev2
...
Isen dev2
2020-04-16 09:59:29 +02:00
Simon Christ
fe92a384b7
fix point meta for colorbars ( #2586 )
2020-04-16 00:09:28 +02:00
Zh
c01ee17d88
pyplot markercolor
2020-04-16 01:21:05 +09:00
Zh
8c9422f470
py_get<component>color removal;
...
marker stroke, adjustments
2020-04-16 00:32:33 +09:00
Josef Heinen
d00920ca0e
Update gr.jl
2020-04-15 15:16:00 +02:00