Skip to main content

All Questions

Tagged with
1 vote
3 answers
227 views

Graph by discrete values

Good day, I'd like to draw a graph by discrete values from the table, but the program only calculates the integral, doesn't draw anything. Can you tell me please, whats wrong with the program. ...
Sasha's user avatar
  • 61
2 votes
1 answer
77 views

Table of pairs to list of pairs

I have a table looking like this: {{{1},1},{{4},2},{{9},3},{{16},4}} I need to plot it. I think i can do it with list of pairs, but i can't understand how to make it from table in Mathematica.
greg's user avatar
  • 53
2 votes
1 answer
96 views

SwatchLegend using a table

I am facing a problem while adding another column to the SwatchLegend using a table. The below code is provided in Mathematica Documentations Original Code ...
user444's user avatar
  • 2,816
2 votes
1 answer
160 views

Poincare section keeps running without giving results

I am trying to find the Poincare section as given in Figure 7 of this paper. This is the code that I am using for it: ...
codebpr's user avatar
  • 2,931
3 votes
3 answers
331 views

How to effectively guess the initial values for a Poincaré section?

I have the following code, which plots the Poincaré section for the trajectory of particles around a symmetric black hole: ...
codebpr's user avatar
  • 2,931
4 votes
1 answer
112 views

How to shorten the plotting code using slots and table? [closed]

Background Information I have the following Mathematica code: ...
codebpr's user avatar
  • 2,931
4 votes
1 answer
179 views

Finding intersection points graphically

"Code used in Mathematica version 13.3.1 on a Microsoft Windows (64-bit) (July 24, 2023) system" I used @cvgmt's code to find the intersection points from a parametric plot graphically: <...
codebpr's user avatar
  • 2,931
1 vote
1 answer
119 views

Finding intersection points from ParametricPlot

"Mathematica version 13.3.1 for Microsoft Windows (64-bit) (July 24, 2023)" I have the following Mathematica code: ...
codebpr's user avatar
  • 2,931
1 vote
1 answer
45 views

How to add two data tables of unequal length to plot a curve which should be sum of table1 plus table 2?

I am facing a problem but Suppose just for an example below, i am mentioning the dummy code of the problem; ...
Immy Salam's user avatar
2 votes
1 answer
80 views

Getting empty ListLogLogPlot from a Transpose

...
Julian Yussef's user avatar
1 vote
2 answers
105 views

Different points densities in different regions using Table

I am using ListPlot combined with Table to approximate a function. Table allows to generate equally spaced points, from a minimum and a maximum values with a specified distance. However the result of ...
Ruth Murphy's user avatar
0 votes
1 answer
69 views

How to combine multiple plots via Table when a map is being applied? [closed]

This question is based on this answer ...
codebpr's user avatar
  • 2,931
0 votes
3 answers
200 views

How do I create a Table from a For loop?

I've been trying to create a table that has the % of the cycle of a sample and the module of acceleration for the first 100 values, but I don't know how to create it. Here's the code: I have imported ...
Pamsh's user avatar
  • 1
0 votes
1 answer
205 views

List contour plots with realistic axes

I am trying to mimic the python matplotlib contourf plot functionality in Mathematica. This is for discrete data, so ListContourPlot is appropriate. In python, the contour plot interface is: contourf(...
Anthony Mannucci's user avatar
0 votes
2 answers
157 views

Selecting the specific values from a table and saving in a table:

I have the following code: ...
a019's user avatar
  • 877

15 30 50 per page