[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #7622] New functions cquiver, cquiver3, __
From: |
Júlio Hoffimann Mendes |
Subject: |
[Octave-patch-tracker] [patch #7622] New functions cquiver, cquiver3, __cquiver__ |
Date: |
Wed, 05 Dec 2012 01:15:17 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Ubuntu/11.10 Chromium/18.0.1025.168 Chrome/18.0.1025.168 Safari/535.19 |
Follow-up Comment #1, patch #7622 (project octave):
All the code provided in this item resumes to the attached diff.
I've tested it by flipping the _centered_ variable by hand and it works as
described. One can use the following script to better understand what the
effects are:
[x,y] = meshgrid(1:2:20);
plot(x,y,'*');
hold on;
quiver(x,y,x,y);
This item needs *FURTHER WORK*.
(file #27043)
_______________________________________________________
Additional Item Attachment:
File name: quiver.diff Size:1 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?7622>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-patch-tracker] [patch #7622] New functions cquiver, cquiver3, __cquiver__,
Júlio Hoffimann Mendes <=