Skip to main content

Questions tagged [linestyle]

Use for questions regarding the styling of lines (color, width, markers etc.) in plots. Commonly appearing in the context of MATLAB/Octave, gnuplot, matplotlib.

-1 votes
2 answers
112 views

Specify the linetype for one line in a multiline plot

I'd like to plot a dataframe using standard linestyles and colors for all columns except 1. I would always like my column labeled 'Target' to have linestyle='-.' and be black. I can do this in the ...
derekboase's user avatar
2 votes
1 answer
36 views

python histogram line styles

I'm plotting a histogram for class and while I have all of the important things figured out, I can't seem to replicate this line style of a solid line with the points showing up on the line. It's ...
Philip's user avatar
  • 21
1 vote
1 answer
40 views

How to make a barplot not based of labels?

I don't have a dummy code so I will try to explain it as good as I can. If no success I will try to think of a code to make it more clear. My question is regarding making a barplot. I'd like to make a ...
Casentive's user avatar
0 votes
1 answer
152 views

Python plot dataframe with multiple lines and two different styles

Assume you have the dataframe df which should be plotted but with two different line styles. Each line with "X_Y" == "Y" should be dashed. I'm wondering if there is a faster and ...
Bakira's user avatar
  • 101
1 vote
1 answer
146 views

can I make a custom linestyle in matplotlib for plot made up of multiple parallel lines

I am making a plot where I want to delineate two geological sections. To delineate I want to use three parallel dashed lines. I do not know how to make a multiline line in matplotlib. I made three ...
BrianM's user avatar
  • 48
1 vote
1 answer
252 views

VBA Conditional Formatting of specific Borders

Hej, So I am trying to use VBA to add conditonal formatting to compensate for some other coding, which changes the ranges from time to time. My problem is, that I only the conditional formatting to ...
cbm9000's user avatar
  • 61
0 votes
1 answer
901 views

More line styles in Matlab - without markers?

Is there some way to plot more than 4 line styles in Matlab (as it is stated here https://www.mathworks.com/help/matlab/creating_plots/specify-line-and-marker-appearance-in-plots.html), I mean line ...
nick_name's user avatar
  • 161
0 votes
1 answer
3k views

Not able to change linestyle in Seaborn plot

I have a dataframe modified from iris dataset where there is 1 numeric and 2 categorical columns: PL Species group 4.400 versicolor A 1.600 setosa B 5.600 virginica ...
rnso's user avatar
  • 24.3k
0 votes
1 answer
351 views

Remove part of the border of a table excel VBA

There is a set of forms that we sometimes have to fill out at work, and I'm trying to automate the task by having excel VBA recreate the form as a word document and populate with the appropriate data ...
Brandon Redmond's user avatar
0 votes
1 answer
737 views

How to plotting line graph with different linestyle using matplotlib [duplicate]

I have data of minimum ping time in normal condition and in DOS simulation so the data will be different. I still newbie as data scientist and only can make visualization from the data like this. The ...
theDreamer911's user avatar
1 vote
0 answers
160 views

Different linestyle in same label matplotlib

I am generating following figure with matplotlib. As you can see its two way graph, from 0 to some value for 1 side, and also same for the other side. And since both ways have the same labels, with ...
oakca's user avatar
  • 1,548
1 vote
2 answers
1k views

Obtain lists of plot marker and line styles in Octave

Is there a way to programmatically obtain the list of marker and line styles available for plotting in Octave? Ideally, I would do something like mslist = whatever_function_for_marker_styles; lslist = ...
sancho.s ReinstateMonicaCellio's user avatar
0 votes
0 answers
313 views

Matplotlib: contour plot line style with markers

Is there a way to make a contour plot ax.contour line style not a simply dot-dashed but with some hollow markers, like this: In documentation I see only linestyles parameter with limited set of ...
sdorof's user avatar
  • 572
8 votes
1 answer
23k views

Plotly: How to change line style using px.line?

I have dataframe tha tlooks similar to this: >>>Hour Level value 0 7 H 1.435 1 7 M 3.124 2 7 L 5.578 3 8 H 0.435 4 8 M ...
Reut's user avatar
  • 1,582
1 vote
1 answer
103 views

How to generate several legends for single plot matplotlib

I was making a plot of f(x,y,z) and wanted this to be displayed in a 2D-plane. To avoid cluttering my legend i decided to have different linestyles for y, different colors for z and place the two in ...
Vegard Gjeldvik Jervell's user avatar

15 30 50 per page
1
2 3 4 5 6