Top "Linestyle" questions

Use for questions regarding the styling of lines (color, width, markers etc.

Is there a list of line styles in matplotlib?

I'm writing a script that will do some plotting. I want it to plot several data series, each with its …

python matplotlib linestyle
How to plot individual points without curve in python?

I want to plot individual data points with error bars on a plot, but I don't want to have the …

python plot curve linestyle
how to set label and line the same color in gnuplot

Very simple stuff. I want a function, say function f, to be plotted with a particular color. I also want …

colors label gnuplot linestyle
R boxplot: How to customize the appearance of the box-and-whisker plots (e.g., remove lines or borders, change symbol of outliers)

Today, I was wondering how to customize the appearance of the box-and-whisker plots. E.g., I wanted to remove the …

r shape boxplot appearance linestyle
python matplotlib dash-dot-dot - how to?

I am using python and matplotlib to generate graphical output. Is there a simple way to generate a dash-dot-dot line-style? …

python matplotlib linestyle
Linestyle in matplotlib step function

Is it possible to set the linestyle in a matplotlib step function to dashed, dotted, etc.? I've tried: step(x, …

python matplotlib linestyle
How do I set the default linestyle for plots in MATLAB?

I have an array of data that I would like to plot temp=0.5*rand(500,10); [~,offset]=meshgrid(1:500,1:10); figure(101) plot(temp+offset') …

matlab coding-style plot linestyle
MATLAB: set line's color and style order to be applied in parallel

When you set DefaultAxesColorOrder and DefaultAxesLineStyleOrder MATLAB will first cycle through all colors with the first style, then again through …

matlab colors plot line linestyle
How to change the linestyle of whiskers in pandas boxplots?

Is there a way to change the linestyle of the whiskers in pandas boxplots to '-'? Default seems to be …

python pandas matplotlib boxplot linestyle
Displaying markers on specific values in Gnuplot's line plot

I have data for a CDF in a file which looks like the following: 0.033 0.0010718113612 0.034 0.0016077170418 0.038 0.0021436227224 ... ... ... ... 0.847 0.999464094319 0.862 1.0 First column is the X-axis value …

gnuplot cdf linestyle