Group Abstract Group Abstract

Message Boards Message Boards

0
|
8.1K Views
|
4 Replies
|
3 Total Likes
View groups...
Share
Share this post:

[?] Increase the size of a legend in LisDensityPlot?

Posted 9 years ago
POSTED BY: Ghady Almufleh
4 Replies

@Ghady Almufleh, Welcome to Wolfram Community! Please make sure you know the rules: https://wolfr.am/READ-1ST

You should always post your sample code.

POSTED BY: EDITORIAL BOARD

Without some example code, what you actually tried it is hard to answer where it went wrong. On my machine on Mathematica 9, the following works:

ListDensityPlot[
 Table[Sin[j^2 + i], {i, 0, Pi, 0.02}, {j, 0, Pi, 0.02}],
 PlotLegends -> 
  Placed[BarLegend[Automatic, LegendMarkerSize -> 500], Right]
]

Mathematica graphics

POSTED BY: Patrick Scheibe
Posted 9 years ago
POSTED BY: Ghady Almufleh
POSTED BY: Patrick Scheibe
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard