Thomas Breloff
7fb995094e
added closeall for gr/pyplot
2016-10-12 11:28:43 -04:00
Thomas Breloff
77fbf3eb51
use drawimage for heatmap
2016-10-11 10:32:51 -04:00
Josef Heinen
93e7bc2a2e
gr: changed heatmap code
2016-10-11 15:03:31 +02:00
Thomas Breloff
9bbe0f9414
gr: image transpose fix
2016-10-08 23:19:26 -04:00
Thomas Breloff
f290748c72
gr: don't set GKS_WSTYPE for windows/use_default
2016-10-08 23:03:07 -04:00
Thomas Breloff
2877cb7160
gr: replaced withenv calls with _gr_wstype and gr_set_output
2016-10-07 14:54:26 -04:00
Thomas Breloff
f615a5d05e
experimenting with gr heatmap
2016-10-07 12:53:18 -04:00
Thomas Breloff
4416fc919e
improve tick_padding and fix rotation for plotly/gr
2016-09-30 12:46:38 -04:00
Thomas Breloff
e23cf3377e
gr wstype default; gr tighten tick pos
2016-09-24 23:16:35 -04:00
Thomas Breloff
fe1b759787
faster plotIndex count; withenv logic and cairox11/cairopng in gr
2016-09-23 12:24:56 -04:00
Thomas Breloff
755a70bf77
added series_list to Subplot object to improve performance
2016-09-22 19:36:25 -04:00
Thomas Breloff
5f4dfdd5d2
add_backend/add_backend_string redesign
2016-09-22 13:47:33 -04:00
Thomas Breloff
03a9fc3419
is_supported refactor; removed deprecated backends
2016-09-06 14:01:39 -04:00
Josef Heinen
c65c7ae252
gr: added support for aspect_ratio
2016-09-05 13:23:43 +02:00
Josef Heinen
234f9b202e
Added support for clims kwarg
2016-09-01 11:59:28 +02:00
Thomas Breloff
76bb6bab96
gr support for mirror; switch Axis.sp for sps; fixes to inset sp setup and linking
2016-08-19 01:55:55 -04:00
Thomas Breloff
f68f82e3f4
gr: fix image and alpha; switch transpose_z to use permutedims
2016-08-12 10:30:53 -04:00
Thomas Breloff
9db7de8373
added skinny markers + and x; closes #436
2016-08-09 17:09:53 -04:00
Thomas Breloff
6a30435071
gr: added GKS_DOUBLE_BUF to display and removed forgotten debugging statement
2016-08-02 21:04:36 -04:00
Thomas Breloff
3b1c409fd7
reset GR viewport for annotations; fixes #398
2016-07-25 16:06:24 -04:00
Thomas Breloff
3ae8dc9bd7
fix cycle; fix GR fill
2016-07-25 15:25:50 -04:00
Thomas Breloff
463e1bcb90
require julia 0.5-; writemime to show
2016-07-19 16:51:05 -04:00
Thomas Breloff
3ccd1bc368
added Showoff dependency; fix PLOTS_DEFAULTS; fix auto fill to 0; fix scale warning; tick labels with Showoff; fontsize in GR; travis deps
2016-07-18 15:00:02 -04:00
Thomas Breloff
a0ac70be3c
axes log scales, colors, ticks, and more; proper 2D axis drawing in GR
2016-07-14 15:46:44 -04:00
Thomas Breloff
ee706ad8c7
axis_drawing_info and get_ticks; parameterized Segments; GR manual drawing of 2D axes
2016-07-13 16:31:21 -04:00
Thomas Breloff
8d5b748b09
gr heatmap fix; pipeline reorg
2016-07-10 23:26:52 -04:00
Thomas Breloff
c258bc49c3
gr trisurface; closes #387
2016-07-10 22:07:00 -04:00
Thomas Breloff
e53ab85745
color fixes; pyplot shape iteration; KernelDensity in travis and warning; attribute accessors
2016-07-07 21:46:34 -04:00
Thomas Breloff
4d99b37def
working on colors overhaul; fix for rationals in plotly; closes #382
2016-07-07 14:40:09 -04:00
Thomas Breloff
6fe87c4c69
bar_width support in bar and boxplot; close the shape for bar plots; closes #366 ; closes #377
2016-07-06 15:55:38 -04:00
Josef Heinen
4cfcb239c1
Added iTerm2 inline display support for gr
...
Example:
--------
using Plots
gr(display_type=:inline)
plot(Plots.fakedata(50,5), w=3)
2016-07-01 14:03:16 +02:00
Josef Heinen
9fecb03b5f
gr: allow simple formulas or LaTeX equations
2016-06-28 15:35:32 +02:00
Thomas Breloff
3006a26500
revert precompile; add appveyor; gr fixes for markersize, shapes, and legend entries; add GR to tests again; recipe fixes and cleanup
2016-06-27 21:43:57 -04:00
Thomas Breloff
1a90ce0950
recoded boxplot recipe to match violin approach; switched marker to line/fill for shape seriestype: ref #347
2016-06-26 11:36:09 -04:00
Thomas Breloff
730025e144
recoded violin; removed try/catch around apply_recipe; default values for xtick/ytick in GR
2016-06-22 11:45:30 -04:00
Thomas Breloff
e76c3fff69
refactored gr markers fixing bugs and enabling features; clear subplot/axis args from d in _plot
2016-06-20 19:51:03 -04:00
Josef Heinen
cff78b477c
Added suport for marker borders
2016-06-17 20:21:07 +02:00
Josef Heinen
5ff338d4ac
use temporary files when generating MIME files
2016-06-17 09:34:10 +02:00
Josef Heinen
bc5293b5a4
conserve user defined GR workstation type
2016-06-14 18:03:03 +02:00
Thomas Breloff
1ba0d198a7
rename ellipse to circle; cleanup glvisualize
2016-06-13 15:59:51 -04:00
Thomas Breloff
c44132d29d
merge_with_base_supported updates
2016-06-13 15:45:35 -04:00
Thomas Breloff
266d2efde5
inset_subplots; GR log axes fix
2016-06-13 12:27:48 -04:00
Thomas Breloff
02d893b316
big cleanup: changed camelcase to underscores; removed supportedAxes; changed pyplot methods to be py_ which matches gr_/plotly_/etc convention
2016-06-12 12:34:41 -04:00
Thomas Breloff
b1850e58f4
gr cleanup commented code; bump version in imgcomp
2016-06-12 11:35:24 -04:00
Thomas Breloff
f1e566dddc
fix scale aliases
2016-06-12 11:00:42 -04:00
Thomas Breloff
b0456d155a
allow nothing for colorbar; gr fixes: marker_z colors, check colorbar arg
2016-06-11 15:55:55 -04:00
Josef Heinen
bc9d137001
Fixed GR output problem
2016-06-11 11:11:57 +02:00
Thomas Breloff
483946787a
big GR refactor: axes drawing and cleanup; convert_to_polar and GR polar fill; should_add_to_legend fix; rename get_mod to Base.cycle
2016-06-11 02:03:46 -04:00
Thomas Breloff
b165f233a8
animation fix; gr transparency
2016-06-10 16:17:30 -04:00
Josef Heinen
df33ed40d6
Improved GR output
...
- slightly reduced the nominal marker size
- use character height as line spacing criterion when plotting legends
- use GR surface function for filled contours
- avoid calling GR setwindow/adjust* functions with Inf arguments
- corrected bounding box for legend
2016-06-10 13:39:57 +02:00