# Error bars in 3D

**URL:** https://discourse.julialang.org/t/error-bars-in-3d/12711
**Category:** General Usage
**Tags:** plotting
**Created:** [July 28, 2018, 7:51pm UTC](https://discourse.julialang.org/t/error-bars-in-3d/12711 "2018-07-28T19:51:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rcnlee](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rcnlee/32/4107_2.png) [@rcnlee](https://discourse.julialang.org/u/rcnlee)
#### Post date: [July 28, 2018, 7:51pm UTC](https://discourse.julialang.org/t/error-bars-in-3d/12711/1 "2018-07-28T19:51:25Z")

</div>

Is it possible to have error bars in 3D plots using Plots.jl? e.g., for a scatter3d plot.

I see `:xerror` and `:yerror` but no `:zerror` in args.jl

Thanks!
