1069 Commits

Author SHA1 Message Date
Daniel Schwabeneder
bfc26fa407
Merge pull request #1445 from daschw/infinite-objects
Infinite objects (fix #1422)
2018-03-28 21:49:32 +02:00
Daniel Schwabeneder
e7b435b47f
Merge pull request #1454 from CarloLucibello/master
import filter from Base
2018-03-28 21:48:51 +02:00
CarloLucibello
dd6842522f avoid import 2018-03-28 09:50:46 -07:00
Daniel Schwabeneder
772b79306d
Merge pull request #1460 from daschw/pyplot-marker_z
PyPlot: fix markercolor in legend for marker_z with st = :path
2018-03-28 10:53:23 +02:00
Daniel Schwabeneder
a5f7c1b867 fix markercolor in legend for marker_z with st = :path 2018-03-27 14:24:26 +02:00
Daniel Schwabeneder
4d8ef2a008 import mplot3d in pyplot 2018-03-27 13:41:18 +02:00
Daniel Schwabeneder
004ad15875
Merge pull request #1437 from daschw/plotly-bar
RFC: use bar recipe in plotly
2018-03-20 17:11:37 +01:00
Daniel Schwabeneder
1c0a731ff6 fix typo in glvisualize 2018-03-19 21:51:02 +01:00
Daniel Schwabeneder
9a5f42c251 infinite shapes 2018-03-19 21:34:55 +01:00
Daniel Schwabeneder
c8cdade884 :straightline for all backends 2018-03-19 16:24:23 +01:00
Daniel Schwabeneder
bbff66a041 glvisualize() :straightline 2018-03-19 14:55:38 +01:00
Daniel Schwabeneder
6c396e1d88
Merge pull request #1436 from daschw/fill-magic
fix fill magic argument
2018-03-18 23:21:16 +01:00
Daniel Schwabeneder
bffd9bcb53 :straightline seriestype and gr implementation 2018-03-18 23:15:45 +01:00
Daniel Schwabeneder
7d58090e59 use bar recipe in plotly 2018-03-16 09:36:24 +01:00
Daniel Schwabeneder
501df8cfb9 allow passing Real or 2Tuple of Reals as fillrange for Plotly 2018-03-15 21:46:19 +01:00
Andrew Palugniok
da4111579d Implement interactive linked axes for Plotly. 2018-03-07 15:09:25 +00:00
Andrew Palugniok
6b117234bc Implement interactive linked axes for PyPlot. 2018-03-07 15:09:25 +00:00
Daniel Schwabeneder
c4bac660cf
Merge pull request #1420 from daschw/contour-fix
Contour improvements
2018-03-01 19:59:09 +01:00
Spencer Lyon
461e93fc56 ENH: provide "application/vnd.plotly.v1+json" for Plotly and PlotlyJS backends
For use in jupyterlab and nteract

closes #1418

closes #1386
2018-02-28 17:26:53 -05:00
Daniel Schwabeneder
c74adc6521 check if a vector of the color black is passed to gr contour 2018-02-28 23:00:46 +01:00
Daniel Schwabeneder
7cc60d0b0c fix single-color case for plotly 2018-02-28 22:53:36 +01:00
Daniel Schwabeneder
d8f0612f5a implement contour_labels and partially vector of colors for Plotly(JS) 2018-02-28 22:51:06 +01:00
Daniel Schwabeneder
cd4b41a537 allow to pass a vector of colors for contour lines in PyPlot 2018-02-28 22:25:06 +01:00
Daniel Schwabeneder
fdb2ee2847 implement contour_labels for PyPlot and fix #1091 2018-02-28 22:10:45 +01:00
Daniel Schwabeneder
9c4cc5acda GR colorbar fixees 2018-02-28 21:27:34 +01:00
Daniel Schwabeneder
f901254519 add contour_labels attribute and minor GR contour fixes 2018-02-28 21:19:18 +01:00
Daniel Schwabeneder
77c2ee6782 replace hline and vline marker shapes with _ and | on pyplot 2018-02-25 09:52:26 +01:00
Andrew Palugniok
dbe5b78307
Merge pull request #1395 from apalugniok/native-ticks
Add :native option to ticks attribute (Fixes #1382)
2018-02-24 13:41:56 +00:00
piever
ef48b66ac4 fix plotly 2018-02-24 01:55:59 +00:00
Andrew Palugniok
1d51982cb0 Fix non-native lims for ticks = :native on PyPlot. 2018-02-23 10:56:57 +00:00
Daniel Schwabeneder
2d5f896069
Merge pull request #1403 from daschw/pyplot-colorbar
reduce pyplot colorbar size for z values with very small or big abs vals
2018-02-23 11:01:24 +01:00
Daniel Schwabeneder
0db60348aa reduce pyplot colorbar size for z values with very small or big absolute values 2018-02-21 17:03:23 +01:00
Andrew Palugniok
5017024557 Fix handling of discrete values with ticks = :native for Plotly. 2018-02-21 14:50:32 +00:00
Andrew Palugniok
94863d69b1 Consider all ticks = false aliases in backends. 2018-02-21 10:17:13 +00:00
Andrew Palugniok
06466b060f Implement :native ticks option. 2018-02-21 10:09:57 +00:00
Andrew Palugniok
5ba4c10a18 Prevent addition of curly braces around style string. 2018-02-17 17:32:53 +00:00
Andrew Palugniok
e19e25473c Fix misplaced Plotly annotations. 2018-02-11 10:36:12 +00:00
Andrew Palugniok
d4075a1ef5 Allow movement and resizing of images. 2018-01-18 16:23:39 +00:00
Daniel Schwabeneder
11ef2be506 update pyart3D 2018-01-17 15:18:36 +01:00
Andrew Palugniok
0f9bb7793c
Merge pull request #1331 from apalugniok/subplot-labeling
RFC: Subplot labeling. Fixes #998
2018-01-15 23:02:40 +00:00
Andrew Palugniok
10a8520805 Add subplot labeling via annotations. 2018-01-14 11:46:41 +00:00
Andrew Palugniok
27e2795576 Fix deprecation. 2018-01-13 16:18:08 +00:00
Andrew Palugniok
c21f3810b9 Fix axis limits not cropping image. 2018-01-13 15:44:52 +00:00
Daniel Schwabeneder
8b6dba8301 fix labels with logscales 2018-01-11 21:26:33 +01:00
Josef Heinen
c2b56878fc fixed problems with labels in scientific notation 2018-01-10 20:30:10 +01:00
Josef Heinen
4757bd89c0
Merge pull request #1249 from apalugniok/pgfplots-scaled-ticks
WIP: Fix scientific formatter for PGFPlots and GR. Fixes #1241
2018-01-10 19:05:13 +01:00
Daniel Schwabeneder
7c6095b6e8
Merge pull request #1344 from daschw/heatmap-alpha
allow transparency in heatmaps (fix #1342)
2018-01-09 10:19:04 +02:00
Daniel Schwabeneder
04888646e7 fix gr 2018-01-08 13:50:16 +01:00
Daniel Schwabeneder
f6ed3fbb76 allow transparency in heatmaps 2018-01-08 12:50:46 +01:00
Daniel Schwabeneder
7bf2918438
Merge pull request #1324 from wkearn/plotlyjs_rgba
Map rgba_string over :color vector and cycle through result
2018-01-08 12:44:47 +02:00