Hi All,
I wanted to make a surface plot with some phong on it. I can generate
the colour map without any problems, but the snag is that no matter what
I do, the resulting plot is always transparent. It there a way to set
the patch colour to a true solid colour?
Here is a piece of my code (witho
On 1/8/2012 2:29 AM, Eric Firing wrote:
> On 01/07/2012 07:01 PM, Ethan Swint wrote:
>> Hi, list-
>>
>> This question has been asked before, but all of my search results don't
>> address my problem:
>>
>> fig = figure(1, figsize=(3.25, 3))
>> plot([0,1,5,2,9])
>> title('title')
>> xlabel('xAxis'