julia 1.3.0 の Plots と Makie
2019年12月16日に up して、`Plots v0.28.3` になってようやく、`plot(rand(10),rand(10))` が描画されるようになりました。12月9日は、`gr()` は動かず `pyplot()` は動くという状態でした。
Makie についても12月9日は動かずでした。Makie は、1.2 と同様に #master を使っています。
(v1.3) pkg> add AbstractPlotting#master Makie#master GLMakie#master
2019年12月16日の `test Makie` は、"Some tests did not pass: 198 passed, 12 failed, 0 errored, 0 broken." でした。1.3.0 も、もう少しで完全に通りそうです。
(v1.3) pkg> test Makie (中略) Test Summary: | Pass Fail Total Reference Image Tests | 198 12 210 3d_contour_with_2d_contour_slices | 1 1 3d_cube_with_sphere_cutout,_inside | 1 1 3d_cube_with_sphere_cutout,_outside | 1 1 add_and_change_points | 1 1 analysis | 5 5 (以下 Fali のみ) box_plot | 1 1 colormaps | 1 1 gui_for_exploring_lorenz_equation | 1 1 lots_of_heatmaps | 1 1 orbit_diagram | 1 1 orthographic_camera | 1 1 sliders | 1 1 streamplot_1 | 1 1 streamplot_3d | 1 1 violin_and_box_plot | 1 1 violin_plot | 1 1 volume_slider | 1 1 ERROR: LoadError: Some tests did not pass: 198 passed, 12 failed, 0 errored, 0 broken.