Daniel Schwabeneder
f2e2ffa170
Merge pull request #1255 from daschw/fonts
...
Allow setting fonts in recipes (fix #555 )
2017-11-20 15:17:33 +01:00
Daniel Schwabeneder
7ec54b9c2e
update plotly(js)
2017-11-19 19:54:52 +01:00
Romain Franconville
5a0744e2f1
Remove commented code
2017-11-17 16:06:14 -05:00
Romain Franconville
c01d8199f9
Also include scaling
2017-11-17 15:29:55 -05:00
Romain Franconville
df023d6bdb
Always define axis range explicitely
2017-11-17 15:02:16 -05:00
Michael Krabbe Borregaard
19192b622b
Merge pull request #1224 from hessammehr/master
...
Fix for #1138
2017-11-13 17:06:03 +01:00
Andrew Palugniok
8bbdb0f1b8
Adds radial data filtering for points within axis limits.
2017-11-12 18:08:40 +00:00
Hessam Mehr
8fb3f3b1c9
Fixed for #1138
2017-11-04 15:20:41 -07:00
Andrew Palugniok
2fe2ff474c
Implement grid attributes for polar plots.
2017-11-04 21:27:02 +00:00
Andrew Palugniok
f0ad851aa7
Make radial axis vertical.
2017-11-03 19:45:17 +00:00
Andrew Palugniok
12aa43ff5f
Fix deprecations.
2017-11-02 16:33:05 +00:00
Andrew Palugniok
4f171e3eb5
Add handling of polar axes.
2017-11-02 16:32:57 +00:00
Andrew Palugniok
a3e599e38d
Fix colorbar always displaying in Plotly.
2017-10-30 19:50:02 +00:00
Michael K. Borregaard
cdcbdc308c
include backend files
2017-10-20 22:45:04 +02:00
femtocleaner[bot]
ef29b4a5b0
Fix deprecations
2017-10-17 09:59:09 +00:00
Andrew Palugniok
ccb3cadd2a
Implemented camera attribute for Plotly/PlotlyJS.
2017-10-06 20:47:04 +01:00
Daniel Schwabeneder
6d53594850
implement showaxis for plotly
2017-09-29 15:09:28 +02:00
Daniel Schwabeneder
350237a774
add tick_direction to supported arguments
2017-09-27 13:56:12 +02:00
Daniel Schwabeneder
b73ea55bbd
implement tick_direction for GR, PyPlot, Plotly and GLVisualize
2017-09-27 13:53:06 +02:00
Daniel Schwabeneder
7ba128db71
fix marker_z for plotly
2017-09-17 19:14:44 +02:00
Daniel Schwabeneder
c89b125b9a
implement framestyles for plotly(js)
2017-09-06 19:09:52 +02:00
Pietro Vertechi
db3dca1d73
changed ribbon legend to line
2017-08-20 11:46:21 +01:00
Pietro Vertechi
eea30fa253
added ribbon to plotly
2017-08-19 11:34:13 +01:00
Daniel Schwabeneder
e0c679f5ee
magic grid argument
2017-08-16 17:45:32 +02:00
Daniel Schwabeneder
23ae99b97e
undo support for foreground_color_grid and foreground_color_axis attributes in plotly(js)
2017-08-11 12:57:11 +02:00
Daniel Schwabeneder
2dd99d053a
make it work on all backends
2017-08-10 20:49:03 +02:00
Daniel Schwabeneder
c60d66d94a
make it work for gr, pyplot and plotly(js)
2017-08-10 17:46:11 +02:00
Daniel Schwabeneder
1ff8663e44
allow setting surface alpha in plotly
2017-07-21 01:12:39 +02:00
Pearl Li
2a0d5a0a03
Hide legend entry for series being filled to
2017-07-12 17:04:19 -04:00
Pearl Li
aec30301a1
Add fillrange for Plotly
2017-07-12 16:20:53 -04:00
Daniel Schwabeneder
b091d95eb2
turn off colorbar for wireframe
2017-06-18 17:56:47 +02:00
Daniel Schwabeneder
33327d3992
allow turning off the colorbar for heatmap, contour and surface
2017-06-18 17:45:20 +02:00
ChrisRackauckas
44b6157f17
cycle => _cycle
2017-06-09 08:43:01 -07:00
Michael K. Borregaard
8f6b0c50d6
ignoreNaN => ignorenan
2017-06-08 12:54:25 +02:00
Michael K. Borregaard
80d0d6ecc8
Change NaNMath implementation
...
We needed some functions to forward to Base methods, e.g. when non-`AbstractArray{<:AbstractFloat}` was passed
2017-06-01 22:19:38 +02:00
Michael Krabbe Borregaard
d29df4289e
RFC: Ignore NaNs on 0.6 (like on 0.5): fixes #796 ( #876 )
...
Replaces min, max, minimum, mean, maximum and extrema with NaNMath versions in places where NaNs can occur.
To avoid returning NaN when there are NaNs in the Vector
* Also add maximum and minimum
* define _-prefaced versions of mean, maximum, minimum, extrema
* variable arg numbers for Base methods
* Different implementation of the override
* remove underscore from 2-arg versions of maximum
* some forgotten extrema -> _extrema
* Fix bug in _extrema definition
* edit comment
* replace min and max with _min and _max
* Base NaN-compliant functions on NaNMath
replace _min and _max with NaNMath versions
* Use NaNMath explicitly everywhere
* remove unneccesary NaNMath calls
* Ensure ceil does not error on NaN
* Added one more maximum in gr
2017-06-01 19:17:28 +02:00
Michael K. Borregaard
d5e50983d8
Move rgba_string to PlotUtils
...
requested by Tony Kelman
2017-05-11 13:40:10 +02:00
fuzzybear3965
b88d26ce77
increase bottom margin to 20px; fixes #810
2017-05-09 12:29:35 -04:00
Godisemo
7a1dd0db29
Add colorbar_title attr to plotly(js) backends
...
fixes issue #773
2017-04-20 17:40:05 +02:00
Michael K. Borregaard
ed102269e7
fix error on marker_z
2017-03-14 22:47:43 +01:00
Leon Wabeke
5395b41852
Attempt to add support for clims to plotly backend
...
Added support for clims, seems to work on heatmap, surface and contour.
On surface zlims be still be set to be different from clims.
2017-02-22 15:57:41 +02:00
Naoki Saito
c5737db4f5
Add fill_z attribute and plotly impl
2017-01-09 16:03:14 -05:00
Tom Breloff
90e655d979
use_remote for plotly html output
2016-11-28 11:02:32 -05:00
Pietro Vertechi
bdce27dd7b
Implemented legend position in plotly
2016-11-20 15:35:58 +00:00
Tom Breloff
e24acece49
shape_coords fixes; makekw
2016-11-17 13:45:49 -05:00
Tom Breloff
000660b43a
return font from EachAnn; several annotation fixes; tests fixes
2016-11-17 11:28:33 -05:00
Thomas Breloff
aee13d295c
fix plotlyjs lims: apply scalefunc
2016-10-12 15:11:51 -04:00
Thomas Breloff
702ab3c504
remove plotly png output... point to plotlyjs
2016-10-10 07:34:51 -04:00
Thomas Breloff
14fd3c94b5
fix plotly horizontal bars
2016-10-07 13:49:00 -04:00
Thomas Breloff
04a4357684
fix plotly aspect_ratio and reword arg desc; closes #523
2016-10-07 12:14:06 -04:00