Skip to main content
improved question's readability
Source Link
Syed
  • 62.9k
  • 5
  • 48
  • 103

I am trying to create a line legend with specific dashing and thickness. Here is the code.

LineLegend[{{Black, Dashing[Tiny], Thickness[0.005]}, {Black, Dashing[Small], Thickness[0.005]}, {Black, Dashing[Large], Thickness[0.005]}, {Black, Thickness[0.005]}, {Black, Thickness[0.01]}}, {"0.001", "0.01", "1", "10", "100"}] 

My output reads as follows with a large black box in place ofis the word black. Any suggestionsunevaluated version of my input:

LineLegend[{{,Dashing[Tiny],Thickness[0.005]},{,Dashing[Small],Thickness[0.005]},{,Dashing[Large],Thickness[0.005]},{,Thickness[0.005]},{,Thickness[0.01]}},{0.001,0.01,1,10,100}]enter image description here

I am trying to create a line legend with specific dashing and thickness. Here is the code.

LineLegend[{{Black, Dashing[Tiny], Thickness[0.005]}, {Black, Dashing[Small], Thickness[0.005]}, {Black, Dashing[Large], Thickness[0.005]}, {Black, Thickness[0.005]}, {Black, Thickness[0.01]}}, {"0.001", "0.01", "1", "10", "100"}] 

My output reads as follows with a large black box in place of the word black. Any suggestions

LineLegend[{{,Dashing[Tiny],Thickness[0.005]},{,Dashing[Small],Thickness[0.005]},{,Dashing[Large],Thickness[0.005]},{,Thickness[0.005]},{,Thickness[0.01]}},{0.001,0.01,1,10,100}]

I am trying to create a line legend with specific dashing and thickness. Here is the code.

LineLegend[{{Black, Dashing[Tiny], Thickness[0.005]}, {Black, Dashing[Small], Thickness[0.005]}, {Black, Dashing[Large], Thickness[0.005]}, {Black, Thickness[0.005]}, {Black, Thickness[0.01]}}, {"0.001", "0.01", "1", "10", "100"}] 

My output is the unevaluated version of my input:

enter image description here

Source Link
grading
  • 261
  • 1
  • 7

Line Legend with dashes and thickness not working

I am trying to create a line legend with specific dashing and thickness. Here is the code.

LineLegend[{{Black, Dashing[Tiny], Thickness[0.005]}, {Black, Dashing[Small], Thickness[0.005]}, {Black, Dashing[Large], Thickness[0.005]}, {Black, Thickness[0.005]}, {Black, Thickness[0.01]}}, {"0.001", "0.01", "1", "10", "100"}] 

My output reads as follows with a large black box in place of the word black. Any suggestions

LineLegend[{{,Dashing[Tiny],Thickness[0.005]},{,Dashing[Small],Thickness[0.005]},{,Dashing[Large],Thickness[0.005]},{,Thickness[0.005]},{,Thickness[0.01]}},{0.001,0.01,1,10,100}]