1829 Commits

Author SHA1 Message Date
Daniel Schwabeneder
b682bc8e96 prepare for docs rewrite 2020-02-12 07:28:30 +01:00
Daniel Schwabeneder
fc40b0e0ac fix plotly hover in test image 6 2020-02-07 23:12:34 +01:00
Michael Krabbe Borregaard
fbe8dcaf78
Merge pull request #2373 from yha/attr-defaults
Implement plotattributes with defaults. Fixes "-->" in series recipes.
2020-02-06 12:01:30 +01:00
Daniel Schwabeneder
b5f54afed2
Merge pull request #2378 from daschw/plotly-hover
show datapoints on hover by default for plotly
2020-02-05 14:22:40 +01:00
Sebastian Pfitzner
4a7ea82862 only show plotly plots as html in Juno 2020-02-05 11:49:54 +01:00
Daniel Schwabeneder
c62714d188 show datapoints on hover by default for plotly 2020-02-03 14:27:01 +01:00
Simon Christ
2b6a90766a
Restore fill between functions (#2374)
* skeleton

* remove groupplots

* working insets, fix background opacity

* insets resp. to window

* only shift

* a shift solution

* remove frames

* fix padding

* format code

* Revert "skeleton" restore fill between functions

This reverts commit 80903a2789ec65b5e95e3148122dbf6d36e5e238.

* correct location
2020-01-29 14:49:19 +01:00
yha
366d598ff0 Implement plotattributes with defaults. Fixes "-->" in series recipes. 2020-01-29 01:25:04 +02:00
Josef Heinen
39c97ecdc5 bump GR version to 0.46 2020-01-27 16:25:43 +01:00
Josef Heinen
45c434b5ed Adjust DPI factor for PNG output
This is just a temporary workaround.
In a future version, a corresponding DPI adjustment should be
implemented in GR.
2020-01-24 16:04:19 +01:00
Josef Heinen
312f98e380 Use GR builtin marker routine 2020-01-24 15:00:31 +01:00
Josef Heinen
d093d1ad7e Fix linewidth and markersize for GR 0.45.0 2020-01-24 13:34:33 +01:00
yha
c75f6f5a9d Fix heatmap with non-gradient fillcolor 2020-01-20 17:53:47 +02:00
Simon Christ
745189981b
rework layouts (#2356)
* skeleton

* remove groupplots

* working insets, fix background opacity

* fix pgfx_axes

* insets resp. to window

* only shift

* a shift solution

* remove frames

* fix padding

* format code
2020-01-17 11:05:22 +01:00
Simon Christ
2c6f54579d informative assertion message 2020-01-08 15:33:49 +01:00
Simon Christ
9bcab45cb8 fix tests 2020-01-08 15:16:07 +01:00
Simon Christ
3b7464e739 allow vector fillranges 2020-01-08 15:10:00 +01:00
Simon Christ
11c86b2d30 remove shows 2020-01-08 14:39:10 +01:00
Simon Christ
7a521ef21f basic tuple implementation 2020-01-08 14:38:18 +01:00
Simon Christ
7fb1a6a517 implement fill between functions 2020-01-03 21:13:01 +01:00
Simon Christ
f20582e528 implement pgfx_preamble() 2020-01-03 21:13:01 +01:00
Simon Christ
92e609876d fix dimensions 2020-01-03 21:12:40 +01:00
Simon Christ
5a251e5702 support asymmetric ribbons 2020-01-03 21:12:27 +01:00
Simon Christ
b73c38fe69
Merge pull request #2310 from BeastyBlacksmith/pgfplotsx
fix ribbons and interaction between background and fill between
2019-12-17 15:23:26 +01:00
Daniel Schwabeneder
aef75cb073 add guides and fix 3d bg_inside 2019-12-13 14:16:05 +01:00
Daniel Schwabeneder
c5fe90d135 move zaxis to the left 2019-12-13 14:16:05 +01:00
Daniel Schwabeneder
85e5f2e971 increase right margin for outer legend 2019-12-13 14:16:05 +01:00
Daniel Schwabeneder
58bf14fc85 minor preparations for guides 2019-12-13 14:16:04 +01:00
daschw
06afcedf56 implement 3d tick labels 2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
c7cc76b2b6 increase plotarea for 3d plots in gr 2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
84b108f6d0 3d axes grid and ticks in gr 2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
cb6f0772b7 avoid multiple calls to axis_drawing_info 2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
fbbbd40353 fix extra blank space in GR with log axis and engineering notation 2019-12-10 13:12:35 +01:00
Simon Christ
0e694a9767 forget extra ribbon plot legend entries 2019-12-09 11:21:33 +01:00
Simon Christ
203e351cef fix scalar ribbon 2019-12-09 11:17:37 +01:00
Simon Christ
74ec895aca fix unintended filling of simple lines 2019-12-07 15:18:47 +01:00
Daniel Schwabeneder
3459bcd817
Merge pull request #2304 from michakraus/master
Generalized array fixes
2019-12-07 11:04:13 +01:00
Simon Christ
d2c0840c43 fix dimensions 2019-12-06 19:37:35 +01:00
Simon Christ
9534bae4ef support asymmetric ribbons 2019-12-06 18:22:02 +01:00
Simon Christ
7b31e5f9b8 fix ribbon legend 2019-12-06 15:04:22 +01:00
Simon Christ
d0be1e7d1d use UUIDs 2019-12-06 14:45:56 +01:00
Simon Christ
cfe1ede25a fix ribbon 2019-12-06 14:40:34 +01:00
Simon Christ
ecc891279e fix background + fill between 2019-12-06 14:36:24 +01:00
Michael Kraus
750f96cca7 allow for generalized arrays in pgfplots backend 2019-12-06 09:34:40 +01:00
Michael Kraus
cde041e977 update SegmentsIterator to allow for generalized arrays 2019-12-05 14:09:05 +01:00
Daniel Schwabeneder
0fdf46fd2e Allow saving to pdf, svg and eps for plotly() via ORCA 2019-12-05 14:06:44 +01:00
Michael Kraus
044daf08d4 generalized array fixes replacing length() and size() with eachindex() and axes(), etc. 2019-12-05 10:09:07 +01:00
Josef Heinen
589713cb75 Merge remote-tracking branch 'upstream/master' 2019-12-03 21:25:42 +01:00
Josef Heinen
374809d3cf gr: optimize 'heatmap' logic 2019-12-03 17:50:40 +01:00
yha
e1d45dec5d Use GR.drawimage for uniform heatmaps; Fix for general color spaces. 2019-12-03 17:40:55 +02:00