Skip to content

Issue with array size in matplotlib using cma.plot() #337

@clembail

Description

@clembail

Python version : 3.14.2

Packages used :

  • numpy==2.3.5
  • matplotlib==3.10.8
  • cma==4.4.1
  • ipykernel==7.1.0

I got an issue using cma.plot(), when I tried to plot the graph of cma.f.elli using :

res = cma.fmin2(cma.ff.elli, np.ones(10), 1e-0)
cma.plot(xsemilog=0, plot_mean=1)'

But in return i got the following error :

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions