I have improved the current pcolor function, in a way that shading("flat"), shading("interp"), and shading("faceted") give almost the same pcolor-graph as matlab does. To do so, I had to add some code and some properties to surface ('LineWidth', 'FaceColor', 'EdgeColor'). A first version of shading is also available.
So, where should I send the patch(es)? here?
Kai
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have submitted three patches. As you can see the 'none' value of a Matrix-valued property needs some work. To simplify the checking for the different cases - as explained in the surface patch - give me some time.
Kai
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello all,
first I hope this is the right forum.
I have improved the current pcolor function, in a way that shading("flat"), shading("interp"), and shading("faceted") give almost the same pcolor-graph as matlab does. To do so, I had to add some code and some properties to surface ('LineWidth', 'FaceColor', 'EdgeColor'). A first version of shading is also available.
So, where should I send the patch(es)? here?
Kai
Hi
This sonds great. SOurecforge has a place for patches:
https://sourceforge.net/tracker/?group_id=86268&atid=579016
If you post them, I'll try to incorporate thme ASAP
Shai
Hi Shai,
I have submitted three patches. As you can see the 'none' value of a Matrix-valued property needs some work. To simplify the checking for the different cases - as explained in the surface patch - give me some time.
Kai