JackDevine
878fa48afa
PyPlot legends now show marker types.
2017-10-05 21:35:38 +13:00
Darwin Darakananda
514cd1bd37
normalize colors even when plotting without colorbars
2017-10-04 15:10:36 -07:00
Darwin Darakananda
f5ee5ea814
Fix line_z for PyPlot backend
...
`LineCollection` expects an array with pairs of coordinates,
corresponding to the starting and ending points of each segment.
2017-10-04 14:26:35 -07:00
Daniel Schwabeneder
148ad8032f
implement showaxis for pyplot
2017-09-29 20:16:27 +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
AnkurD
5b3c41bd77
Colorbar takes font style from Y Axis
2017-09-26 17:22:17 +09:00
AnkurD
c6b7ff6c75
Colorbar takes font style from Y Axis
2017-09-26 17:16:03 +09:00
Fedor Bezrukov
bdfc4636f0
Fix for wrong setting of logscale for values below 1e-16
2017-09-19 23:22:36 +01:00
Daniel Schwabeneder
9eae2ad76b
remove unnecessary setting of needs_colorbar
2017-09-15 18:42:38 +02:00
Daniel Schwabeneder
f43f2956f5
activate clims for inactive colorbar
2017-09-15 18:39:56 +02:00
Daniel Schwabeneder
518fba759f
only one colorbar per subplot in pyplot
2017-09-09 11:21:39 +02:00
Daniel Schwabeneder
a981dc71f9
Merge pull request #1057 from daschw/framestyle
...
RFC: Add :origin framestyle
2017-09-06 16:34:31 +02:00
Jack Devine
c7eb22021f
Merge branch 'master' into add-stride
2017-09-03 13:04:32 +12:00
Daniel Schwabeneder
456b8258c3
add zerolines framestyle
2017-09-02 02:35:26 +02:00
Daniel Schwabeneder
3fd745a5df
remove 0 tick label
2017-08-30 23:42:57 +02:00
Daniel Schwabeneder
5e968e0aa8
ticks to axes
2017-08-30 22:19:13 +02:00
Daniel Schwabeneder
f41426c85a
fix pyplot
2017-08-29 22:04:33 +02:00
Daniel Schwabeneder
41877e362a
add origin framestyle
2017-08-29 20:36:59 +02:00
Daniel Schwabeneder
d301d2a06b
fix ticks = nothing on pyplot, ...
2017-08-24 16:58:43 +02:00
Daniel Schwabeneder
2bbd4cbb17
clean up
2017-08-24 16:26:54 +02:00
Daniel Schwabeneder
5a2d39320f
framestyle attribute for gr, pyplot and glvisualize
2017-08-24 16:13:01 +02:00
Daniel Schwabeneder
be8c66adc9
fix polar plots on pyplot
2017-08-20 22:45:30 +02:00
Daniel Schwabeneder
be4a374122
allow turning on/off the axes border
2017-08-20 21:55:21 +02:00
Daniel Schwabeneder
e0c679f5ee
magic grid argument
2017-08-16 17:45:32 +02:00
JackDevine
177d380092
Added suggestions
...
Changed the interface to stride, which is a tuple. Also added aliases and a docstring in arg_desc.
2017-08-16 10:18:26 +12:00
JackDevine
ad2eaf7aef
Add stride to wireframe/surface
...
I only have this for PyPlot at the moment, I would be more than happy
to add other backends if people find it useful. Also, if people have
any ideas for aliases, then I would be happy to do that too.
2017-08-15 20:10:02 +12:00
Daniel Schwabeneder
c60d66d94a
make it work for gr, pyplot and plotly(js)
2017-08-10 17:46:11 +02:00
Daniel Schwabeneder
20bd9d6160
Merge pull request #988 from stevengj/nopywrap
...
don't use pywrap
2017-07-28 10:11:30 +02:00
Steven G. Johnson
d0070c72fd
whoops, forgot to commit these pywrap fixes
2017-07-27 14:15:48 -04:00
Steven G. Johnson
2c191dbdbf
don't use pywrap ( closes #983 )
2017-07-26 16:34:03 -04:00
Daniel Schwabeneder
6ecd30d42b
warning --> warn
2017-07-24 14:55:28 +02:00
Daniel Schwabeneder
44b533f501
allow matplotlib 1.5 usage
2017-07-24 10:02:44 +02:00
Daniel Schwabeneder
9b2da0d645
Merge branch 'master' into ds-heatmap-logscale
2017-07-16 12:51:33 +02:00
JackDevine
409cf2c630
Fixed a deprecation warning on the pyplot backend
...
The follwing code created a deprecation warining:
using Plots; pyplot()
plot([1,2,3,4], [2,3,4,5], yscale=:log10)
2017-07-12 17:37:37 +12:00
Daniel Schwabeneder
027ce58655
avoid negative heatmap edges for log axis on gr and pyplot
2017-06-18 16:14:44 +02:00
Daniel Schwabeneder
5b6423ec6c
only change top corners of colorbar axes
2017-06-12 22:15:57 +02:00
Daniel Schwabeneder
b3efcf9b68
reduced colorbar size for z axis limits >= 1e7
2017-06-12 20:39:49 +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
Daniel Schwabeneder
5e7756810d
changed default attribute to legendtitle
2017-06-03 13:47:24 +02:00
Daniel Schwabeneder
ee5617c6b8
added attribute for pyplot backend
2017-06-02 18:55:47 +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
08d7bee224
Remove conda update message
...
These instructions led to installing a deprecated matplotlib version
2017-05-21 11:30:11 +02:00
Darwin Darakananda
b501c9bf4b
fix world-age problem in PyPlot initialization
2017-05-20 15:39:26 -07:00
Daniel Schwabeneder
2fbc3c954a
fix filling stepstyle on pyplot
2017-05-16 07:32:14 +02:00
Daniel Schwabeneder
1e6b442c6c
Merge pull request #794 from daschw/ds-pyplot-colorbar
...
Avoid PyPlot colorbar label cropping
2017-05-04 16:17:17 +02:00
Michael Krabbe Borregaard
cbfadde43c
Merge pull request #769 from blegat/surfaceclims
...
Use clims with :surface for PyPlot
2017-05-04 13:19:10 +02:00
Daniel Schwabeneder
c4f3b93da5
increase rightpad for colorbars
2017-05-02 20:36:33 +02:00