Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easily customize different viewer for 3d plots #13843

Open
greg-minshall opened this issue Dec 19, 2012 · 2 comments
Open

Easily customize different viewer for 3d plots #13843

greg-minshall opened this issue Dec 19, 2012 · 2 comments

Comments

@greg-minshall
Copy link

#11795 allows one to customize viewers for DVI, PDF, PNG, and HTML content.

it would also be nice to allow one to customize the viewer for 3D plots. (i guess this means supplying a path to something that looks like jmol.)

CC: @egourgoulhon @jcamp0x2a @gvol @nathanncohen @paulmasson @slel

Component: user interface

Issue created by migration from https://trac.sagemath.org/ticket/13843

@greg-minshall greg-minshall added this to the sage-5.11 milestone Dec 19, 2012
@jdemeyer jdemeyer modified the milestones: sage-5.11, sage-5.12 Aug 13, 2013
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.1, sage-6.2 Jan 30, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.2, sage-6.3 May 6, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@slel slel changed the title Easily customize different viewer for PLOT3D Easily customize different viewer for 3d plots Apr 3, 2021
@slel slel removed this from the sage-6.4 milestone Apr 3, 2021
@jcamp0x2a
Copy link
Mannequin

jcamp0x2a mannequin commented Apr 8, 2021

comment:6

The default viewer can be changed using the following, for example in init.sage:

sage.plot.plot3d.base.SHOW_DEFAULTS['viewer'] = 'jmol'

Is what is being requested a way to do so through that same viewer object from #11795? Like:

viewer.plot3d('jmol')

...and/or to update the documentation to make this feature known? Perhaps by updating the plot3d introduction?

@greg-minshall
Copy link
Author

comment:7

this is a very old request i made. i don't know if sage.plot.plot3d.base.SHOW_DEFAULTS['viewer'] was available then. but, i would say its existence now is enough to close this request. thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants