Tagged Questions
9
votes
5answers
288 views
An elegant way to plot a numeric function that returns a list, and have each element in a different color
I have a function that takes a numeric argument and returns a list of numbers. I want to plot each element of the list in a different color.
If I use this command,
...
1
vote
1answer
150 views
Lines with label in Plot options syntax
I wrote a little function to add lines with labels to plots. It just creates customized {GridLines -> ..., Epilog -> ...} code:
...