visit-dav / visit

VisIt - Visualization and Data Analysis for Mesh-based Scientific Data
https://visit.llnl.gov
BSD 3-Clause "New" or "Revised" License
438 stars 116 forks source link

No contour linetype in visit 3.0 #3653

Open sambo57u opened 5 years ago

sambo57u commented 5 years ago

Describe the bug

A clear and concise description of what the bug is.

I cannot find the linetype option in contour plot attributes any more. Is this removed intentionally?

This is Linux x86_64 version.

Thanks!

Helpful additional information (Please click check boxes AFTER submitting ticket)

Impact

Likelihood

To Reproduce

Steps to reproduce the behavior. For example:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Additionally, please attach a (zipped) sessionfile to this ticket to easily reproduce (In the viewer, use File->Save Session).

Expected behavior

A clear and concise description of what you expected to happen.

Attachments

Desktop

Additional context

Add any other context about the problem here. Attach any (zipped) relevant files, such as data, configurations, sessionfiles, etc.

griffin28 commented 5 years ago

image

griffin28 commented 5 years ago

I believe @sambo57u is referring to the line style option. I verified that it is missing in 3.0 and present in 2.13.3.

biagas commented 5 years ago

It was removed on purpose, due to upgrade to VTK-8 and no longer having support for line-stippling.

brugger1 commented 5 years ago

Line-stippling support was removed from VTK when they rewrote the OpenGL rendering. It has been several years since that work was performed and they never implemented it, so I can't image that they will ever implement it.

sambo57u commented 5 years ago

This is a bad because many journals ask us to have identifiable contours in black and white for the published version of the paper. Only option is to put numbers on each individual contour since a legend wan't help either.

markcmiller86 commented 5 years ago

I went for a quick look on Google for any tool that could take color line drawings and convert them to black-and-white patterned lines (dots, dot-dash, dash-dash-dot, etc.). I didn't get what I was expecting. But, I've got to believe this is a solved problem with some tools out there in either Gimp, ImageMagick or Photoshop. Its non-ideal of course but might be best option.

sambo57u commented 5 years ago

It is a shame. I usually do edits on pdf using libreoffice draw with pdfimport (the best solution) or inkscape. But not having contour line type is a major drawback, just saying!

markcmiller86 commented 5 years ago

Maybe this ref might offer a new approach to take in VisIt.

cpraveen commented 4 years ago

This is a very important feature that I have used many times. Hope it will come back in future.

cyrush commented 2 months ago

removed reviewed b/c another user ask about this, not sure we will have any new ideas but we can discuss.

jwhite242 commented 2 months ago

Also, here's the updated link for the solution Mark posted earlier that might be useful: https://examples.vtk.org/site/Cxx/Rendering/StippledLine/

cyrush commented 2 months ago

thanks @jwhite242 !