Dear Jason,

Thanks. I would continue the discussion in matplotlib forum.

Regards,
Goutam.

On Thu, Sep 13, 2012 at 3:20 PM, Jason Grout <jason-s...@creativetrax.com>wrote:

> On 9/13/12 8:11 AM, Goutam Paul wrote:
>
>> Can we use the markers as alternatives for linestyles?
>> Consider the following in sage:
>>
>> Suppose I have defined f(x) for a range already, say by the following:
>>
>> x = np.arange(0,1,0.001)
>>
>> import matplotlib.pyplot as plt
>>
>> plt.plot(x,f(x), color='magenta', linestyle='--', linewidth=4,
>> label="$f(x)$")
>>
>> I want to know the equivalent syntax for '++' marker for the same plot
>> of f(x) against (x).
>>
>
>
> We don't offer any other capabilities for this beyond what is built into
> matplotlib (in fact, the code above uses numpy and matplotlib directly, so
> there is no Sage involved).  So I think the conversation you started on the
> matplotlib list is the one to look at.
>
>
> Thanks,
>
> Jason
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To post to this group, send email to sage-devel@googlegroups.com.
> To unsubscribe from this group, send email to sage-devel+unsubscribe@**
> googlegroups.com <sage-devel%2bunsubscr...@googlegroups.com>.
> Visit this group at 
> http://groups.google.com/**group/sage-devel?hl=en<http://groups.google.com/group/sage-devel?hl=en>
> .
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To post to this group, send email to sage-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-devel+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.


Reply via email to