Distorted (Crayon-like) Graph Colour
Mostra commenti meno recenti
The graph that I plotted using the following line looks like crayon.
plot(this_t_vec,sq(nanmean(rep_avg(:,:,cond(plot_loop),:,:),5)),'Color',c(c_inc,:),'linewidth',2);

The colour is fine when I plot random stuff e.g. plot(rand(10)).
Your help is deeply appreciated.
Risposte (3)
Chidvi Modala
il 30 Mar 2021
0 voti
The graph color is based on the value you set for the property 'Color'. Based on the given information, you are setting your 'Color' property to a variable (c_inc,:). You can set the 'Color' property to [1 0 0] for red color. You may refer to the 'Color' property in the below link
1 Commento
Onn Wah Lee
il 20 Mag 2021
darova
il 22 Mag 2021
George Tucker
il 18 Mar 2022
0 voti
I had a similar problem with slightly noisy data. It was mostly solved by setting the custom renderer of the figure to painters: (In the figure window: File>Export setup>Rendering>Tick custom renderer>Dropdown select painters (vector format) if its not the default.)
Categorie
Scopri di più su Mathematics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
