Michael Schellenberger Costa

Results 319 comments of Michael Schellenberger Costa

You should get it from the handle via: data = get(h, 'YData'); At least for the y-Data

So a look ah the chart data tells: > MarkerIndices — Indices of data points at which to display markers > 1:length(YData) (default) | vector of positive integers | scalar...

I started improving bar code in #851. I will have a look at this when the little one sleeps

I have the very strong feeling, that this is actually an ordering problem. From the pgfplots manual section 4.6.5 on page 135 I find the following options for z buffer=:...

Yeah, i dont know why, but it just seems, that the ordering of the individual patches is off, even with reverse odering. I think it might be best to switch...

I think one could add ``` matlab % Remove the ground plane in a 3d bar plot % NOTE: Issue #878 if(strcmpi(get(h, 'Tag'), 'bar3')) id_zeroPlane = data(:, 3) == 0;...

@egeerardyn: Actually at second thought it doesnt really solve the problem by any stretch. The first mistake is that it assumes the ground plane to be at 0, which is...

Actually i think everything is in place for ray tracking. As far as i understand this is handled by the 3D transformation matrix, that we utilize in getVisualData. The odd...

@egeerardyn i thought the 4th component is the distance from the camera. But i have to check that further

@elektronxyz You can have a look at cleanfigure, and there getVisualData, wehere we calculate the 2D projection of 3D data.