altmany / altmany/export_fig

Scatter3 Cdata won't print

未关闭
#88 6 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
MATLAB
星标
1.4k
派生
366
PR 合并指标
30 天内没有已合并 PR

描述

When using scatter3 with the Cdata property, export_fig won't print the scatter.

```
scatter3(wcoeff(:,1),wcoeff(:,2),wcoeff(:,3),marker_size,marker_color)
```

![scatter3_markercolor](https://cloud.githubusercontent.com/assets/9959914/8718831/97b7f33a-2ba7-11e5-8a7e-77e21b3b2e11.png)

```
scatter3(wcoeff(:,1),wcoeff(:,2),wcoeff(:,3),marker_size)
```

![scatter3](https://cloud.githubusercontent.com/assets/9959914/8718833/9e15865c-2ba7-11e5-9b50-357491bfb529.png)

This happens irrespective of the output format or renderer

Tested on Mac OS 10.9.5
Matlab 2012b or 2013a

Thanks in advance for your help,
Benjamin

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。