Skip to content

if curve is just points, matlab plotter won't render #66

@ofloveandhate

Description

@ofloveandhate

for the example x^2+y^2=0, the decomposition runs fine, but the matlab code chokes. here's the error:

bertini_real_plotter
Index exceeds matrix dimensions.
Error in bertini_real_plotter/sphere_plot (line 4)
center = real(br_plotter.BRinfo.center(br_plotter.indices));
Error in bertini_real_plotter/curve_plot (line 38)
sphere_plot(br_plotter);
Error in bertini_real_plotter/plot (line 292)
					curve_plot(br_plotter);
Error in bertini_real_plotter (line 131)
			plot(br_plotter); 

to be fair, it's not matlab's fault. the center is in fact empty.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions