Scatter3 Cdata won't print
- Lenguaje dominante
- MATLAB
- Estrellas
- 1.4k
- Forks
- 366
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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(wcoeff(:,1),wcoeff(:,2),wcoeff(:,3),marker_size)
```

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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.