| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 4 months |
| seen | Jun 15 at 21:29 | |
| stats | profile views | 123 |
|
May 13 |
comment |
Reversing the ColorScheme used in an ArrayPlot and setting the font size in the color bar You might want to change rData to FData.. Thank you though, the essense of the answer still exists. |
|
May 13 |
comment |
Reversing the ColorScheme used in an ArrayPlot and setting the font size in the color bar Thank you. I would have never thought of this. |
|
May 13 |
comment |
Reversing the ColorScheme used in an ArrayPlot and setting the font size in the color bar How do I change the font size of the text in the colorbar? I was using BarLegend for that purpose...
ArrayPlot[mat,
PlotLegends ->
BarLegend[{GrayLevel, {0, 1}}, LabelStyle -> {FontSize -> 20}]] |
|
May 13 |
comment |
Reversing the ColorScheme used in an ArrayPlot and setting the font size in the color bar @belisarius Mathematica 9.0... Will make the edit |
|
May 10 |
comment |
Changing FrameTicks of ListPlot @BoLe Useful! Thanks! |
|
May 10 |
comment |
Changing FrameTicks of ListPlot This is rather interesting. I didn't think that "specifying my data differently" outside the plot function would help me... |
|
Apr 30 |
comment |
Contour heat graph (ListContourPlot?) Aaah Mathematica 9!!! Your PlotLegends is now fixed.... it was so messed up in Mathematica 8.0 |
|
Apr 28 |
comment |
Unexpected result from contour plot - where is the color gradient? @J.M. Will do in a few days (adding an answer). Just finished my PhD! Have a bunch of things to take care of... |
|
Apr 25 |
comment |
Unexpected result from contour plot - where is the color gradient? @J.M. I didn't find the "answer" through this post but I found an alternative. Do you think it's ok to post an alternative method (not sure what to call a NON-solution)? And must I answer my own post? :P |
|
Apr 25 |
comment |
Unexpected result from contour plot - where is the color gradient? @J.M. I think it did. However, I don't remember what it was. I'll have to check my folders from last year. |
|
Apr 22 |
comment |
Problems with NDSolve and stiffness Would it help if you blindly switched to the LSODA method? I generally noticed that the LSODA is quite forgiving and pushes stiff equations towards a "solution" better than the BDF at the very least. |
|
Apr 21 |
comment |
tree of values representation What does your data look like? |
|
Apr 19 |
comment |
Using FindRoot with an interpolating function What if I were to have more than one crossing and I still wanted to use FindRoot[...]. I noticed that FindRoot[...] doesn't allow for more than 2 guess values. I can use an {x,xmin,xstart,xend} but that didn't quite help. |
|
Apr 19 |
comment |
Using FindRoot with an interpolating function @BoLe And to answer my own question, I just used the minimum and maximum x limits as my guess values. I think that does the trick. |
|
Apr 19 |
comment |
Using FindRoot with an interpolating function @MichaelE2 I modified my code. I used Interpolation[Flatten[curve1,1],x]. This worked. I forgot that I needed to tell it to use x :P |
|
Apr 19 |
comment |
Using FindRoot with an interpolating function @BoLe What if I don't know what the guess values should be and how many there should be? |
|
Apr 19 |
comment |
Using FindRoot with an interpolating function @MichaelE2 I get what you mean now when you say x must be provided to the interpolation. |
|
Apr 19 |
comment |
Using FindRoot with an interpolating function I still have an error message that suggests that the "function value is not a list of numbers" at x=0.2 |
|
Apr 16 |
comment |
Labeling individual curves in Mathematica sniffle... plotlegends is making me move to python...... |
|
Mar 20 |
comment |
MatrixPlot for DFT in black and white with ContourLabel clearly, I was not thinking! |