Thomas Breloff
|
c5bcae1e34
|
working on subplots
|
2016-05-16 01:07:33 -04:00 |
|
Thomas Breloff
|
a6ce2e691d
|
changed add_series to accept Series and push to list automatically; default add_series simplifies; removed old supported.jl
|
2016-05-15 12:14:18 -04:00 |
|
Thomas Breloff
|
bfe04bdd15
|
changed to _create_backend_figure; started subplot removal
|
2016-05-15 11:23:27 -04:00 |
|
Thomas Breloff
|
54efb48d62
|
changed linetype to seriestype
|
2016-05-13 20:55:26 -04:00 |
|
Thomas Breloff
|
83bd780f2a
|
working on Axis type
|
2016-05-13 16:46:15 -04:00 |
|
Thomas Breloff
|
8ec3d18339
|
boxplot, violin, quiver, and line series recipes; plus some fixes
|
2016-05-13 11:21:32 -04:00 |
|
Thomas Breloff
|
4f429fb536
|
recipe overhaul; groups, annotations, SliceIt
|
2016-05-13 00:17:58 -04:00 |
|
Thomas Breloff
|
cf9b60660d
|
working on recipes overhaul
|
2016-05-12 14:51:53 -04:00 |
|
Thomas Breloff
|
85f7acf9d5
|
add PyPlot.ioff to init; closes #229
|
2016-05-11 09:45:44 -04:00 |
|
Tom Breloff
|
dec3748fe5
|
Merge pull request #249 from KristofferC/kc/pgfplots_label
add support for legend and label in pgfplots
|
2016-05-11 08:51:38 -04:00 |
|
Kristoffer Carlsson
|
e8cdff2310
|
add support for legend and label in pgfplots
also adds some extra kwargs for legend positions
|
2016-05-11 13:59:32 +02:00 |
|
Thomas Breloff
|
a0ca9d675f
|
add_arrows function; plotly cleanup and arrows attempt
|
2016-05-10 17:22:47 -04:00 |
|
Thomas Breloff
|
baf410c712
|
remove pyplot dash_capstyle option
|
2016-05-10 14:34:28 -04:00 |
|
Thomas Breloff
|
678dde710b
|
arrows with updated quiver recipe; only pyplot so far
|
2016-05-10 13:40:25 -04:00 |
|
Thomas Breloff
|
536da01714
|
boxplot nan fix; add match_dimensions to pyplot supportedargs
|
2016-05-09 22:13:53 -04:00 |
|
Thomas Breloff
|
a1b991aaeb
|
image fixes and support in pyplot
|
2016-05-09 15:53:33 -04:00 |
|
Thomas Breloff
|
ec87489dd4
|
working on image type; working on ijulia display_dict
|
2016-05-05 00:13:45 -04:00 |
|
Thomas Breloff
|
3c09921cbd
|
x/y/z ticklabel rotation; new supported graphs using heatmap
|
2016-05-03 17:14:52 -04:00 |
|
Thomas Breloff
|
e676387c16
|
shapes change verts to x/y; translate/scale/rotate/center; x/y scale alias fix
|
2016-05-02 16:37:10 -04:00 |
|
Thomas Breloff
|
0e84c91451
|
split out supported.jl, added tests for more backends; closes #206
|
2016-04-29 10:13:41 -04:00 |
|
Thomas Breloff
|
005ce11313
|
InputWrapper and pyplot surface zcolor
|
2016-04-28 22:03:52 -04:00 |
|
Thomas Breloff
|
982a512ebd
|
pyplot support for pie charts
|
2016-04-26 16:01:50 -04:00 |
|
Thomas Breloff
|
5dfd3d2f5d
|
added aspect_ratio keyword and implemented in pyplot
|
2016-04-26 15:35:26 -04:00 |
|
Thomas Breloff
|
8d6974f67d
|
contours keyword for surface and wireframe plots
|
2016-04-26 15:09:18 -04:00 |
|
Thomas Breloff
|
8b569e3cd8
|
contour3d
|
2016-04-26 14:35:51 -04:00 |
|
Thomas Breloff
|
b9d20142a2
|
pyplot trisurface support
|
2016-04-26 14:20:07 -04:00 |
|
Thomas Breloff
|
6c9e818abd
|
discrete colorbar for pyplot
|
2016-04-26 13:19:22 -04:00 |
|
Thomas Breloff
|
d6ce2e364f
|
fixes and cleanup: colorbars, fills, polar
|
2016-04-26 11:18:48 -04:00 |
|
Thomas Breloff
|
36ca485a74
|
added fg_guide coloring; allow markers for bar/sticks and sticks fixes; legend text color
|
2016-04-25 16:57:16 -04:00 |
|
Thomas Breloff
|
b3230c5671
|
pyplot shapes
|
2016-04-25 15:14:54 -04:00 |
|
Thomas Breloff
|
ebf490838c
|
pyplot surface, wireframe, heatmap; sorting fixes; default linewidth is :auto
|
2016-04-25 15:01:24 -04:00 |
|
Thomas Breloff
|
7921cf18b6
|
pyplot contours
|
2016-04-25 12:47:35 -04:00 |
|
Thomas Breloff
|
0e0450ced5
|
gadfly color fixes; pyplot fill_between fix; pyplot hline/vline
|
2016-04-25 12:24:03 -04:00 |
|
Thomas Breloff
|
096064ac09
|
subplot layout fix; closes #202
|
2016-04-25 12:00:43 -04:00 |
|
Thomas Breloff
|
77c2d7d846
|
subcategories for background/foreground colors, implemented in pyplot; add_theme/set_theme and ggplot2; add_aliases function; nbins renamed bins
|
2016-04-25 11:37:14 -04:00 |
|
Thomas Breloff
|
40a121198d
|
added weights kw; pyplot hist2d and hexbin
|
2016-04-24 23:33:51 -04:00 |
|
Thomas Breloff
|
44079a7bf7
|
added normalize kw, and added to pyplot
|
2016-04-24 22:47:32 -04:00 |
|
Thomas Breloff
|
50fa013801
|
working on pyplot refactor; barh added
|
2016-04-23 09:32:57 -04:00 |
|
Thomas Breloff
|
d4ccf0ec62
|
PLOTS_DEFAULT_BACKEND env variable; closes #200
|
2016-04-23 09:04:02 -04:00 |
|
Thomas Breloff
|
04842974e7
|
working on pyplot refactor
|
2016-04-22 16:46:02 -04:00 |
|
Thomas Breloff
|
6161b08f82
|
working on pyplot refactor; path/scatter in 2d/3d done
|
2016-04-22 12:53:40 -04:00 |
|
Thomas Breloff
|
b9818a4480
|
working on seriescolor and pyplot reorgs
|
2016-04-22 10:44:12 -04:00 |
|
Thomas Breloff
|
e2ae22421b
|
working on seriescolor and pyplot reorgs
|
2016-04-22 10:09:55 -04:00 |
|
Thomas Breloff
|
b64677e14a
|
changed kw splatting to passing in KW: _add_series and _create_plot; removed plotly tests
|
2016-04-22 08:56:54 -04:00 |
|
Thomas Breloff
|
a2ea9db90e
|
added bar_position; fixed orientation handling; pyplot cleanup
|
2016-04-18 15:12:13 -04:00 |
|
Thomas Breloff
|
236a7dadc6
|
added matplotlib colormaps; default changed to inferno; pyplot subplot fix
|
2016-04-13 13:49:03 -04:00 |
|
Thomas Breloff
|
82d2cc943d
|
working on get/set xy/xyz indexing overhaul
|
2016-04-11 18:19:06 -04:00 |
|
Thomas Breloff
|
d70f462899
|
z axis args; pyplot z axis; major pyplot cleanup; other cleanup/fixes
|
2016-04-11 16:16:47 -04:00 |
|
Thomas Breloff
|
0a636b5899
|
polar coords for pyplot
|
2016-04-11 06:46:28 -04:00 |
|
Thomas Breloff
|
e0b2749188
|
added support for shape linetype in pyplot
|
2016-04-08 17:10:15 -04:00 |
|